Home Forums WoodMart support forum Bug 6.3 \ can`t see the Category icon of the first Category is not shown?

Bug 6.3 \ can`t see the Category icon of the first Category is not shown?

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #303670

    fineorganics
    Participant

    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

    #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

    #303726

    fineorganics
    Participant

    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

    #303804

    Artem Temos
    Keymaster

    Yes, it is because of the lazy loading feature.

    #303816

    fineorganics
    Participant

    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.
    #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');
    });
    #304007

    fineorganics
    Participant

    Worked. Thats will be fixed in update?

    #304076

    Artem Temos
    Keymaster

    Yes, we will fix this in our next theme update for sure.

Viewing 8 posts - 1 through 8 (of 8 total)