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?

#303687

Artem Temos
Keymaster

Hello,

Try to add the following code snippet to the Custom JS area on document ready in Theme Settings to fix this issue.

jQuery('body').on('click', '.wd-header-mobile-nav > a, .wd-nav-opener', function(e) {
		jQuery(document).trigger('wood-images-loaded');
});

Kind Regards