Page 1 of 1
UTF-8 Icon Issue
Posted: Mon Feb 16, 2015 7:00 am
by gahinton
Is anyone else having an issue with the UTF-8 icons not always displaying properly? It is very random on my site.
Re: UTF-8 Icon Issue
Posted: Mon Feb 16, 2015 8:45 pm
by jker
Change browser
Re: UTF-8 Icon Issue
Posted: Mon Feb 16, 2015 10:32 pm
by gahinton
I have tried and have the issue with Firefox, Chrome, and IE. It may do it one moment, then I refresh the page and it's fixed. Then again I might refresh the page 3 or 4 times before it corrects itself.
Re: UTF-8 Icon Issue
Posted: Mon Feb 16, 2015 11:00 pm
by yodapt
As far as I know that problem doesn't happen only with OpenCart, I've seen it in other websites. Are you using a IIS server?
Re: UTF-8 Icon Issue
Posted: Tue Feb 17, 2015 3:08 am
by gahinton
I have found that it appears to be related to the headers and font awesome. A way that seems to have resolved it is to add the following to your .htaccess file
<FilesMatch ".(ttf|otf|eot|woff)$">
<IfModule mod_headers.c>
Header set Access-Control-Allow-Origin "*"
</IfModule>
</FilesMatch>