I'm trying to set up a slideshow on the homepage of a zenphoto site. I've added the following to the relevant PHP file:
`<?php $albumobj = new Album($_zp_gallery, "slideshow.alb"); printSlideShow(true,false,$albumobj, "", 595,595); ?>`
From all I've read, this should be correct. However, the JS slideshow doesn't loop through the images - it just displays the second photo and that's it. The flash slideshow does loop through the images once then stops, but I don't want to use the flash slideshow.
I'm using Zenphoto 1.2.8 RC1 (although it didn't work on 1.2.6 either).
Is there something I'm missing, or not doing correctly? Has anyone else gotten the JS slideshow to work on their homepage? If so, how?
I'm really tearing my hair out with this, so any help anyone can give me will be very much appreciated!
Also, is it possible to remove the "slideshow: photo (2/4)" text that gets displayed above the slideshow? If so, how?
Thanks!
Comments
2. No, it is not possible to remove the count without hacking the plugin.