• I am having issues adding click events to menu items in mobile. It seems that the theme is duplicating the menu for mobile, except it strips out everything such as the pop up classes i have added.

    is there any way i can get it so that hooking click events to those items works? i dont see a reason why not to?

Viewing 1 replies (of 1 total)
  • Hi @awelstad,

    The mobile menu is generated from JS and that is why the click events that you add on the menu items don’t work there.

    The only solution I see for this is to modify the script that generates the mobile menu (/assets/js/drop_menu_selection.js) to also add those click events.

Viewing 1 replies (of 1 total)
  • The topic ‘Mobile Menu Stripping out code’ is closed to new replies.