Viewing 5 replies - 1 through 5 (of 5 total)
  • Help!!!

    I don’t get the Tab stuff working in 3.5.2 German

    From:

    [tabs title=”Tabs Example”]
    [tab title=”Tab 1″]Tab 1 Content[/tab]

    [tab title=”Tab 2″ active=”true”]Tab 2 Content[/tab]

    [ tab title=”Tab 3″]Tab 3 Content[/tab]

    [/tabs]

    only the title shows up … there is no reference of the other tabs in the HTML code ??

    update: only the title of [tabs title=”Tabs Example”] shows up ….

    Plugin Author lessthanweb

    (@lessthanweb)

    Sorry for late reply..

    Anyway, rickrussie, you can change tabs via a link by providing a hash value of the tab.

    For example if you have 3 tabs and their IDs are: tab_0_0, tab_0_1 and tab_0_2.

    In a link just set the href value to any of this tab IDs and it will switch. <a href="#tab_0_0">link</a>

    Plugin Author lessthanweb

    (@lessthanweb)

    wp_hela, you have a space before the tab title="Tab 3". Remove it and it should work.

    Thread Starter rickrussie

    (@rickrussie)

    Thank you! I must have missed that in your documentation. That’s exactly what I need.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Link to Tab’ is closed to new replies.