Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • Ian Friend
    #119689

    Hi, i want to remove top menu at the left of site tools from xenia because i have too many links at main menu

    swemmel Friend
    #218064

    Hi Andronopoulos,

    Just go to the backend of your site and go to Modules. Unpublish the top-menu module. Done.

    Kind Regards,
    Peter.

    Ian Friend
    #218068

    Thanks swemmel but i want the menu before SiteTools which appears the same links from main menu…

    swemmel Friend
    #218070

    Aahhh, understand,

    Open your index.php and look for this code:


    $topnav = "";
    $subnav = "";
    if ($ja_menutype == 1) {
    require($ja_template_absolute_path."/ja_splitmenu.php");
    $topnav = ja_topNav('mainmenu', array('default'));
    $subnav = ja_subNav('mainmenu');
    } else if ($ja_menutype == 4) {
    require($ja_template_absolute_path."/ja_scriptdlmenu.php");
    $topnav = $jamenu->menuObj->main;
    $subnav = $jamenu->menuObj->sub;
    }

    Delete the line: $topnav = $jamenu->menuObj->main;

    Done.

    Kind Regards,
    Peter

    Ian Friend
    #218071

    Fixed….:D
    Thanks

    ricardomarx Friend
    #247587

    If I wana change the “mainmenu” from the header to another one that I create “like headermenu” with less and different itens, were I change it?

    I try remove as the upper post suggest and it won’t work for me 🙁

    http://www.mrboomy.com/newsite

    Thanks!

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

This topic contains 6 replies, has 3 voices, and was last updated by  ricardomarx 16 years, 6 months ago.

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