Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • vandereyde Friend
    #147825

    Hi, I would like to have the possibility to insert 2 menu’s in the top menu area (mainnav). One after the other, not below eachother. This way I can publish an extra menu via the modules where I can set it to show only on certain pages. Possible?

    Saguaros Moderator
    #330306

    Hell guy!

    Yes, it Possible. but you make css rules for this menu by yourself. Now, you’ll give the solution about how to add the menu displaying before the ja menu:

    Please open the file:templatesja_selenilayoutsblocksmainnav.php and find codes at line 1:
    [PHP]<div id=”ja-mainnav” class=”wrap”>[/PHP]
    You replace:
    [PHP]
    <div id=”ja-mainnav” class=”wrap”>
    <?php if( $this->countModules(‘bf-mainnav’) ) : ?>
    <div id=”ja-extramenu”>
    <div class=”main”>
    <div class=”inner clearfix”>
    <jdoc:include type=”modules” name=”bf-mainnav” />
    </div>
    </div>
    </div>
    <?php endif; ?
    [/PHP]
    – You access the administrator to put a instance of the mainmenu module on the “bf-mainnav” position.

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

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

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