Help with icons

Posted in: Newspaper
Post count: 16

Hi, Here is my website: http://persources.com/
When you first enter my site, Mobile or PC, the social media icons and various other icons in the corners of my site are missing (top right for desktop). But if you refresh they appear. How can I get them to show on the first time?

Post count: 23312

Hello TPRouhana,

I suppose that you are referring to the strange icons from your right corner -> http://screencast.com/t/G5jAt1vmVnV
Usually, this kind of error appears when using CDN or loading fonts from a different source. Please try to use this solution and take a look at this: http://screencast.com/t/AMjW530CSH6 and this: http://screencast.com/t/dLjEUGGwQUZ
The solution to this issue is simple. You will need to add some code to your .htaccess file like this post suggests: https://forum.tagdiv.com/topic/strange-chinese-symbols-replaced-icons-and-arrows/

Hope this helps and let us know how it goes!

Thank you for the message!

Post count: 16

Where can I find the file? Is it in my Filezilla?

and this is the code? What code do I add? Thanks

<IfModule mod_headers.c>
Header add Access-Control-Allow-Origin “*”
</IfModule>

Post count: 1341

Insert this code in .htaccess file (in the root of the domain):

<IfModule mod_headers.c>
Header add Access-Control-Allow-Origin "*"
</IfModule>

Post count: 16

is the * supposed to be my website?

Post count: 16

I placed it like this <IfModule mod_headers.c>
Header add Access-Control-Allow-Origin “http://persources.com/&#8221;
</IfModule>

at the top of my .htaccess file… no success

Post count: 23312

Hello TPRouhana,

Please try to copy the exact code from this link -> http://webmasters.stackexchange.com/questions/71630/font-blocked-from-loading-by-cross-origin-resource-sharing-policy-no-access-co and do not copy and paste the code from the forum because it could be some differences to quotes and because of this can work. Please notice that this method works fine for all customers and also, it should work fine for you.

Thank you for your understanding!

Viewing 7 posts - 1 through 7 (of 7 total)
The forum ‘Newspaper’ is closed to new topics and replies.