Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • marleyman Friend
    #133106

    Hi Newbie here,

    I’m using the JA Villadi Template and I do not want the main menu to be across the top. I just want the menu links to appear in the Footer Position at the bottom of the website.

    Can anyone direct me as to how to do this?

    I’m a little confused by this Template’s menu anyway – I actually have disabled each menu in the modules admin but the main menu still shows across the top?? :-*
    No matter which of these menu settings I use:
    1: Split Menu; 2: Son of Suckerfish Dropdown Menu; 3: Transmenu; 4: Script Dropline Menu

    Thanks for any help out there.

    Sherlock Friend
    #269627

    Hi marleyman !
    to move top menu to bottom , you can do it following way below :
    Open index.php file in templates/ja_villadi folder , find following code section at about line 80 :


    <!-- BEGIN: MAIN NAVIGATION -->
    <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 } ?>
    <!-- END: MAIN NAVIGATION -->

    cut obove code , then find following code section :


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

    paste obove code to below it :


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

    <!-- BEGIN: MAIN NAVIGATION -->
    <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 } ?>
    <!-- END: MAIN NAVIGATION -->

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

This topic contains 2 replies, has 2 voices, and was last updated by  Sherlock 15 years, 8 months ago.

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