• Resolved Turkish Delight

    (@turkish-delight)


    Hello,

    I’m having an issue with intermittent auto play failure, even with “Auto Slide” and “Loop Slide” enabled on the Slider Settings page. It seems that occasionally the slideshow will not automatically start. Curiously, it will start after a user has clicked on a thumbnail or somewhere over the slide show.

    I tested this in Firefox and Chrome. The site is WordPress 5.7, PHP 7.x. Everything should be up to date.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • I am having the same issue, did you manage to sort it out

    Thread Starter Turkish Delight

    (@turkish-delight)

    Adding this to the gallery page’s <head> tag corrected the issue for me:

    <script>
    var interval = setTimeout(function() {
    document.querySelector('.lSSlideOuter > ul > li:nth-child(2)').click();
    }, 3000);
    </script>

    Please note that the “3000” should be replaced with the milliseconds you have set as a delay between each slide frame. If for example, you have a 5 second delay between each slide frame, then this should be replaced with “5000”

    I am processing this code to add into the plugin itself, and may recommend a patch for a future version.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Auto Slide (autoplay) does not work correctly’ is closed to new replies.