Dropdown Menu does not work on product pages

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.

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

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 :disappointed_face: Strange that its only the product pages.

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