• Hi I am running the Avada theme and using the tabs function. I want to add anchor links to content within one tab and have it link to specific content within another tab. This would mean the anchor link would have to open the tab the anchor is sitting in. Is this possible? Is there a Tab plugin that has this capability?

    Thank you for your time

Viewing 1 replies (of 1 total)
  • Moderator bcworkz

    (@bcworkz)

    I would doubt there is a plugin like you are looking for because the method used to switch tabs varies considerably, depending on the theme in question. You are probably looking at a custom coded solution. This may not be too involved, it mainly means identifying the method used by the theme to switch tabs when clicked.

    Your anchor links would need to include the tab identifier as an URL parameter, as well as the actual destination on the page. There would be a javascript function that runs upon page load that checks for the tab identifier and if found switches to that tab by calling whatever method the theme uses to switch tabs.

Viewing 1 replies (of 1 total)

The topic ‘Anchor links linking between Tab content’ is closed to new replies.