Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Contributor webdorado

    (@webdorado)

    Dear novice_girl,

    Please add following code at the end of
    wp-content/plugins/photo-gallery/frontend/views/BWGViewImage_browser.php
    file.

    jQuery(window).load(function () {
    var ii = 1;
    var count = 7;    /*images count*/
    var interval = 3000; /*time interval*/
    setInterval(function () {
    if (ii == 7) {
    spider_page_0(this, 1, -2);
    }
    else {
    spider_page_<?php echo $bwg; ?>(this, ii++, 1);
    }
    }, interval);
    });
    Thread Starter novice_girl

    (@novice_girl)

    Thank you for the info! Being the novice girl that I am, I need to ask if I would add that before or after the closing bracket? Thanks!

    Plugin Contributor webdorado

    (@webdorado)

    Dear novice_girl,

    Please search for a <script> tag in the file and add the code inside that tag.
    Thank you.

    I am the host for novice_girl’s web site and have placed the code you provided within the script tag but it is not allowing the Image Browser format to autoplay. Please advise

    Plugin Contributor webdorado

    (@webdorado)

    Dear daddyman,

    Could you please contact us to [email protected] and let us take a look at this?
    Thank you.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Image Browser Autoplay’ is closed to new replies.