Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #447596

    Hey there,

    I have a pretty bizarre issue where icons are not rendering properly, either within text fields and even within the theme itself.

    Like the search icon in the header: http://i.imgur.com/BQoJkhJ.jpg
    The “return to top” arrow: http://i.imgur.com/ZsFetYN.jpg
    Icon within text field: http://i.imgur.com/p6p41Si.jpg

    For consideration I’ve included the link to the live website for the moderators. Any ideas how to correct this?

    Regards,
    Rodney

    #448046

    Hey rodneyssw!

    Try this out, http://kriesi.at/documentation/enfold/enable-cors/.

    Regards,
    Elliott

    #449383

    Hey, thanks for the response. I made those changes and my site disappeared (i.e. pages wouldn’t load). So i undid the changes and now it’s back but still jacked up.

    Any other ideas?

    Rod

    #449641

    Hey!

    Is your server using Linux/Apache? If so then add this to the bottom of the file.

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

    If that is still causing issues then contact your hosting provider and let them know about this to see what they say.

    Cheers!
    Elliott

    #449769

    To which file?

    #449813

    Answer from hosting provider, it’s not Linux/Apache just a cloud server.

    Rod

    #449902

    Hey!

    Try adding it to your .htaccess file in the root folder of your WordPress installation.

    Regards,
    Rikard

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