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

    There are strange characters that started showing up where the icons used to be. Any thoughts on how this happened or how to correct it?

    Thanks,
    Minn

    #346350

    Hey Minn!

    Try adding this to your .htaccess file:

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

    Regards,
    Josue

    #346442

    Hi Josue,

    Which area should I add that to?

    I can access the section that you are referring to through the file manager of my host, but do I just copy and paste it at the bottom?

    Please advise on what part of the code I should add the above snippet. Would it be before “end of wordpress”?

    #346677

    Hi!

    Yes, pasting it at the bottom should work.

    Best regards,
    Josue

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