Not displaying Font-Awesome icons?

Hi there,

I’m having issues with displaying font-awesome icons on a site, it used to work, but has suddenly stopped working.

I followed the following guides;

https://theme.co/apex/forums/topic/font-awesome-icons-not-working-in-x-theme/

I’ve checked the .HTACCESS which now only has the following in it

Header add Access-Control-Allow-Origin “*”
Header add Access-Control-Allow-Headers “origin, x-requested-with, content-type”
Header add Access-Control-Allow-Methods “PUT, GET, POST, DELETE, OPTIONS”

BEGIN WordPress

RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] RewriteRule !(js|ico|gif|jpg|png|css|swf|flv|libraries|maint|admin|login|logout|reg|woff) index.php [QSA,L]

END WordPress

I’ve cleared the Cloudflare cache, used to have W3 Total Cache installed, but removed it when moving to CloudFlare so wondering if residual files could potentially be the issue?

Any help would be appreciated

Thanks,

Hi Keanu,

Thank you for writing in, I assume you’re referring to the social icons you added on the menu since the other icons are showing up. If so, please follow the solution provided here.

Hope it helps,
Cheers!

All sorted thanks for your help!!

You’re most welcome!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.