I am using WordPress to build this site: www.heartofglass.gg I've installed the twi carousel plugin for my shop, but this is causing a conflict with the mobile menu. When i remove the plugin the menu works fine but i would like to be able to use the plugin.
UPDATE: I think there may be 2 issues here: 1. The menu collapsing immediately in some browsers (Chrome, IE) 2. The menu items need to be 'double tapped' from ios devices (one tap collapses the menu, double tap follows link correctly).
The problem is that when opened in some devices (mostly ios) the mobile menu opens then instantly collapses. This is also true when viewed in a small window size from a laptop (Tested on windows and mac with Chrome and IE) On a laptop the menu will stay open only if the mouse is depressed for a second. The menu will then open on the button release and remains open.
Note: it works correctly on Safari on macbook but on my iPhone 5c, the menu opens but links only work with a double tap.
In the developer console on Chrome when i click the on the menu I get the following error:
Uncaught TypeError: Cannot read property 'trigger' of undefined at frameworks.min.js?ver=4.8.1:9
Also: Could it be something to do with 'hover' function? I've read that the 'double tap' issue is common on ios devices.
Further to this: In Chrome developer window; if i remove the frameworks.min.js event listener for pointerup and touchend the menu stays open (only tried on desktop)...I don't know if this is of any relevance.
I'd appreciate any help resolving this as I've setup my shop front using the plugin and like it's functionality, but apparently, I need the menu to work across devices.
Thanks in advance
31.8.17: still no solution for this, any help appreciated