We moved to new unified forum!

Please post all new support queries in our New Forum.

T3 Community Discussion & Support

Let's build the best free Joomla template framework, together!
  1. Xzerod
  2. General Discussion
  3. Tuesday, 25 February 2014
  4.  Subscribe via email
Hello,

i use the t3 Framework with the purity III template and customized a second navbar at the bottom of my page. On Mobile-Devices, the collapse navigation for small screens is enabled so when i visit the site on my mobilephone, i get the button 'navbar-toggle' twice.

But when i click on this button either on top or at the bottom of the page, both Menus appear and overlay each other. Can you please help me, where i have to change the class or id to activate on my top-button only the top-menu and on the footer-button only the footer-menu?

This is my Code for the Footer - Block


[...]

<!-- FOOTER NAVIGATION -->
<footer id="t3-footernav" class="wrap navbar navbar-default navbar-fixed-bottom t3-mainnav">
<div class="container">

<!-- NAVBAR FOOTER -->
<div class="navbar-footer">
<?php if ($this->getParam('navigation_collapse_enable', 1) && $this->getParam('responsive', 1)) : ?>
<?php $this->addScript(T3_URL.'/js/nav-collapse.js'); ?>
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".t3-navbar-footermenu">
<i class="fa fa-bars"></i>
</button>
<?php endif ?>
</div>
<!-- //NAVBAR FOOTER -->

<!-- NAVBAR MAIN -->
<?php if ($this->getParam('navigation_collapse_enable')) : ?>
<nav class="t3-navbar-footermenu t3-navbar-collapse navbar-collapse collapse"></nav>
<?php endif ?>

<nav class="t3-navbar navbar-collapse collapse">
<jdoc:include type="<?php echo $this->getParam('navigation_type', 'megamenu') ?>" name="footermenu" menutype="footermenu" />
</nav>
<!-- //NAVBAR MAIN -->

</div>
</footer>
<!-- //MAIN NAVIGATION -->


Edit:

Sorry, when i click on the Footermenu-Button, only the Footer-Menu is shown. When i don't close this Menu and click on the Mainmenu-Button, my Footer Menu disappear and the Mainmenu is shown but when i click only the Mainmenu-Button, both Menus were shown
Comment
There are no comments made yet.
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Xzerod,

If you want multiple navbar, please check at this guide. This will help to avoid the conflict.
http://t3-framework.org/documentation/bs3-customization#multi-instance-megamenu
Comment
There are no comments made yet.
  1. more than a month ago
  2. General Discussion
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Oh thanks, i forgot one Step in the Mainmenu file.
Comment
There are no comments made yet.
  1. more than a month ago
  2. General Discussion
  3. # 2
  • Page :
  • 1


There are no replies made for this post yet.
However, you are not allowed to reply to this post.