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

    (@baden03)

    Sounds like jQuery is not being loaded on your page. Of course we could verify this for you and help you further if you read that post about how best to ask for help.

    The part about including a link to your page? Yeah, kind of important.

    Thread Starter somegirlswouldnt

    (@somegirlswouldnt)

    Oh dang. I’m sorry. Meant to include that. 🙁

    http://www.mansonbolves.com/test/

    Plugin Author Baden

    (@baden03)

    Heh… no worries. OK, couple of things.
    1. your theme is NOT inserting jQuery correctly… very bad, bad, bad.
    2. your theme is not allowing other plugins to load up the required files to work.

    At this point you have the following options.

    1. Be brave, and look in your theme’s functions.php and/or header.php file for wherever you see the following:
      <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script>

      around this area there should also be some kind of deregister jQuery command. Remove or comment out both of the deregister jQuery and the script that loads an old version of jQuery from google.

    2. Ask your theme’s developer/friend/coworker/code-monkey to help you figure out why jQuery and the scripts of other plugins are not loading properly. Make sure there is a head(); command in your header.php file for starters
    3. For 15 bucks our code-monkey will scamper over your theme and we’ll fix it for you

    May the force be with you on this one.

    I’m having similar issues after switching themes. Sometimes the plugin wants to work, and other times it doesn’t. I don’t think it’s every worked in Firefox, Chrome it depends on its mood!
    If I were to pay the $15, what is your turnaround time? I’ve got a very active live site, so I’d prefer this fixed ASAP!!

    Thanks-
    Colleen
    [Signature moderated]

    Plugin Author Baden

    (@baden03)

    I would estimate about 20 minutes.

    Done! Can’t wait to have this fixed. Thank you.

    Plugin Author Baden

    (@baden03)

    Please let us know if everything worked out to happy-camper status.

    Hi folks!

    I have a similar problem. When I use the shortcodes ([expand]), the “[expand]” shows up on my page. So I tried to use this:

    <div class="collapseomatic" title="<?php the_title(); ?>" id="<?php the_ID(); ?>"><?php the_title(); ?> - <?php the_time('F j, Y'); ?></p> <!-- Returns title with Collapse-o-matic formatting -->
                        <div class="content_collapse_wrapper"><div id="target-<?php the_ID(); ?>" class="collapseomatic_content force_content_collapse"><?php the_content(); ?>testando</div></div> <!-- Returns post content in collapse-o-matic div -->
    
                <div class="event-divider clear"></div> <!-- thin line divider -->
    			</div><!--end post item-->

    However, only the arrow at the left side is changing when i click on the “title”, which makes me think that the jquery is being loaded. But no content is being displayed after clicking. Can you help me?

    Thank you Baden, everything is perfect now! Yay!

    Plugin Author Baden

    (@baden03)

    Good to hear… don’t forget to vote for pedro!

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘[EXPAND] showing text, but not functioning’ is closed to new replies.