Home › Forums › WoodMart support forum › Font Awesome Icons not showing
Font Awesome Icons not showing
- This topic has 13 replies, 3 voices, and was last updated 4 years, 8 months ago by
Artem Temos.
-
AuthorPosts
-
July 29, 2020 at 10:50 am #215075
avelin123ParticipantHi, there are some font awesome icons that (i) are SOMETIMES not showing up (some dokan icons like the “Dashboard” icon for Vendors in Dokan), and (ii) some that are not showing up ever.
We have gone to Theme Settings -> Performance -> CSS -> Font Awesome library and set it as Always Use.
Please let us know how to fix this? Thank you.
July 29, 2020 at 11:17 am #215080
Aizaz Imtiaz AwanKeymasterHello,
Please provide the URL of the website and vendor page login to access the vendor dashboard to check the issue myself and help you out accordingly.
Regard’s.
Xtemos Studio.July 29, 2020 at 11:27 am #215084
avelin123ParticipantSure. Please see private content. Thank you!
Attachments:
You must be logged in to view attached files.July 29, 2020 at 12:14 pm #215100
Aizaz Imtiaz AwanKeymasterHello,
I have logged into your website and saved the settings to load a font-awesome library and the icons are displayed.
Screenshot for Clarification: https://ibb.co/f2zVJj1
Please clear cache and check back.
Regard’s.
Xtemos Studio.July 30, 2020 at 2:14 am #215265
avelin123ParticipantHello, I cleared the cache and used a different browser to test but it’s still not working for me. With regard to the “Boxes” section, you can click on Add Box and add any random box to test. There are supposed to be 2 icons there, one a pencil and one a trashcan. The dashboard arrow is also showing up as a square. I have also added a screenshot of what is showing up when we are using our previous theme.
Can you let us know what changes you made to the site, and also how to fix it given the issue is still there?
Thank you very much.
Attachments:
You must be logged in to view attached files.July 30, 2020 at 7:14 am #215316
Aizaz Imtiaz AwanKeymasterHello,
I saw the screenshot you attached and visited your website again.
Actually the issue is that most of the icons used from the Fontawesome 5 that’s why they are not visible. Our theme supports only a set of font awesome icons.
So if you want to use all the icons then you need to import the library manually or by using any third party plugin.
Regard’s.
Xtemos Studio.July 30, 2020 at 7:25 am #215321
avelin123ParticipantHello,
Thanks for following up on this. Can you please let me know how I can “import the library manually”?
Some of the icons used are default Dokan icons and given that the theme should be compatible with Dokan, maybe your team could also consider adding the icons in the next update by default.
Thanks!
July 30, 2020 at 12:17 pm #215400
Artem TemosKeymasterTry to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.
.dokan-dashboard-wrap .fa { font-family: 'Font Awesome 5 Free'; font-weight: 900; }
July 31, 2020 at 4:37 am #215558
avelin123ParticipantHi, thanks a lot. It seems to be working now!
We also saw that someone from Xtemos logged in to our site and installed the plugin “WP File Manager”. Can you please let us know specifically what this was for and what was downloaded from our site?
Thank you.
July 31, 2020 at 6:14 am #215575
Artem TemosKeymasterNobody installed this plugin from our team. We never use it at all.
July 31, 2020 at 8:57 am #215626
avelin123ParticipantHello, although the Dashboard Icon is working now, all the icons on the default Dokan “Social Profiles” page are not working. See screenshot….
In addition, see the temporary user log in the link.
Attachments:
You must be logged in to view attached files.July 31, 2020 at 9:21 am #215634
Artem TemosKeymasterHello,
Please, provide us your admin access so we can check.
July 31, 2020 at 10:09 am #215654
avelin123ParticipantHere is the access.
Did you have a look at the private content we send over in our previous response?
Thank you.
July 31, 2020 at 12:04 pm #215698
Artem TemosKeymasterTry to add the following code snippet to the Custom CSS area in Theme Settings
.dokan-dashboard-wrap .fa-facebook-square, .dokan-dashboard-wrap .fa-google, .dokan-dashboard-wrap .fa-twitter-square, .dokan-dashboard-wrap .fa-pinterest-square, .dokan-dashboard-wrap .fa-linkedin-square, .dokan-dashboard-wrap .fa-youtube-square, .dokan-dashboard-wrap .fa-instagram, .dokan-dashboard-wrap .fa-flickr { font-family: 'Font Awesome 5 Brands'; font-weight: 400; }
-
AuthorPosts
- You must be logged in to create new topics. Login / Register