Hi,
There is some problem accessing the menus that use the MegaMenu ability when in touch screens (tablets).
Its impossible to access the actual menu, clickig on a menu item that has megamenu acts same as mouse hover on desktops. That is it does show the 5 megamenu items, but its impossible to enter the actual menu itself.
Hi,
We know about this and we will think to a better solution when another menu system will be designed. On tablets you cannot hover that why it been created like this, but you can follow this solution – http://screencast.com/t/0J8Cedi9
//not touch
jQuery('#td-top-menu .sf-menu').superfish({
delay:500,
speed:200,
useClick:false
});
Thanks!
Thanks, that did the job.
Didn’t work on child theme, I had to make the change on base theme.
Just a quick note, the site.js file didn’t exist on the js directory, instead I had to change the site.min.js located in js/min folder.
That info just if anyone is visiting this thread and cannot locate that specific file…
-
This reply was modified 11 years by
neakriti.
Hi,
Yes sorry I did not specify that if you use speed booster you have to make this change in – http://screencast.com/t/uHuUcuor
If you don’t use speed booster – http://screencast.com/t/l9ijkiL5
Glad that you sorted out!
