Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author cubecolour

    (@numeeja)

    The plugin does not support linking to the next tab.

    A workaround might be to use a link to a named anchor to get back to the tabs:
    place an anchor just before the first tab:

    <a name="tabgroup1"></a>

    And add a link to the anchor at the end of each tab’s content:

    <a href="#tabgroup1">tabs</a>

    I know this is not quite what you asked for and it would require an additional click to get to the next tab, but the UI should make sense to the visitor.

    I have tried an anchor link using the method above and also using the “id” generated by the PHP. I put the anchor on the bottom of the second tab. When the link was clicked it only lowered my screen view down to were the anchor was but did not change to the second tab.

    Has anyone got this working? If so please share your code. Thanks!

    Plugin Author cubecolour

    (@numeeja)

    Please reread my answer to JJ. I have not suggested how to link to the next tab, rather this is a partial workaround to link back to the tab group to allow the next tab to be selected manually.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘link to next tab’ is closed to new replies.