Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #412002

    My website – which I created on Friday, is suddenly not displaying any icons. The only browser displaying the icons is Safari. Please help. I have the latest version of Enfold as I bought it and downloaded it late last week.

    #412231

    Hey studiovene!

    Please see – http://kriesi.at/documentation/enfold/enable-cors/

    Cheers!
    Yigit

    #416265

    Hi Yigit
    I only have a wp-config file in the root and not a web.config file. Should I add the code to the wp-config file? I have no idea how to merge it. Do I just cut and paste it into the file and FTP?
    :-)

    #416293

    Hi!

    You are probably using Apache, so you’d need to look for the .htaccess file (may be hidden) and put this code in it:

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

    Cheers!
    Josue

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