Home Forums WoodMart support forum Missing icons | Menu

Missing icons | Menu

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #537965

    jiri.hampel
    Participant

    Hello,

    I have found that my newly entered menu icons are not showing up. Please advise how to solve this? I am sending a preview of the Menu and Categories.

    Thank you, Jiri

    Attachments:
    You must be logged in to view attached files.
    #538042

    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('.wd-more-cat .wd-more-cat-btn a').on('click', function(e) {
    	e.preventDefault();
    
    	setTimeout(function() {
    		jQuery(document).trigger('wood-images-loaded');
    	}, 100);
    });

    Kind Regards

    #538056

    jiri.hampel
    Participant

    Thank you, it’s working fine. Regards, Jiri

    #538075

    Artem Temos
    Keymaster

    You can keep this code for now. We will fix this issue in our next theme update.

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