Tap menù on iPad

Posted in: Newsmag
Post count: 199

Hi, if I press a menu item on the iPad (touch-screen) opens the mega-menu but not the URL associated with it.

https://dl.dropboxusercontent.com/u/22334399/IMG_0082.PNG

Post count: 7909

Hi,

Please try to make this change in javascript file: http://screencast.com/t/HOJK06KqUOW

//not touch
jQuery('#td-header-menu .sf-menu').superfish({
delay:600,
speed:200,
useClick:false
});

If you use speed booster you have to paste it like in the image and then you have to minify all content of the tagdiv_theme.js here – https://closure-compiler.appspot.com/home
After that you have to replace the content of tagdiv_theme.min.js(this file is used by speed booster) with that code.

Hope this helps!

Post count: 199

Done but it doesn’t work. I always opens the mega-menu and not the url.

Post count: 199

As I said. Works. Thank you!

Viewing 4 posts - 1 through 4 (of 4 total)
The forum ‘Newsmag’ is closed to new topics and replies.