Hi All, any help appreciated..
My slideshow is not functioning, when the start slideshow button is clicked, a single image is displayed on its own in the browser window. The slideshow function does not seem to initiate.
I have copied the slideshow.php, .css and .png files into the zpSkeleton theme folder, enabled the slideshow and colorbox plug-ins, and checked the options for every single page (jic!) I have not edited the standard code in e.g. image.php of <?php printPPSlideShowLink(gettext('Start Slideshow')); ?>
Here is the site in question
http://www.stills-backbarrow.com/gallery/Landscapes/Zenphoto version 1.4.3.5 [11059] (Official build)
PHP version: 5.2.17
Help much appreciated! Claire.
Comments
Btw, I edited the title of the topic so the theme author may respond.
Thanks for edit.
So, if I replace the following ...
<?php @call_user_func('printSlideShowLink'); ?>
with
<?php printPPSlideShowLink(gettext('Slideshow')); ?>
in album.php the slideshow function works, but the nice themed zpSkeleton button is replaced with a text link. Can anyone help me resolve how to get the button to display? I tried this
<?php @call_user_func('printSlideShowLink(gettext('Slideshow'))'); ?>
but I broke the page (pigeon knowledge, a terrible thing).
You don't have to copy anything into the theme folder.
You also don't have to activate the Slideshow and Colorbox plugins.
Right now you have two scripts active that are basically trying to do the same.
That's asking for trouble ;-)