This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

Reply To: Mobile menu item not working

#29097
Ernest MarcinkoErnest Marcinko
Keymaster

Hi Sophie,

The issue is that the theme uses a script to prevent some event propagation/bubbling (I’m not exactly sure which and where), and that prevents the input focus.

Usually I recommend a custom code where possible, but in this case the event listeners are added via native javascript, where it is nearly impossible to remove event listeners for a specific node, it would cause even more issues.
I would rather recommend placing the search shortcode outside the menu scope, or before/after the menu.