Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • ocoagbr Friend
    #120410

    I just want to use Standard Mainmenu on the left. How can I disable the topmenu?

    swemmel Friend
    #220696

    Hi Ocoagbr,

    Open the index.php file of the template 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;
    }

    Change it to

    $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;
    #}

    This will do the job.

    Kind Regards,
    Peter

    ocoagbr Friend
    #220699

    Thanks, but now the black bar is empty. Can I hide the black bar, the content will go up?

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

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

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