Hey there,
I have a pretty bizarre issue where icons are not rendering properly, either within text fields and even within the theme itself.
Like the search icon in the header: http://i.imgur.com/BQoJkhJ.jpg
The “return to top” arrow: http://i.imgur.com/ZsFetYN.jpg
Icon within text field: http://i.imgur.com/p6p41Si.jpg
For consideration I’ve included the link to the live website for the moderators. Any ideas how to correct this?
Regards,
Rodney
Hey, thanks for the response. I made those changes and my site disappeared (i.e. pages wouldn’t load). So i undid the changes and now it’s back but still jacked up.
Any other ideas?
Rod
Hey!
Is your server using Linux/Apache? If so then add this to the bottom of the file.
<FilesMatch "\.(ttf|otf|woff)$">
<IfModule mod_headers.c>
Header set Access-Control-Allow-Origin "*"
</IfModule>
</FilesMatch>
If that is still causing issues then contact your hosting provider and let them know about this to see what they say.
Cheers!
Elliott
To which file?
Answer from hosting provider, it’s not Linux/Apache just a cloud server.
Rod