Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • rodoart Friend
    #124470

    How can I get rid of the horizontal main menu?

    rodoart Friend
    #234818

    I’ve choosen 0 for menu type. Am I correct?

    Menalto Friend
    #234819

    Yes you can do that or you can can delete this code from the templates index.php:

    <!-- BEGIN: MAIN NAVIGATION -->
    <div id="ja-mainnav" class="clearfix">
    <?php
    switch ($ja_menutype) {
    case 1:
    $jasplmenu->genMenu (0);
    break;
    case 2:
    case 4:
    include($ja_template_absolute_path."/ja_cssmenu.php");
    break;
    case 3:
    echo $topnav;
    break;
    }
    ?>
    </div>
    <!-- END: MAIN NAVIGATION -->

    </div>
    <!-- END: HEADER -->

    <?php if ($subnav) {?>
    <div id="ja-subnav" class="clearfix">
    <?php
    if ($ja_menutype == 1) $jasplmenu->genMenu (1);
    if ($ja_menutype == 3) echo $subnav;
    ?>
    </div>
    <?php } ?>

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

This topic contains 3 replies, has 2 voices, and was last updated by  Menalto 16 years, 11 months ago.

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