The Bootstrap Collapse Function not working after latest plugin update
-
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)
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.