Tabs are not working in joomla


Author Message
Tabs are not working in joomla

Posted: 7/10/2017
Quote message 

Tabs are not working in joomla with Artisteeer template.
The code is
<ul class="nav nav-tabs">
<li class="active"><a href="#general-page" data-toggle="tab">Общий</a></li>
<li><a href="#translation-page" data-toggle="tab">Перевод</a></li>
</ul>

But they seem just like a plain text, not tabs as it's suppose to be. How to fix it? It only happen in artisteer templates.
http://webpsy.eu/tabs.jpg - img
 
Sergey

Posted: 7/10/2017
Quote message 

Quote Tabs are not working in joomla:

Tabs are not working in joomla with Artisteeer template.
The code is
<ul class="nav nav-tabs">
<li class="active"><a href="#general-page" data-toggle="tab">Общий</a></li>
<li><a href="#translation-page" data-toggle="tab">Перевод</a></li>
</ul>

But they seem just like a plain text, not tabs as it's suppose to be. How to fix it? It only happen in artisteer templates.
http://webpsy.eu/tabs.jpg - img


ok i found a solution. But Artisteer team better implement it in program.

I copied "/css/template.css"from joomla template "protostar". - and tabs start to work.