Can you please share your WP credentials here, because I need to login to your site and test this issue. Your information is safe here (private) in this thread.
To include your credentials click Insert Credentials button in editor toolbar. (See how)
I have managed to fix this issue by applying a fix that will be also included in latest release of Kalium so now the menu items do expand properly and not redirect.
If you don't see the change immediately, please hard-refresh your browser (CTRL/CMD+R) because it takes longer to load the changes, as they are saved in browser cache. Another option is to open new private/incognito window and try if it works.
The fix was related to how we have implemented the click event on Safari, Chrome and Firefox. I have realized they have some differences on handling click events (ordering) and thus that caused the issue to happen on iOS safari and not in chrome. So this is fixed now and included in main.min.js file which is main JavaScript file of the theme.
I don't understand why (sub)pages in my mobile menu are expanding and (sub)categories are not expanding. Hopefully you can help me with this problem.
Hi inboundm,
Can you please share your WP credentials here, because I need to login to your site and test this issue. Your information is safe here (private) in this thread.
To include your credentials click Insert Credentials button in editor toolbar. (See how)
Hi Tomas Hanedoes,
I have managed to fix this issue by applying a fix that will be also included in latest release of Kalium so now the menu items do expand properly and not redirect.
If you don't see the change immediately, please hard-refresh your browser (CTRL/CMD+R) because it takes longer to load the changes, as they are saved in browser cache. Another option is to open new private/incognito window and try if it works.
Hi Arlind,
That's great it works! Thanks!
Can you explain to me what you did there? What was the fix?
Kind regards,
Tomas
Hi Tomas,
The fix was related to how we have implemented the click event on Safari, Chrome and Firefox. I have realized they have some differences on handling click events (ordering) and thus that caused the issue to happen on iOS safari and not in chrome. So this is fixed now and included in main.min.js file which is main JavaScript file of the theme.