Home › Forums › WoodMart support forum › Mobile Menu Mobile Menu This topic has 9 replies, 2 voices, and was last updated 3 years ago by Elise Noromit. Viewing 10 posts - 1 through 10 (of 10 total) Author Posts December 10, 2021 at 5:45 pm #338600 admin_acidParticipant Mobile Menu December 12, 2021 at 3:21 pm #338869 Elise NoromitMember Hello, Please try to add the code to the theme Settings > Custom JS on document ready. 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(); }); Best Regards February 8, 2022 at 1:46 am #351231 admin_acidParticipant Accessories Button February 8, 2022 at 11:23 pm #351510 Elise NoromitMember Hello, Please insert the site admin access into the Private content below the message area. Best Regards February 8, 2022 at 11:31 pm #351516 admin_acidParticipant Mobile menu February 9, 2022 at 10:17 am #351632 Elise NoromitMember Hello, Could you kindly provide the login URL? Best Regards February 9, 2022 at 6:19 pm #351776 admin_acidParticipant Html February 10, 2022 at 9:30 am #351909 Elise NoromitMember Hello, Please replace the code with this one: 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(); }); Best Regards February 10, 2022 at 9:37 am #351910 admin_acidParticipant Open Subcategories February 11, 2022 at 9:59 am #352223 Elise NoromitMember Hello, The code differs for one symbol. Please add and check. Best Regards Author Posts Viewing 10 posts - 1 through 10 (of 10 total) You must be logged in to create new topics. Login / Register