Bug 6.3 \ can`t see the Category icon of the first Category is not shown?
-
I have similar problem with mobile version. On PC page Category icon of the first Category shows, but on mobile not
Similar problem: https://xtemos.com/forums/topic/category-icon-is-missing/
Fix please, i add the login and password
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
Added. I think this bug of LAZY LOADING. Thats 100%. I check it and know problem but don’t know how it fix
I see how first category icon is faded with lazy upload. When i off LAZY LOADING, icon is seen
Yes, it is because of the lazy loading feature.
I added the code but it not help. In category title icon not loading without swap to down
Attachments:
You must be
logged in to view attached files.
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');
});
Worked. Thats will be fixed in update?
Yes, we will fix this in our next theme update for sure.