Font Awesome Not Working!
-
This theme is very beatiful but all icons not showing in all browsers (IE, Firefox, Chrome etc.)
I looked my sites source code in Firefox browser, i saw this code:
<link rel='stylesheet' id='font-awesome-css' href='//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css' type='text/css' media='all' />I think that; “href=’//” line breaking requesting the awesome font css file. How can i add to “http:” code to this area? I want to change to this:
<link rel='stylesheet' id='font-awesome-css' href='http://netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css' type='text/css' media='all' />What file I edit for this? Please help me 🙁
Note: I used the .htaccess code below, not worked for me:
<FilesMatch "\.(ttf|otf|eot|svg|woff)$"> <IfModule mod_headers.c> Header set Access-Control-Allow-Origin "*" </IfModule> </FilesMatch>
-
Hi Rambo_FT. Not sure where your link is being loaded from, but this is the default link generated by the theme demo site:
<link rel="stylesheet" id="font-awesome-css" href="http://demo.alxmedia.se/hueman/wp-content/themes/hueman/fonts/font-awesome.min.css?ver=4.1" type="text/css" media="all">My site is: zenfoneasus.com
I want to change this “<link rel” link to the my local file adress. What I do?
Not sure what you mean by “local file adress”. It’s included with the theme and is loaded from the /wp-content/themes/hueman/fonts/ folder wherever the theme is installed.
Why not working all of the icons of awesome font? This theme is very buggy for me now.
This is not the normal theme font-awesome css file:
href=’//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css’
What else (plugin?) do you have installed that is using font-awesome? That is what’s overriding the theme font-awesome file.
My plugins are these:
Advanced Post Pagination
Akismet
BBSpoiler
Contact Form 7
Dynamic Image Resizer
New Adman
NextScripts: Social Networks Auto-Poster
Regenerate Thumbnails
Related Post Inside
Related Posts Widget 123 withThumbnails
Revision Control
SEO Smart Links
TablePress
WordPress Meta Keywords
WP-Mail-SMTP
WP-Optimize
WP-PageNaviIf you know a point at which the font-awesome icons were working, and which changes you made after that, you could reverse those changes to see if that fixes the problem. Another approach to trouble-shooting would include disabling your plugins one at a time, then loading your site after disabling each one to see if it fixes the problem. If not, then I would disable all the plugins, reinstall the theme and make sure the icons are working in the default mode. Then start activating your plugins one at a time and see if one of them causes the problem.
The topic ‘Font Awesome Not Working!’ is closed to new replies.
