Viewing 1 replies (of 1 total)
  • I just implemented this plugin in version 4.6 and it worked fine for me.

    Make sure you don’t have two = signs for a tab. This could easily happen if you cut and paste the plugin sample code below:

    [tabgarb]
    tab1=Information
    tab2=Download
    tab3=Example=active
    [/tabgarb]

    Below notice tab 2 is incorrectly defined. It will return the effect you mention.

    [tabgarb]
    tab1=Information
    tab2=Information=Download
    tab3=Example=active
    [/tabgarb]

    Hope this helps.

Viewing 1 replies (of 1 total)
  • The topic ‘Error: Two sets of tabs in a single page’ is closed to new replies.