Just not sure how to stop the auto play on the pop up galleries. It also does not respond to different speed settings (in ms). Is there another file or setting somewhere in the Theme's control panel or another file in the theme that is unrelated to the file: jquery.prettyPhoto.js. slideshow: 5000, /* false OR interval time in ms */ autoplay_slideshow: false, /* true/false */ Also tried... slideshow: false, /* false OR interval time in ms */ autoplay_slideshow: false, /* true/false */
Go to Js > Custom.js present in your theme directory and follow the instruction as shown in image given below This will solve your issue.
That worked just fine. One other issue I am having is that when you close the slideshow window to go back to your main page you cannot click the "back" button in the browser to go back one page. It just stays on the same page for several clicks and is reacting to the count of the prettyphoto gallery images. So if you had clicked through 4 images in the pop-up window, and then closed the window, you then have to click the "back" button in the browser 4 times to reset that navigation button before it will take you back one page. Is this solved by using the callback feature -- "callback: function(){}," or something else in the code?