• Resolved lynnamos

    (@lynnamos)


    Hi, I inherited this site from another designer and Collapse-o-matic was working fine until the last update of WordPress and of the the plugin (same day). The client reported that the hidden content was not showing, so I changed the script to load in the header and that made ALL the content show, but the toggle effect is still not working. I also tried checking and unchecking the box “Only load scripts with shortcode” with no effect. I suspect this is a jquery conflict problem but I have no clue how to fix it. Can you help please?

    Here is the page in question:
    http://nropera.org/about-nro/

    If you need to log in, I will e-mail you the credentials. I am at lynn@fynelyne.com. Thank you!

    https://wordpress.org/plugins/jquery-collapse-o-matic/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Baden

    (@baden03)

    The issue is your theme is force-loading an ancient version of jquery, most likely in either the header.php or functions.php file:

    <script type='text/javascript' src='http://ajax.googleapis.com/ajax/libs/jquery/1.5.2/jquery.min.js?ver=4.1'></script>

    Version 1.5.2 was released in 2011 and was never released with WordPress.

    Hope this helps get you pointed in the right direction.

    So, is the script above the ancient one, or the one we should be linking to?

    Plugin Author Baden

    (@baden03)

    Version 1.5.2 was released in 2011

    Script above is ancient and should be removed if found in your header.php
    if not, then it’s being jacked into from your functions.php file.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Collapsing not working – Jquery in Header / Footer Issue?’ is closed to new replies.