Hello,
First of all, I hope this is not a duplicate:
Brand icons like Facebook or Trip Advisor are not showing.
I have seen AdBlock can cause problem, but I dot not have this installed on my browser.
Instead of the brand icon, I have got a circle with an exclamation/question mark animation...
No problem for others icon, so I assume the script is correctly loading.
Hi!
Thanks for being part of the Font Awesome Community.
Could you please provide all the required information and a reduced test case?
Please make sure that your request follows our bug report request template
Using Font Awesome on a WordPress theme. Some icons are displayed, others not.
All icons must be displayed
Version: 4.6.1
Browser and version: Chrome 64.0
See the footer: _deleted url_
One of icon is not showing
Thanks.
Please note that you are loading both 4.6.1 and 5.0.6
<!-- ... -->
<link rel="stylesheet" id="font-awesome-css" href="//maxcdn.bootstrapcdn.com/font-awesome/4.6.1/css/font-awesome.min.css?ver=4.9.4" type="text/css" media="all">
<!-- ... -->
<script defer="" src="https://use.fontawesome.com/releases/v5.0.6/js/all.js"></script>
Please use only one version. I would remove the old 4.6.1
Also
<i class="fas fa-facebook-square"></i>
Should be fab
: s
stands for solid, b
for brands
Refs:
Hope it helps, closing here
Thanks this helped me also I required to Use fab to access the brand icons
Most helpful comment
Thanks.
Please note that you are loading both 4.6.1 and 5.0.6
Please use only one version. I would remove the old 4.6.1
Also
Should be
fab
:s
stands for solid,b
for brandsRefs:
Hope it helps, closing here