[Plugin: NextGEN Gallery] Slideshow shows max 3 images
-
Hi there. I’m playing with your plugin for the first time. It seems to be a well written and powerful piece of code.
I am having a problem with slideshows: I can only get 3 images to display, regardless of the total number of images. I can replicate this in Chrome v12, Firefox v5 and Safari v5.
The problems seems to be in the jCycle_onBefore() function in ngg.slideshow.min.js. Specifically with the use of the opts.addSlide() calls in this. Inspecting addSlide at runtime shows it is undefined. Removing the if (opts.addSlide) throws an error later when opts.addSlide is called a few lines later.
I’ve checked the JSON data returned by the callback function and it is complete. stackLength is greater than zero.
Thanks for your help.
- The topic ‘[Plugin: NextGEN Gallery] Slideshow shows max 3 images’ is closed to new replies.