Stop Autoplay in PrettyPhoto gallery

Discussion in 'BizWay WordPress Theme' started by jsinteractive, Nov 15, 2012.

  1. jsinteractive

    jsinteractive New Member

    Joined:
    Nov 1, 2012
    Messages:
    2
    Likes Received:
    0
    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 */



     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Go to Js > Custom.js present in your theme directory and follow the instruction as shown in image given below

    [​IMG]


    This will solve your issue.
     
  3. jsinteractive

    jsinteractive New Member

    Joined:
    Nov 1, 2012
    Messages:
    2
    Likes Received:
    0
    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?
     

Share This Page