• Resolved rocomu8

    (@rocomu8)


    The Collapse function included in Bootstrap was working perfectly on my site until I did the latest upgrade to the plugin. Here is my code, I have no idea why it stopped working:

    BUTTON
    <button type="button" class="btn btn-red btn-apply" data-toggle="collapse" data-target="#form<?php the_ID(); ?>">Apply Now</button>

    CONTENT

    <div id="form<?php the_ID(); ?>" class="collapse job-apply">
    <?php the_content(); ?>
    </div>

    Please let me know if you have any suggestions as to how to fix this.

    Here is the website’s link: https://www.chusmart.com/jobs/
    The button is the Apply Now red button for each job.

    Thank you

    https://www.ads-software.com/extend/plugins/wordpress-bootstrap-css/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Paul

    (@paultgoodchild)

    Yep,

    Your site is on WordPress < 3.5 so it doesn’t support the CDNJS feature where you replace your JQuery with the CDNJS. My guess is that you were using the option before when it was using the Google CDN. I changed this a while back to use CDNJS.

    The best solution going forward is to upgrade your WordPress to 3.5 or deselect the option to use JQuery CDN.

    I’ll consider a work-around for the next release for people who want this option, but have WordPress < 3.5

    I hope that helps.
    Paul.

    @rocomu8
    You can try this bootstrap collapse plugin
    https://www.ads-software.com/plugins/bootstrap-collapse/

    Its using the jquery lib provided on wp

    Plugin Author Paul

    (@paultgoodchild)

    Just to be clear, this plugin also uses the JQuery from WordPress.

    The problem here was relating to when you use the option we provided to replace your JQuery with a CDN-hosted version, and you’re on an out-dated version of WordPress.

    Thanks,
    Paul.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘The Bootstrap Collapse Function not working after latest plugin update’ is closed to new replies.