Icons do not appear correctly

0

Well, I'm updating a website, and the home screen icons are not showing up.

They only appear if I go to another page and then back to initial.

The site is: www.artbordados.com.br

In the browser console, the following error appears:

  

Font from origin ' link ' has been blocked from   loading by Cross-Origin Resource Sharing policy: No   'Access-Control-Allow-Origin' header is present on the requested   resource. Origin ' link ' is therefore not allowed   access.

Thank you in advance.

    
asked by anonymous 16.05.2016 / 19:00

1 answer

0

According to this response from Stackoverflow in English:

link

The problem is that you are using ajax requests to load resources from a site other than your server and this is only allowed through extensions like CORS.

Here is a solution you can easily apply:

I believe this Wordpress extension can be useful too:

link

    
17.05.2016 / 01:39