Hi,
The jc submenu plugin doesn’t know the difference between mobile and desktop this is handled by the theme, depending on how the theme handles the menu interaction for mobile and tablet can effect how it works.
Do you have an example where mobile menus are broken but the desktop is not so i can get a better understanding of what the issue could be?
James
Well if you checkout https://rodetsgard.se
The first menu item “kategorier” is a jc submenu with all woocommerce product categories and its subcategories. On desktop it works fine because its open submenus on hover but on mobile when the mobile menu is activated no hover is working ofcourse.
I think that jc submenu should add some kind of arrow or open button to the right if there is a submenu.
Im using storefront theme with a childtheme for access to functions.php and styles if needed. π
Are you able to add a 3rd level to the menu manually without being populated with jc-submenu, so i can see it working as intended.
Now added step 2 and step 3 as submenus on menu item “kategorier”
As you can see these have an arrow because they have submenu π
Seems like the “problem” is that jc submenu does not add all of these css classes that storefront does.
See image here: https://imgur.com/cO1RYbL
And on mobile screen the button element is missing etc.
https://imgur.com/sDaejbv
Done! and still the same π
Hello mmcarlson,
Do you know if a friendly mobile version is planned after these tests?
Thanks
I don’t know anything more than you do from this support thread :).
Hi,
in the latest version v0.9, Menu items should now be populated with the class menu-item-has-children, for items that have generated child menu items.
Wohoow! Thank you so much! Works perfect now both on mobile and big screens and mobile is able to open submenus without problem :).
YES ! it works for me too ! THANKS !