Home › Forums › WoodMart support forum › AFTER UPDATE 4.5.1 – PROBLEM OF ICONS
AFTER UPDATE 4.5.1 – PROBLEM OF ICONS
- This topic has 10 replies, 4 voices, and was last updated 4 years, 11 months ago by Jeriss Cloud Center.
-
AuthorPosts
-
February 21, 2020 at 1:25 pm #175092
Jeriss Cloud CenterParticipantDear,
I’ve updated to the latest version 4.5.1 but I’m facing an issue with icons at different places, which I never faced before. The issue occurs in :
– product page > share icons
– shop page > custom widget sidebar filter iconI’ve checked my Custom CSS Generator file and I confirm that the share icons are selected in the file, so that cannot be the problem.
I’ve cleared cache everywhere (browser, server and cloudflare), so caching cannot be the problem either for this.
I’ve created a staging site where I’m unable to check this issue because icons have never worked on the staging site (I suppose because of the link path to FontAwesome).
I’ve checked that FontAwesome is enabled and it’s currently on “ALWAYS USE” in my theme settings.
I noticed in your changelog that you released the 4.5.1 minor release also due to icons issue. Could it be that this problem isn’t fully resovled ? And I confirm that I’ve already updated to 4.5.1, which is the latest version.
Thanks
Attachments:
You must be logged in to view attached files.February 21, 2020 at 1:52 pm #175107
Artem TemosKeymasterHello,
Could you please disable all plugins that are not related to our theme and provide us your admin access so we can check it?
Thank you in advance
February 21, 2020 at 3:20 pm #175158
Jeriss Cloud CenterParticipantHi Artem,
Thanks. I found the rootcause. It was due to the featuer “Font Awesome Async” in the plugin “Clearfy”. However, what I don’t understand is that this feature used to work perfectly before the latest update. Does the theme have such kind of feature since the last update?
Thanks
February 21, 2020 at 3:46 pm #175172
Artem TemosKeymasterWe have updated our theme to work with Font Awesome 5+ now. We use WPBakery built in Font Awesome library for that.
February 21, 2020 at 3:49 pm #175175
Jeriss Cloud CenterParticipantOh I understand now. However, my problem is only half resolved.
For the shop page, I had a custom code (that your support gave me, for changing the icon of the widgets sidebar) which used to work fine before the update but now it’s not loading correctly.
The custom code is available in private. Can you please tell me if this code is still valid for the latest version of Woodmart ? If not, how to make it work again?
Thanks
February 22, 2020 at 1:03 am #175178
Artem TemosKeymasterPlease, send us a link to the topic where you got that code.
February 22, 2020 at 11:03 am #175347
Jeriss Cloud CenterParticipantFebruary 22, 2020 at 7:22 pm #175434
Elise NoromitMemberHello,
Please replace the code with this once:
.woodmart-show-sidebar-btn:before { display: inline-block; font-size: 16px; line-height: 50px; content: "\f115"; font-family: woodmart-font; color:#000000; }
Copy code from the forum, clean the cache. It works: https://prnt.sc/r6895t
Best Regards
February 23, 2020 at 12:11 pm #175523
Jeriss Cloud CenterParticipantHi Elise,
I removed the old code and added the new one but it results as in the attachment.
The new icon appears well but the regular icon is still displayed.
Thanks
Attachments:
You must be logged in to view attached files.February 24, 2020 at 8:00 am #175655
Bogdan DonovanKeymasterTry to add the following code snippet to the Custom CSS area in Theme Settings.
body .woodmart-show-sidebar-btn .woodmart-side-bar-icon { display:none; }
Best Regards
February 24, 2020 at 9:24 am #175673
Jeriss Cloud CenterParticipantOk thanks, please close this ticket
-
AuthorPosts
The topic ‘AFTER UPDATE 4.5.1 – PROBLEM OF ICONS’ is closed to new replies.
- You must be logged in to create new topics. Login / Register