• Resolved fashioncoree

    (@fashioncoree)


    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://www.ads-software.com/plugins/bootstrap-3-shortcodes/

Viewing 1 replies (of 1 total)
  • Thread Starter fashioncoree

    (@fashioncoree)

    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.