test
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • jmsa2212 Friend
    #133494

    Installed on J1.0.15 and CSS menu ( or Moo menu). Users are having trouble navigation with submenu. It has three level sub-menus and it disappear too quickly.

    I installed on Joomla 1.5 for testing, it work fine especially Moo menu problem is with J1.0.x. I noticed Avian II for J1.0.x does not have Moo menu. Are there no Moo menu for J1.0.x version?
    Below is from ja_vars.php

    $japarams->set( ‘menutype’, ‘mainmenu’ );
    switch ($ja_menutype) {
    case 1:
    $menu = “Splitmenu”;
    include_once( $ja_template_absolute_path.’/ja_menus/’.$menu.’.class.php’ );
    break;
    case 2:
    case 3:
    $menu = “CSSmenu”;
    include_once( $ja_template_absolute_path.’/ja_menus/’.$menu.’.class.php’ );
    break;
    }
    It looks like only support Splitmenu and CSSmenu.

    How can I slowdown menu action? Longer time out?
    Currently users move mouse a little after short delay, menu disappears so they have to start from root menu many times.
    Thanks!

    Sherlock Friend
    #271252

    Hi
    In 1.0, Moo menu and CSS also use CSSmenu.class.php, they are only different javascrip file
    With Css menu is ja.cssmenu.js , with Moo menu is ja.moomenu.js

    jmsa2212 Friend
    #271287

    Thanks nguoiabcd!
    But Anybody know how can I increase animation time or delay the menu for slow action?
    I think if I can disable timeout for menu, it would be great. Where can I change it?

    Sherlock Friend
    #271301

    you can edit ja.cssmenu.js(templates/ja_avian_ii/ja_menus/ja_cssmenu folder)
    Search this line:

    this.timer = setTimeout(sfHoverOut.bind(this), 20);
    Increase 20 as you want

    jmsa2212 Friend
    #271386

    Thank you for your help. I increased 500 and it does not fix the problem. Here is more specific description of problem.

    – When we navigate mouse quckly it is not bad unless you move out of menu area
    – When you stay one menu little longer (about 2 seconds) to read menu and try to move to other menu or next sub-menu, whole menu disapeared. J1.5 version does not have this problem though.

    jmsa2212 Friend
    #271387

    Thank you for your help. I increased 500 and it does not fix the problem. Here is more specific description of problem.

    – When we navigate mouse quckly it is not bad unless you move out of menu area
    – When you stay one menu little longer (about 2 seconds) to read menu and try to move to other menu or next sub-menu, whole menu disapeared. J1.5 version does not have this problem though.

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

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

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