Dropdown Menu does not work on product pages

UlyssesJewell
Visitor
3 0 0

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.

www.ulyssesjewellery.com.au

 

Thank you.

 

Replies 3 (3)

Developer-G
Shopify Partner
3079 604 857

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
js-conflict.PNG

 

Thanks

- If helpful then please Like and Accept Solution.
- Want to modify or custom changes or bug fix on store Hire me.
- Email: guleriathakur43@gmail.com - Skype: navrocks1 ,
- Try GEMPAGES a great page builder
-Advance Search Filter
UlyssesJewell
Visitor
3 0 0

Thanks Guleria for your reply...I only put that exact code in as I found it was a solution on another thread. So it is still not working 😞  Strange that its only the product pages.

UlyssesJewell
Visitor
3 0 0

Could someone please offer assistance...I really need the menu to work.