Help enabling Bootstrap drop downs - Joomla! Forum - community, help and support
hi
i have created custom template , included functioning bootstrap drop down navigations. of course when uploaded php template - replaced navigation html code menu module joomla code. so, main menu displays - sans drop downs. how bootstrap drop downs display in joomla 3?
i think have configured things correctly far can tell - show submenu - yes, etc.. have given main menu in module manager menu class suffix of "dropdown". not sure missing.
in case helps - here template nav code:
thank you!
i have created custom template , included functioning bootstrap drop down navigations. of course when uploaded php template - replaced navigation html code menu module joomla code. so, main menu displays - sans drop downs. how bootstrap drop downs display in joomla 3?
i think have configured things correctly far can tell - show submenu - yes, etc.. have given main menu in module manager menu class suffix of "dropdown". not sure missing.
in case helps - here template nav code:
code: select all
<div class="container">
<div class="navbar">
<div class="navbar-inner">
<div class="container">
<a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</a>
<a class="brand" href="index.html"><img src="images/logo.gif" alt="" title=""></a>
<div class="nav-collapse">
<jdoc:include type="modules" name="top" style="none" />
</div><!--/.nav-collapse -->
</div>
</div>
</div>
</div>
thank you!
to honest, i'm little confused how joomla 3.0 incorporated bootstrap because none of bootstrap stuff works either , don't see bootstrap being loaded on pages.
you might try plugin -- solved me, caused issues k2 i'm still sol.
http://digitaldisseny.com/en/joomla-ext ... gin-joomla
you might try plugin -- solved me, caused issues k2 i'm still sol.
http://digitaldisseny.com/en/joomla-ext ... gin-joomla
Comments
Post a Comment