Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • gwprof Friend
    #121352

    Hi,

    I would like to move the top menu, preferably remove it altogether.
    Can anyone tell me how i could do this? If I unpublish it I get this error jasdl_activemenu is undefined.

    i know I need to have a main menu so i would like the menu down the side to be this.

    Any help would be greatly appreciated. I am really confused by this template.:confused:

    Thanks

    ErikThorsen Friend
    #223999

    Where would you like to move the menu? To another place in the template? If so, you need to edit the index.php template file and know a little bit about php and programming. Otherwise, you can choose a different module position if you are using a menu that is “stuck” in a module position somewhere. It would help if you had a screenshot or some more information about which menu you want to move and where to move it to.

    gwprof Friend
    #224003

    thanks for your reply. I would like to remove it altogether. Is this possible? When I try I get the error jasdl_activemenu is undefined on the page. I know a little PHP but not sure how to handle this jasdl_activemenu? I guessed it was becuase it has to have a mainmenu published. Is this right?

    ErikThorsen Friend
    #224033

    Do you have a live URL?

    gwprof Friend
    #224070

    I have moved site here for you to see. http://www.tyneinternet.co.uk/absolutewoman/
    thanks.

    ErikThorsen Friend
    #224075

    Yes, you should really, really have a menu published somewhere but where do you want to move it??

    In backend: modules you can find the module which is called “main menu”. You can see that this is now located in “left” position. You can change this to any other position you want by editiing this module.

    Does this help?

    gwprof Friend
    #224076

    I am happy with the menu that is in the left hand side. Its the top menu I want to remove. I have put it back on so you can see which one I mean. (page error has gone when I put it back).
    I removed this code from the index.php page to take it off. If i unpublish rather than remove code then I still get the page error.

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

    <?php if ($ja_menutype==1 && $subnav) { ?>
    <div id=”ja-subnav”>
    <?php echo $subnav; ?>
    </div>
    <?php } ?>

    <?php if ($ja_menutype==4 && $subnav) { ?>
    <div id=”ja-subnavdl”>
    <?php echo $subnav; ?>
    </div>
    <?php } ?>

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

    Thanks for your help with this 🙂

    gwprof Friend
    #224127

    Can anyone help???? I really need to remove this menu. Does anyone know why jasdl_activemenu needs to be defined? and where it is being called from?

    Menalto Friend
    #224129

    Give me an email with your log in info to your site and url and ill take a look at it?

    cwigg Friend
    #224131

    Hi – you said you unpublished the menu module (I think). Did you try the other approach – unpublish all items on the mainmenu? And use othermenu for the left menu ?

    cwigg Friend
    #224134

    another thing you could try, is on line 109 of ja-transmemnu.css, change font size to 0px.
    seems to do the trick for me.
    thought of this as I chose to reduce the font size on my top menu in this template, after increasing the default font size.

    gwprof Friend
    #224135

    Thanks CWIGG, didnt even think of that. Main menu on the left must have been making the call to it to change the higlighted menu item on the top main menu.

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

This topic contains 12 replies, has 4 voices, and was last updated by  gwprof 17 years, 4 months ago.

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