Hi I’m having some tab url problems.
On my main site under the main slider I have a box with tabs (tabs I was using). Problem start when you go to others pages (other page). When you click tabs on other pages it redirects to index.
On the main page, links look like that: blackflow.pl/#tab_name.
I’ve tried to add sites url: blackflow.pl/different_page.html#tab_name but it doesn’t help.
Any ideas? hope it’s descriptive enough.
Hi I’m having some tab url problems. On my main site under the main
Share
The problem is you have a base tag set on your head:
You can read more about it here: http://w3schools.com/tags/tag_base.asp
Basically, any links you have will be relative to the base you have set. Take that away and your tabs should work fine. If it is not required, I suggest you take it out. Make sure there’s nothing depending on it though.