Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor csonnek

    (@csonnek)

    Happiness Rocketeer ??

    How are you inserting the gallery in each page? Once I have that information, I’ll be better able to help.

    Let me know if you have any questions.

    Thread Starter Filipe Costa

    (@filipecostacom)

    Hi and thanks for helping!

    I use the “Add Multimedia” button to create and insert the gallery on the page. The code is something like this:

    [gallery type="slideshow" link="file" ids="66,135,136,137,138,50,139,140,141,142,143,144,145,146,147,148"]

    Plugin Contributor Ryan C.

    (@ryancowles)

    Thanks for the info! I had a look at your site, and your theme or one of your plugins seems to be loading an old version of jQuery instead of the version that comes bundled with WordPress.

    While I can’t be certain that this is the cause of your issue, it is worth looking into. Loading an older version of jQuery can create conflicts with WordPress and with other plugins like Jetpack.

    Could you please try switching to a different theme for a few minutes, and check if that solves the issue? If it does, you’ll want to look for the function loading jQuery in your theme’s header.php file, or in the functions.php file. Once you find that function, you can remove it and enqueue the proper version of jQuery as explained here:
    https://codex.www.ads-software.com/Function_Reference/wp_enqueue_script

    If the issue is not related to your theme, please try to disable all your plugins, one at a time, until you find the one that causes the conflict. You can then enqueue jQuery using the method I linked to above.

    If you do not feel comfortable editing PHP files, you can also contact the theme or plugin author and ask them to solve the issue.

    Please let me know how that works for you!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Slideshow gallery not loading when using anchor URL’ is closed to new replies.