Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • cfixy Friend
    #144821

    Hi — im trying to hide the top menu — its not necessary for sites arrangement. I understand its attached to mainmenu — so i took all the menu items out of that menu, but it leaves this message at the top of my template ONLY on the live site, not on my local computer.

    Warning: Invalid argument supplied for foreach() in /home/magiglid/public_html/templates/ja_rochea/ja_menus/Base.class.php on line 60

    does anyone know how i can do this properly?

    thank you :):D

    Khanh Le Moderator
    #319423

    Open block mainnav.php (templates/ja_teline_iii/layouts/blocks/mainnav.php) and remove this block of code (line 1 to 13)


    <div id="ja-mainnav" class="wrap">
    <div class="main clearfix">
    <?php if (($jamenu = $this->loadMenu())) $jamenu->genMenu (0); ?>
    </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;?>

    peteru6 Friend
    #350745

    folder layouts not present in my installation of rochea

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

This topic contains 3 replies, has 3 voices, and was last updated by  peteru6 13 years, 8 months ago.

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