Hello,
On the page http://slanknd129.129.axc.nl/slank-en-gezond-plan/ I have placed a custom menu in the left sidebar. With some custom CSS I managed to hide the submenu items and only make them visible when the item is active. I added this piece of code:
.widget_nav_menu li.menu-item ul.sub-menu {
display: none;
}
.widget_nav_menu li.current-menu-item ul.sub-menu ,
.widget_nav_menu li.current-menu-ancestor ul.sub-menu {
display: inherit;
}
You can see what happens when clicking “Zelf aan de slag”.
On Dekstop and Mobile it all works fine but on iPad I try clicking on the items that have children but simply won’t open the page.
Any idea what’s happening?
Best,
Kirsten
Wordpress: 3.9.2
Dante: 2.56