-
AuthorPosts
-
jmsa2212 Friend
jmsa2212
- Join date:
- July 2006
- Posts:
- 16
- Downloads:
- 0
- Uploads:
- 0
- Thanked:
- 2 times in 1 posts
September 18, 2008 at 11:38 pm #133494Installed 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 FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
September 19, 2008 at 2:59 am #271252Hi
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.jsjmsa2212 Friendjmsa2212
- Join date:
- July 2006
- Posts:
- 16
- Downloads:
- 0
- Uploads:
- 0
- Thanked:
- 2 times in 1 posts
September 19, 2008 at 6:39 am #271287Thanks 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 FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
September 19, 2008 at 7:22 am #271301you 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 wantjmsa2212 Friendjmsa2212
- Join date:
- July 2006
- Posts:
- 16
- Downloads:
- 0
- Uploads:
- 0
- Thanked:
- 2 times in 1 posts
September 19, 2008 at 3:41 pm #271386Thank 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 Friendjmsa2212
- Join date:
- July 2006
- Posts:
- 16
- Downloads:
- 0
- Uploads:
- 0
- Thanked:
- 2 times in 1 posts
September 19, 2008 at 3:42 pm #271387Thank 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. -
AuthorPosts
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