Plugin Author
Baden
(@baden03)
Geoff,
First, lets get your jQuery issue sorted out. The reason you can not use the current versions is due to your theme force-loading an old, old version of jQuery. Please look at your theme’s header.php file and remove the following line.
<script type='text/javascript' src='https://ajax.googleapis.com/ajax/libs/jquery/1.6.4/jquery.min.js?ver=3.8'></script>
If you do not see this in your header.php file, then search your theme’s functions.php file for some sort of jQuery de-registration hook.
Once that is resolved, and you can use the current version of Collapse-O-Matic, see if the display-then-goes-away issue still exists. If so, there are a couple options you have. But first, you really will want to use the latest version of jQuery, not one that was released in 2011.
Hi Baden,
I experience the same problem with the content showing first and then hiding. It takes almost one second and creates a bad user experience.
Jquery version is: 1.10.2
Plugin Author
Baden
(@baden03)
Give this a try:
If you are using the shortcode give the target a class of maptastic using the following attribute:
targclass="maptastic"
If you are using the roll-your-own method, then you would simply need to apply the target element the additional maptastic class.
Thanks Baden,
I added the attribute to the shortcode, but had no improvement.
Looks like the problem is in combination with U-design theme. I copied same code to a Genesis theme and it worked fine. Have you experienced this before?
Thread Starter
geoffj
(@geoffj)
Thanks for the propt reply! I will give that at try. If I am in the same situation as welovetraffic after updating, I will post back here. Thank you! Best regards,
Geoff.