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

    Hello,
    after I have deployed WordPress from my local server to the public webserver, all icons from the Theme Enfold are missing.
    All images of the website are still shown, only enfold specific icons are missing.
    How can I fix this problem?
    Thank you very much.
    Andy

    http://www.oehsg.de

    #763837

    Hey oehsg,

    If you check the Chrome console, you`ll these issues: http://prntscr.com/emecea – to fix it you need to add the below code at your .htaccess

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

    Let me know if it works :)

    Best regards,
    John Torvik

    #763855

    Hey,
    yeah, thanks a lot! Now it works :-)
    But be carefull, you have to replace the semicolons by real ASCII semicolons (which are straight, not italic).
    Cheers

    #764037

    Hi,

    Great, glad we could help. Please let us know if you should need any further help on the topic.

    Best regards,
    Rikard

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