Hi,
I recently transferred an existing site to a new domain and hosting for which everything transferred fine, except the icons.
This is the initial site – http://hillseagles.com.au/ and
http://www.eastcoasteagles.com.au/ is the new transferred site and you’ll see the icons not appearing. I’ve tried reinstalling Enfold, but can’t seem to see what the problem is.
Any assistance you can provide would be much appreciated
Thanks
Daniel
Hey Daniel!
Try adding this to your .htaccess file:
<FilesMatch "\.(ttf|otf|woff)$">
<IfModule mod_headers.c>
Header set Access-Control-Allow-Origin "*"
</IfModule>
</FilesMatch>
Regards,
Josue
Perfect. Thanks for your assistance
You are welcome, glad to help :)
Regards,
Josue