Home › Forums › WoodMart support forum › Bug 6.3 \ can`t see the Category icon of the first Category is not shown? › Reply To: Bug 6.3 \ can`t see the Category icon of the first Category is not shown?
July 1, 2021 at 7:59 am
#303842
Artem Temos
Keymaster
Try to replace the code with this one
jQuery('body').on('click', '.wd-header-mobile-nav > a, .wd-nav-opener, .wd-btn-show-cat', function(e) {
jQuery(document).trigger('wood-images-loaded');
});