Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #353172

    Sometime in the past few months the theme icons for my website started to not appear (http://solutionblue.com/). Examples are the social icons on the top left, the slider icons, and the page to top icon. I’ve installed and re-installed the theme several times, but no luck. I’ve also trying clearing out my cache to make sure it wasn’t an issue on my computer. The icon issue seems to effect all major browsers including mobile. Any help is appreciated. Thanks!

    #353815

    Hi Matt!

    Add this to your .htaccess file:

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

    Cheers!
    Josue

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.