I have a question. So we are running Salient on www.studioffwd.com. We also have www.studioffwd.com. and www.studioffwd.com. If you go to the last two sites, you'll notice the icons are missing, the font is off and the site just doesn't look good. My question is, why? Does anyone know of this problem and if it's fixable?
As the console says "Cross-Origin
Request Blocked: The Same Origin Policy disallows reading the remote
resource at
http://www.studioffwd.com/wp-content/themes/salient3/css/fonts/icomoon.woff.
This can be fixed by moving the resource to the same domain or enabling
CORS" - because all the fonts since to be coming from the same domain instead of the domain they're being referenced from they're being block by the browser for security reasons.
Hi Guys,
I have a question. So we are running Salient on www.studioffwd.com. We also have www.studioffwd.com. and www.studioffwd.com. If you go to the last two sites, you'll notice the icons are missing, the font is off and the site just doesn't look good. My question is, why? Does anyone know of this problem and if it's fixable?
Kind regards,
Thomas
Hey Thomas!
As the console says "Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at http://www.studioffwd.com/wp-content/themes/salient3/css/fonts/icomoon.woff. This can be fixed by moving the resource to the same domain or enabling CORS" - because all the fonts since to be coming from the same domain instead of the domain they're being referenced from they're being block by the browser for security reasons.
Cheers
Hey, Thanx for your reply. Would the fix be easier perhaps?
Changing the link to the stylesheet like this?:
<link rel="stylesheet" href="/styles/style.css">
Thomas