Home › Forums › WoodMart support forum › Category and subcategory › Reply To: Category and subcategory
April 29, 2021 at 6:33 pm
#288105
Elise Noromit
Member
Hello,
Please try to add this JS in the Theme Settings > Custom JS > On document ready:
woodmartThemeModule.$document.on('wdShopPageInit', function() {
woodmartThemeModule.categoriesMenuBtns();
});
Best Regards