Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • jasonbr Friend
    #120351

    is it possible to take out the top menu, and if so how do I do it?

    thank you.

    Menalto Friend
    #220428

    If you wanna remove it you can open index.php
    On line 206 to 225 you find this:

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

    Just tested and it’s working here.

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

This topic contains 2 replies, has 2 voices, and was last updated by  Menalto 17 years, 6 months ago.

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