Links inside tabs
-
Hello!
Need help with your plugin!
You need to insert anchors inside the tabs. Tried it myself – when you click on the tabs, the URL does not change. Looked at the code – the tag <а href = “#”> *** </ а> is deleted on the site.
I would be grateful if you can help to solve the problem!
<h2>Tabs anchors</h2> [su_tabs] [su_tab title="Tab 1" anchor="First"] <a href="#First">Tab 1 content</a> [/su_tab] [su_tab title="Tab 2" anchor="Second"] <a href="#Second">Tab 2 content</a> [/su_tab] [su_tab title="Tab 3" anchor="Third"] <a href="#Third">Tab 3 content</a> [/su_tab] [/su_tabs] Use next links to switch this tabs <a href="#First">Open tab 1</a> | <a href="#Second">Open tab 2</a> | <a href="#Third">Open tab 3</a>
The topic ‘Links inside tabs’ is closed to new replies.