Title: active=&quot;false&quot; not working
Last modified: September 1, 2016

---

# active="false" not working

 *  Resolved [fashioncoree](https://wordpress.org/support/users/fashioncoree/)
 * (@fashioncoree)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/activefalse-not-working/)
 * Hi!
 * I’m using the tabs shortcode as following :
    [tabs type=”tabs” xclass=”fault-
   tabs text-center” active=”false”] [tab title=”Test1″ active=”false”] … [/tab][
   tab title=”Test2″] … [/tab] [/tabs]
 * Setting active=”false” on tab does work but the button is still active even if
   the tab’s not which means I can’t click it.
    Is there an easy fix?
 * Best Regards
 * [https://wordpress.org/plugins/bootstrap-3-shortcodes/](https://wordpress.org/plugins/bootstrap-3-shortcodes/)

Viewing 1 replies (of 1 total)

 *  Thread Starter [fashioncoree](https://wordpress.org/support/users/fashioncoree/)
 * (@fashioncoree)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/activefalse-not-working/#post-7584935)
 * Hi again!
 * Fixed it with a bit of jquery instead.
 *     ```
       /* Hide tabs on load */
       $(document).ready(function() {
           $(".tabs li").removeClass('active');
       });
       ```
   
 * Best Regards

Viewing 1 replies (of 1 total)

The topic ‘active="false" not working’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/bootstrap-3-shortcodes_7f6b9f.svg)
 * [Bootstrap Shortcodes for WordPress](https://wordpress.org/plugins/bootstrap-3-shortcodes/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/bootstrap-3-shortcodes/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/bootstrap-3-shortcodes/)
 * [Active Topics](https://wordpress.org/support/plugin/bootstrap-3-shortcodes/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/bootstrap-3-shortcodes/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/bootstrap-3-shortcodes/reviews/)

 * 1 reply
 * 1 participant
 * Last reply from: [fashioncoree](https://wordpress.org/support/users/fashioncoree/)
 * Last activity: [9 years, 10 months ago](https://wordpress.org/support/topic/activefalse-not-working/#post-7584935)
 * Status: resolved