• Resolved Nick

    (@nickmenster)


    Hello,

    I recently installed your plugin on one of the sites I’m developing for a client, and if I can get it to work, will be using it on multiple sites in the future.

    The issue I’m having is I’ll create the content area, everything will look and work fine, until you click it, and it opens and closes in the same instance.

    I’ve tried putting the setting to slow, and that just gives it an extra second or two of seeing before closing by itself.

    I’m sure it probably has something to do with my jQuery, and not the actual plugin, but what could it be?

    http://salisburyrunners.millerdavisagency.com/about-us/

    Thanks,
    Nick

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

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

    (@baden03)

    There is a conflict with your theme.

    For one, your theme is force-loading a very old version of jQuery that was included with WordPress 3.4 back in 2012:

    <script type='text/javascript' src='http://salisburyrunners.millerdavisagency.com/wp-content/themes/CherryFramework/js/jquery-1.7.2.min.js?ver=1.7.2'></script>

    Once you have this resolved, you might have an accordion plugin conflict. Have you done some basic WordPress troubleshooting to identify if it’s the Theme or another plugin?

    We’ll help get you sussed out, but I would first see if the issue persists on a standard WP theme.

    Thread Starter Nick

    (@nickmenster)

    I added

    <script src=”https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js”></script&gt;

    Made it stay open, so that’s good. I left the native in as well, so any plugin/module running on it, would still be able to access.

    It’s strange that it’s dated like that, being a popular framework like it is.. I just use it as a very simple base and redesign, saves backend time.

    Thanks Baden!

    Plugin Author Baden

    (@baden03)

    Huzzah. so all is good in the hood?

    Thread Starter Nick

    (@nickmenster)

    Should be Baden, thanks again!

    Is there anyway to have the menus close when another opens? I looked through previous threads but didn’t see anything, but I may of overlooked..

    Thanks again!

    Plugin Author Baden

    (@baden03)

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

The topic ‘Collapse Section Won't Stay Open’ is closed to new replies.