Home Forums WoodMart support forum PROBLEM WITH PEOPLE NOT OPENING SUB CATEGORIES. MAJOR DEAL BREAKER. Reply To: PROBLEM WITH PEOPLE NOT OPENING SUB CATEGORIES. MAJOR DEAL BREAKER.

#468779

Artem Temos
Keymaster

Hello,

We are very sorry for the inconvenience.

To make the submenu open on the link click instead of arrow you can add the following JS code to the Custom JS area on document ready in Theme Settings -> custom JS.

jQuery('.mobile-nav').on('click', '.wd-nav-mobile li.menu-item-has-children > a', function(e){
   e.preventDefault();
   jQuery(this).parent().find('> .wd-nav-opener').click();
});

Please, let me know if it works for you. We would kindly ask you to change your rating on ThemeForest. We genuinely appreciate your understanding and willingness to reconsider your review.

Kind Regards