Home › Forums › WoodMart support forum › Missing icons | Menu Missing icons | Menu This topic has 3 replies, 2 voices, and was last updated 9 months, 4 weeks ago by Artem Temos. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts February 8, 2024 at 12:37 pm #537965 jiri.hampelParticipant 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. February 8, 2024 at 3:11 pm #538042 Artem TemosKeymaster 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 February 8, 2024 at 3:37 pm #538056 jiri.hampelParticipant Thank you, it’s working fine. Regards, Jiri February 8, 2024 at 4:33 pm #538075 Artem TemosKeymaster You can keep this code for now. We will fix this issue in our next theme update. Author Posts Tagged: Category Icons Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to create new topics. Login / Register