Tagged: fontello, social icons
The Fontello icons on my live website are either blank, square, or Chinese characters. I can’t figure out why this is happening only on some pages.
There is no error message in the browser console, so I don’t believe it’s some sort of loading error. I really need some help here.
This is the content of my .htaccess file:
# BEGIN WordPress
<FilesMatch “.(eot|ttf|otf|woff)”>
Header set Access-Control-Allow-Origin “*”
</FilesMatch>
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
Hey dannablumenau,
I can see icons on both pages, did you try clearing your browser cache and reload a few times?
Best regards,
Rikard
I have the same problem.
I also added the code to .htaccess from http://kriesi.at/documentation/enfold/enable-cors/
Then clearing browser data and refreshing 5+ times.
That didn’t help.
Any other solutions?
Hi!
Can you please try re-updating the theme via FTP and overwrite all files – kriesi.at/documentation/enfold/updating-your-theme-files/?
Best regards,
Yigit
I just did (just replaced the entire enfold folder) but did not change a thing.
All right, here’s my solution:
Disable all plugins, and turn them on one by one until the icons go back to empty / Chinese characters.
In my case it was the “WP Speed of Light” plugin that crashed my icons.
Hope it can help others :)
Hi,
Glad you figured it out and thanks for sharing your solution! :)
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)
Best regards,
Yigit