• Resolved johnforz

    (@johnforz)


    Hi,
    I just recently updated word press to v. 4.0.1, and now my Collapse-O-Matic plugin is no longer working. All of the content in my [expand] is showing up, and is formatted/styled correctly, but the expand/collapse functionality is not working – the content is instead just visible.

    You can see the site here – the plugin content is the text you see below the round “i” icon (which is my “expand” link):

    http://www.johnwhitlock.tv/

    Thanks so much!
    John

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

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

    (@baden03)

    John,

    There are two problems on this page.
    First, you have two versions of jQuery being loaded. Your theme, or plugin, or something is force-loading an old version of jQuery:

    <script type="text/javascript" src="http://www.johnwhitlock.tv/wp-content/themes/twentytwelve/js/jquery-1.9.1.min.js" ></script>

    Then, later, the normal (current) version of jQuery is being loaded.

    Second (and this is a big issue) the collapse-o-matic script is not being loaded at all!
    Please check the collapse-o-matic settings under Dashboard > Settings > Collapse-O-Matic and verify that:
    1) the plugin is loading in the header (default is footer)
    2) there is no checkmark next to load only when shortcode is used.

    If this fixes the problem then turn on load only when shortcode is used (unless you are using the roll-your-own method, instead of the shortcode)
    if that works, then try again to load the script in the footer.

    This will give us a better idea of where the issue is coming from.

    Fret not! We’ll stick with you until this issue is resolved!

    Thread Starter johnforz

    (@johnforz)

    Baden, thank you!
    I am going to try this now. I new it was something sloppy on my end, just didn’t know where to look.

    Thread Starter johnforz

    (@johnforz)

    Ah ha1 It was the header/footer issue.
    Working now, so thank you! (and thank you for pointing out the JQuery sloppiness that I am going to fix now too).

    John

    Plugin Author Baden

    (@baden03)

    Glad you got it sussed out, John!
    We’ll go ahead and mark this issue as resolved.
    Please consider leaving a review of the plugin or it’s support.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Plugin no longer working after WP 4.0.1 update’ is closed to new replies.