Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • Daniel Löf Friend
    #129815

    The thing is that I dont need the horisontal drop down menu but I can´t seem to quite get it how to remove it..?

    Somebody?

    Sherlock Friend
    #254540

    Hi dlof !
    You can remove it following way below :
    Open index.php file in templates/ja_dravity folder , find following code section at about line 118 then remove it :


    <!-- BEGIN: MAIN NAVIGATION -->
    <div id="ja-mainnavwrap"<?php if ($hasSubnav) { ?> style="height: 60px;"<?php } ?>>

    <div id="ja-mainnav" class="clearfix">
    <?php $jamenu->genMenu (0); ?>
    </div>

    <?php if ($hasSubnav) { ?>
    <div id="ja-subnav" class="clearfix">
    <?php $jamenu->genMenu (1,1); ?>
    </div>
    <?php } ?>

    <!-- BEGIN: USER TOOLS -->
    <?php if ($tmpTools->getParam(JA_TOOL_USER)) { ?>
    <div id="ja-usertools">
    <?php $tmpTools->genToolMenu($tmpTools->getParam(JA_TOOL_USER)); ?>
    </div>
    <?php } ?>
    <!-- END: USER TOOLS -->

    </div>
    <!-- END: MAIN NAVIGATION -->

    Daniel Löf Friend
    #254567

    Thank you 🙂

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

This topic contains 3 replies, has 2 voices, and was last updated by  Daniel Löf 16 years, 5 months ago.

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