Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • joomboom Friend
    #149232

    Hi there,

    Joomla 1.5 here. IE8 displays only the SPLIT menu, no matter what type of menu I choose. I really need the transmenu to work – is this some sort of a bug? How can it be fixed.

    Sorry cannot show you the page – localhost; but params.ini – the menu selected i 3; in the admin console, I specifically chose ” trans” menu and everything runs fine. FF, Chrome and Safari are fine.

    Thanks a lot for helping out, I know you are swamped.

    Saguaros Moderator
    #335405

    Dear joomboom!

    I tested this issue on some our demo, they worked well. I think that The IE browser is having the problem of cache and section, cookie, pls try to check again

    if problem isnot fixed , pls open the file: templatesja_aviorja_vars.php and find codes at 24:
    [PHP]
    switch ($tmpTools->getParam(JA_TOOL_MENU)) {
    case 3:
    $menu = “Transmenu”;
    include_once( dirname(__FILE__).DS.’ja_menus/’.$menu.’.class.php’ );
    break;
    case 2:
    $menu = “CSSmenu”;
    include_once( dirname(__FILE__).DS.’ja_menus/’.$menu.’.class.php’ );
    break;
    case 1:
    default:
    $menu = “Splitmenu”;
    include_once( dirname(__FILE__).DS.’ja_menus/’.$menu.’.class.php’ );
    break;
    }
    [/PHP]
    replace:
    [PHP]
    switch ($tmpTools->getParam(JA_TOOL_MENU)) {
    case 3:
    $menu = “Splitmenu”;
    include_once( dirname(__FILE__).DS.’ja_menus/’.$menu.’.class.php’ );
    break;
    case 2:
    $menu = “CSSmenu”;
    include_once( dirname(__FILE__).DS.’ja_menus/’.$menu.’.class.php’ );
    break;
    case 1:
    default:
    $menu = “Transmenu”;
    include_once( dirname(__FILE__).DS.’ja_menus/’.$menu.’.class.php’ );

    break;
    }
    [/PHP]

    GOod luck

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

This topic contains 2 replies, has 2 voices, and was last updated by  Saguaros 14 years, 1 month ago.

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