Viewing 3 replies - 1 through 3 (of 3 total)
  • Try putting the follow snippet in your root .htaccess folder:

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

    Your .htaccess can be accessed via your FTP utility, or your web host’s file manager.

    After that, use a utility like Ccleaner to clear your web browser’s cache and reload the page.

    Hope this works!

    Thread Starter randaswank

    (@randaswank)

    I guess I should have mentioned, it’s happening on more than one computer and different browsers on the live website and I have a local copy of wordpress and mamp set up on the same computer and the icons appear on the localhost but not on the live website.

    Thread Starter randaswank

    (@randaswank)

    I also forgot to mention the icons are displaying correctly on cell phones

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘icon images have disappeared’ is closed to new replies.