Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • zamoooik Friend
    #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


    1. menu
    Ninja Lead Moderator
    #499438

    I 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

Viewing 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