Viewing 1 replies (of 1 total)
  • Plugin Author Stefan Boonstra

    (@stefanboonstra)

    Hi Duncan,

    Thanks for including a URL to your website. I see your website loads the jQuery lirbary twice. This is causing the issue, because the slideshow doesn’t know which library to use.

    WordPress has its own jQuery library, which is of a newer version than the jQuery library that your theme is loading. On the page, your theme’s jQuery call looks like this:

    <!-- Get jQuery -->
    <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script>

    This probably happens in your theme’s ‘header.php’. If you remove it, the slideshow should work correctly.

    Best regards,
    Stefan

Viewing 1 replies (of 1 total)
  • The topic ‘Slideshow gets stuck on 2nd slide’ is closed to new replies.