ResolvedFACEBOOK ICON ISSUE
Tagged: facebook icon
- This topic has 4 replies, 2 voices, and was last updated 1 year, 10 months ago by
masu.
- AuthorPosts
- July 13, 2021 at 6:05 pm #31064
masu
ParticipantJuly 14, 2021 at 10:45 am #31076Althemist
KeymasterHi masu,
Please, provide a working link where we can see the problem live. I am afraid we can’t tell what could be wrong by looking at a cropped picture. 🙂
Also, please, don’t use ALL CAPS for your messages!
July 14, 2021 at 3:19 pm #31078masu
ParticipantThis reply has been marked as private.July 14, 2021 at 4:11 pm #31079Althemist
KeymasterOK, found the problem. It looks like you’re using Dokan which is forcing a really old version of the Font Awesome icon font.
Unfortunately, there is nothing we can do from the theme. Dokan team is informed about the problem and they didn’t update the Font Awesome for more than a year. Also, there is really no point to load the font awesome from Dokan. The page builder is loading it by default. The best thing you can do is to ask them if it’s possible to dequeue their version of Font Awesome. The code they have to give you would be similar to this (it’s for older version of Dokan):
function wpse_remove_styles() { wp_dequeue_style('dokan-fontawesome'); } add_action( 'wp_print_styles', 'wpse_remove_styles', 100 );
July 14, 2021 at 4:16 pm #31080masu
ParticipantThis reply has been marked as private. - AuthorPosts
You must be logged in and have valid license to reply to this topic.