• Resolved andrewonboard

    (@andrewonboard)


    Hi i cant seem to work out the problem why collapse o matics not working – Im pretty sure the jQuery is not being pulled in as the css is coming up – Ive tried <script> in the header.
    Here is my code

    <?php query_posts('category_name=services&post_status=publish,future&order=ASC');?>
        <ul><?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?>
        <li><h4 class="collapseomatic  colomat-close"><?php the_title(); ?></h4>
    
                <div id="target-<?php the_ID(); ?>" class="collapseomatic_content ">
        			<?php the_excerpt(); ?></div>
            </li>
        </ul><?php endwhile; else: endif; ?>

    Any help would be muchly appreciated, its a great plugin and really saves me a lot of time at work. Cheers all

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

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

    (@baden03)

    try adding one [expand] shortcode to your page and see if this fixes the issue. We changed the plugin to only load the scripts when needed, but this would cause a problem for advanced users that have created roll-your-own elements like yourself.

    If adding a single [expand] shortcode fixes the problem let us know and we will push out a fix ASAP.

    Thread Starter andrewonboard

    (@andrewonboard)

    unfortunatly it did not fix the issue. Would this be wordpress not recognizing the jQuery?

    Plugin Author Baden

    (@baden03)

    Hey Andrew,
    Can you post a link to the page that this is not working on?

    Thread Starter andrewonboard

    (@andrewonboard)

    Hi Baden – its on a holding page, but i fixed it using jQuery instead of the plugin, had a deadline unfortunately, as i would be interested in seeing what my error was. Cheers for being so quick to respond and all your help. I will not doubt be using the plugin in the future as its really awesome, just won’t leave it until the last minute.

    Thanks man

    Plugin Author Baden

    (@baden03)

    Alright. Well, can’t win em’ all. Have a good one and if you are inclined, don’t forget to vote for pedro!

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

The topic ‘Collapsing a post error’ is closed to new replies.