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
problem with some icons
problem with some icons
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.
Re: problem with some icons
i get this in the console log when looking at your site...
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 issueFont from origin 'http://www.sigdeathrun.com' 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.
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.
Need hosting? Click this text to check out ICDSOFT
Need hosting? Click this text to check out ICDSOFT
Re: problem with some icons
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.
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.
Re: problem with some icons
this is the rule
http://stackoverflow.com/questions/1063 ... 5#10636765
Code: Select all
this link explains a bit about it<IfModule mod_headers.c>
<FilesMatch "\.(ttf|ttc|otf|eot|woff|font.css|css)$">
Header set Access-Control-Allow-Origin "*"
</FilesMatch>
</IfModule>
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.
Need hosting? Click this text to check out ICDSOFT
Need hosting? Click this text to check out ICDSOFT
Re: problem with some icons
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.