problem with some icons

Post Reply
User avatar
german-german
Registered User
Posts: 9
Joined: Sat Jun 25, 2016 1:29 pm
Location: Buenos Aires - Argentina
Flag: Argentina

problem with some icons

Post by german-german »

When I connect everything all right. Then I disconnect and connect again and some icons doesn't load. What can be done?

Sorry for my english.

Thanks for making this mod. Its wanderful
You do not have the required permissions to view the files attached to this post.
Last edited by german-german on Sat Jun 25, 2016 1:51 pm, edited 2 times in total.


User avatar
spaceace
Site Owner
Posts: 991
Joined: Wed Dec 16, 2009 8:30 pm
Location: Ontario, Canada
Flag: Canada
Contact:

Re: problem with some icons

Post by spaceace »

i get this in the console log when looking at your site...
Font from origin '87978797威尼斯・老品牌-Apple App Store『官方推荐』' 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://sigdeathrun.com' is therefore not allowed access.
the problem is a CORS issue and nothing to do with my extension. knowing absolutely nothing about your server setup, but you might be able to add a rule into your .htaccess to fix your issue
Last edited by spaceace on Sat Jun 25, 2016 3:29 pm, edited 1 time in total.
if you like my work and would like to contribute to my development of styles, please donate by using the donate button in the header.

Image

Need hosting? Click this text to check out ICDSOFT

User avatar
german-german
Registered User
Posts: 9
Joined: Sat Jun 25, 2016 1:29 pm
Location: Buenos Aires - Argentina
Flag: Argentina

Re: problem with some icons

Post by german-german »

And that rule would be? Sorry don't know much about this. I apreciate your response anyways.

I can give to you any data you require.
Last edited by german-german on Sun Jun 26, 2016 5:08 am, edited 1 time in total.

User avatar
spaceace
Site Owner
Posts: 991
Joined: Wed Dec 16, 2009 8:30 pm
Location: Ontario, Canada
Flag: Canada
Contact:

Re: problem with some icons

Post by spaceace »

this is the rule
Code: Select all
<IfModule mod_headers.c>
  <FilesMatch "\.(ttf|ttc|otf|eot|woff|font.css|css)$">
    Header set Access-Control-Allow-Origin "*"
  </FilesMatch>
</IfModule>
this link explains a bit about it
http://stackoverflow.com/questions/1063 ... 5#10636765
Last edited by spaceace on Sun Jun 26, 2016 6:41 am, edited 1 time in total.
if you like my work and would like to contribute to my development of styles, please donate by using the donate button in the header.

Image

Need hosting? Click this text to check out ICDSOFT

User avatar
german-german
Registered User
Posts: 9
Joined: Sat Jun 25, 2016 1:29 pm
Location: Buenos Aires - Argentina
Flag: Argentina

Re: problem with some icons

Post by german-german »

Problem solved. Thanks a lot.
You do not have the required permissions to view the files attached to this post.
Last edited by german-german on Sun Jun 26, 2016 2:14 pm, edited 1 time in total.

Post Reply