• Resolved sjgknight

    (@sjgknight)


    Hi
    I’m trying to get the plugin working using shortcodes on this page http://sjgknight.com/finding-knowledge/cv/ but it shows uncollapsed and the arrow doesn’t work (and it’s all in bold).

    I’ve tried setting jquery to footer/header, and I had a look at the theme (adapt theme) and page (inspect element in chrome) for multiple sources being loaded but can’t see anything…I did have a plugin active to use latest version of jquery but I’ve just deactivated that…

    Any suggestions? Sorry, I’m sure this is a really obvious fix but I can’t see any further ideas in the previous threads.
    Cheers

    https://ww.wp.xz.cn/plugins/jquery-collapse-o-matic/

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

    (@baden03)

    try deactivating the datapress plugin.
    it’s throwing multiple js errors on your page.

    Thread Starter sjgknight

    (@sjgknight)

    woop, thanks that worked. Is there a user friendly tool to check that kind of issue? Thanks again

    Plugin Author Baden

    (@baden03)

    We found it by using the Inspector that comes with most modern browsers. The inspector includes a ‘Console’ that displays any errors on your page. Once we saw the errors, we took a look at your page source and did a search (Ctrl-F) for ‘jquery’ and saw that datapress was a) force-loading it’s own version of the jQuery library (wrong for too many reasons to mention here) and b) using the $(this) format that is a no-go in WordPress.

    To answer your question: sort of… WordPress Support Forums are pretty user friendly, so long as you are using a well-supported plugin!

    Thread Starter sjgknight

    (@sjgknight)

    Right, thanks for the extra info! “To answer your question: sort of… WordPress Support Forums are pretty <s>user</s> friendly”

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Not collapsing’ is closed to new replies.