Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author kavingray

    (@kavingray)

    Hi there,

    I think the collapsible tabs option found in “WP UI Options page -> Effects -> Collapsible tabs” would be perfect for you. ??

    Thread Starter kenboer

    (@kenboer)

    I’ve been using that. Maybe I’m missing something? When the page loads, I want none of the tabs to be open until I click on one of them. The same as using -1 as the value for selected.

    Plugin Author kavingray

    (@kavingray)

    Ok, You will have to pass -1 as you said, with a separate snippet either embedded in the post or in the theme.

    <script type="text/javascript">
    jQuery(function() {  jQuery('.ui-tabs').tabs({ collapsible : true, selected : -1  });
    </script>
    Thread Starter kenboer

    (@kenboer)

    I tried inserting that in the theme, and it didn’t work. I tried it in multiple locations. Any other suggestions?

    Plugin Author kavingray

    (@kavingray)

    Please try inserting this at the very end of the post. Remove all the line breaks and try again.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘[Plugin: WP UI – Tabs, Accordions, Sliders] Tabs’ is closed to new replies.