Quote Originally Posted by Thannaree View Post
There is a new issue with font-awesome.

Check out them missing social media icons! When inspecting the element, the following error displays:



Downloading the stylesheets and fonts folder from the origin here and uploading them on your server should fix the issue.

Don't forget to update your html_header.php file with the proper path:

Code:
<link href="/includes/templates/westminster_new/css/font-awesome.css" rel="stylesheet" />
This is documented on the font awesome web site.

Apparently, Adblock Plus can remove Font Awesome brand icons with their "Remove Social Media Buttons" setting. We will not use hacks to force them to display. Please report an issue with Adblock Plus if you believe this to be an error. To work around this, you'll need to modify the social icon class names.
Thanks,

Anne