• I am having troubles with icons appearing on my webpage. I am using the honey template on a chrome browser, which is up to date. I cannot see them on a chrome or firefox browser, but I can see them on a safari browser.

    I have cleared my cache and I tried adding the following to my .htaccess file:
    <FilesMatch “.(eot|ttf|otf|woff)”>
    Header set Access-Control-Allow-Origin “*”
    </FilesMatch>

    So far, nothing has worked. Any suggestions? Thank you in advance!

Viewing 1 replies (of 1 total)
  • The usual problem is plugin conflict, have you tried deactivating all plugins and test if it will show in your Chrome and Firefox browser?
    If it does work reactivate your plugins one by one to find the culprit.

    Try using this code in your .htaccess too:

    <IfModule mod_headers.c>
    <FilesMatch "\.(eot|font.css|otf|ttc|ttf|woff)$">
    Header set Access-Control-Allow-Origin "*"
    </FilesMatch>
    </IfModule>

    Hope this helps.

Viewing 1 replies (of 1 total)
  • The topic ‘Social Media Icons’ is closed to new replies.