-
AuthorPosts
-
July 17, 2013 at 10:56 am #189008
please i would like to assign or create a new position for my mega menus underneath the top header and logo, so that it can have its own space and more menus can be added.please look at the sample of the image below
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
July 18, 2013 at 9:24 am #499438I would like to clarify that for many customization, you should hire a developer to carry out such work, customization support is out of JA support scope.
If you want to do that, here is my suggestion
Open templates/ja_fubix/tpls/blocks/mainnav.php file
Copy script php code show in mega menu
<!-- MAIN NAVIGATION -->
<nav id="t3-mainnav" class="wrap t3-mainnav ">
<div class="container navbar">
<div class="navbar-inner"><button type="button" 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>
</button><div class="nav-collapse collapse<?php echo $this->getParam('navigation_collapse_showsub', 1) ? ' always-show' : '' ?>">
<?php if ($this->getParam('navigation_type') == 'megamenu') : ?>
<?php $this->megamenu($this->getParam('mm_type', 'mainmenu')) ?>
<?php else : ?>
<jdoc:include type="modules" name="<?php $this->_p('mainnav') ?>" style="raw" />
<?php endif ?>
</div>
</div>
</div>
</nav>
<!-- //MAIN NAVIGATION -->
And paste it into templates/ja_fubix/tpls/blocks/header.php file and customize css file as you expected
Remember to backup old file before changing
1 user says Thank You to Ninja Lead for this useful post
AuthorPostsViewing 2 posts - 1 through 2 (of 2 total)This topic contains 2 replies, has 2 voices, and was last updated by Ninja Lead 11 years, 4 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
how i assign my megamenu a new position under the logo and top header
Viewing 2 posts - 1 through 2 (of 2 total)