This is easy to implement and it works great in my Bootstrap theme. I will use it for my FAQ page because it will be easier to style than other collapse plugins.
However, I want to put my contact-form-7 shortcode inside so you have to click the link to get to the form. The shortcode displays as text and does not convert to the contact form.
Do you have a solution for this?
https://www.ads-software.com/plugins/twitter-bootstrap-collapse-aka-accordian-shortcode/
]]>When using the Twitter Bootstrap Collapse plugin with a WordPress site running version 3.6.1, the following error message was appearing on the console:
error: not found bootstrapCustomCss.php?ver=3.6.1
Having checked in the plugins folder, there was indeed no such file! For now, I have commented out line 147 in bootstrap_collapse.php, but a fix in a future release of this plugin would be most appreciated!
https://www.ads-software.com/plugins/twitter-bootstrap-collapse-aka-accordian-shortcode/
]]>[collapse]
shortocode should not output a div with <div class="accordion-group">
when it is inside a [collapse_groupe]
shortcode..
https://getbootstrap.com/2.3.2/javascript.html#collapse
https://www.ads-software.com/plugins/twitter-bootstrap-collapse-aka-accordian-shortcode/
]]>