The social icons in the widget at the bottom of my site (http://www.scanfree.net/) are not showing up properly, The links are there, as is the text, but the icons themselves seem to be greyed out. Can you let me know how I can resolve? Thank you
You can try add the following code to the style.css file.
@font-face {
font-family: 'FontAwesome';
src: url('your/path/fontawesome-webfont.eot?v=3.0.1');
src: url('your/path/fontawesome-webfont.eot?#iefix&v=3.0.1') format('embedded-opentype'),
url('your/path/fontawesome-webfont.woff?v=3.0.1') format('woff'),
url('your/path/fontawesome-webfont.ttf?v=3.0.1') format('truetype');
font-weight: normal;
font-style: normal;
}
If you still face there issue, you can send me username & password of your site (via private answer) for further checking.
Hope this helps !
hi dominic — i am having the same issue. site is @ petergayed.com — thanks
Hi, to resolve this issue, you can open the header.php file then add the following code under line 7 or 8.
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
Regards,
yup, that did it — many thanks dominic
Right now, you can check your site. I have helped you resolve this issue.
Thank you, very helpful – was it something I had done?
I have checked in the functions.php file in your site and I see you have disabled the following code:
// wp_enqueue_style('dw_simplex_font', get_template_directory_uri() . '/assets/inc/font-awesome/css/font-awesome.min.css' ); - line 68.
I just help you enable this code: http://prntscr.com/4evjdo
Regards,
I have the same problem. Can you help plz?
look: http://imgur.com/G5V2Pii
http://www.alienigena404.com.br/
I have checked your site and saw that issue came from Twitch Status plugin, you can disable this plugin or try the following code.
Add this code to the style.css file:
[class^="icon-"]:before, [class*=" icon-"]:before {
font-family: "FontAwesome";
}
Hope this helps !
Didn’t Work.
I have other site with this theme and everything words fine.
Can you help me a little more?
look: http://imgur.com/G5V2Pii
http://www.alienigena404.com.br/
The one that words its this one: http://www.dallier.com.br/
Thanks a lot
well it word now. I remove the plugin.
Thats too bad but its ok.
Thank you
Please login or Register to submit your answer