My dropdown menu works on all pages except the all important Product Pages....I clearly have a coding issue but cannot locate it...can anyone please assist.
Thank you.
Hello,
Edit theme.js or may be it's theme.liquid.js, you can find it under Assets
In bottom you can find this code
$('li.mobile-nav--has-dropdown').click(function(e){
e.preventDefault();
$(this).find('.mobile-nav--dropdown').show();
})
Just remove/comment it.
Still if issue will not resolved then you have to manually find the other JS conflict and fix theme.
In below screen-shot you will find the JS errors
Thanks
User | Count |
---|---|
28 | |
19 | |
17 | |
16 | |
9 |