Hi there,
For some reason my icons aren’t showing up. Instead, they look like this:
I’m sure I’m doing something wrong on my end. Any and all help is greatly appreciated. Thank you!
Hi foxbooks,
I got the same problem on the page I am building.
Does anyone know how to fix this issue?
Thanks!
Fabian
Hi Fabian,
Please try the following: http://kriesi.at/documentation/enfold/enable-cors/
Best regards,
Rikard
Hi Rikard,
I have tried to fix the problem by following these instructions but the icons still do not show up.
Apache
Look for the .htaccess file at the root of your WordPress installation and add the following to it:
<FilesMatch “\.(ttf|otf|woff)$”>
<IfModule mod_headers.c>
Header set Access-Control-Allow-Origin “*”
</IfModule>
</FilesMatch>
Do you have any further suggestions?
Thank you,
Fabian
Hi Fabian,
I’m seeing this error on your page:
Font from origin ‘http://matthiasl.cluster010.ovh.net’ has been blocked from loading by Cross-Origin Resource Sharing policy: No ‘Access-Control-Allow-Origin’ header is present on the requested resource. Origin ‘http://matthiasviertel.com’ is therefore not allowed access.
Are you using a CDN?
Best regards,
Rikard