Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • xaby Friend
    #152176

    Hi,

    I would like to disable the current menu (but i cannot find it in mod_mainmenu) and realised this is using T3 menu.

    How can i disable the current top menu (right at the top) and use this module (apple icons like menu system) from http://extensions.joomla.org/extensions/structure-a-navigation/menu-systems/image-menus/3636

    Can anyone advise?

    thanks!

    Sherlock Friend
    #348920

    Dear xaby,

    If you want to disable the current menu,Just go to the templates/ja_rasite/layouts/blocks/mainnav.php and remove this

    <div id=”ja-mainnav” class=”wrap”>
    <div class=”main clearfix”>
    <?php if (($jamenu = $this->loadMenu())) $jamenu->genMenu ($this->getParam(‘startlevel’,0), $this->getParam(‘endlevel’,-1)); ?>
    </div>
    </div>

    <?php if ($this->hasSubmenu() && ($jamenu = $this->loadMenu())) : ?>
    <div id=”ja-subnav” class=”wrap”>
    <div class=”main clearfix”>
    <?php $jamenu->genMenu (1); ?>
    </div>
    </div>
    <?php endif;?>

    You also can creating a new module position then assign the menu module you want to use on that position .

Viewing 2 posts - 1 through 2 (of 2 total)

This topic contains 2 replies, has 2 voices, and was last updated by  Sherlock 14 years, 3 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum