I have included the slideshow plugin on my image and album pages but it seems that the slideshow plugin will not show up if there is only 1 image in the album? The button doesn't print?
Looked at the <head> of the Zenpage theme's image.php? Do a file search on "colorbox" and review the documentation I linked. Colorbox works like bascially any other "lightbox" script. A bit you need to do yourself :-)
Comments
Any little hack etc. to do this?
How do I integrate such thing?
Documentation of colorbox itself:
http://www.jacklmoore.com/colorbox/
Fatal error: Call to undefined function printHeadTitle() in /home/u538472778/public_html/newgallery/themes/zenpage/gallery.php on line 11
EDIT: Fixed this by re uploading the theme files!
<?php
if (function_exists('printSlideShowLink')) {
echo '<span id="slideshowlink">';
printSlideShowLink();
echo '</span>';
}
?>
Which is what I had already?