Drop-down menu inactive on woocommerce shop page

Hi there,

I have a menu item with drop-down submenu that works fine on all the site except on the shop.
When I am on the shop page the drop-down menu doesn’t appear.

I think the issue appears recently after an update.

Could you please check this ?

The drop-down menu is “Academies”, the shop page is “Offres”. When you go on “Offres”, “Academies” is disabled.

Thanks

Extra-question : I can’t switch language when I’m on the shop page, I assume this is a problem with WPML ?

Hi,

To fix it, you can try adding this in Theme Options > CSS

.prdctfltr-shop .x-navbar .desktop .menu-item-has-children:hover .sub-menu {
   display:block !important;
}

Hope that helps

Perfect !
That also fixed my language switcher issue

Thank you Paul

You’re welcome! :slight_smile:

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.