• I am running into a strange issue, and here it is:

    My client’s website has two domains attached to it:
    fioremotorclassics.com
    and
    fioremotors.com

    Both work great, but on fioremotors.com, my Font Awesome icons do not render. They render perfect on fioremotorclassics.com.

    What gives? Any insight into this?

    I told the client that they should simply do a forward of fioremotors.com to fioremotorclassics.com, but they don’t want to do that.

    Any help appreciated.

Viewing 5 replies - 1 through 5 (of 5 total)
  • This is the error…

    Font from origin 'https://fioremotorclassics.com' has been blocked from loading by Cross-Origin Resource Sharing policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'https://fioremotors.com' is therefore not allowed access.

    Thread Starter cgpcreative

    (@cgpcreative)

    Thanks, but is there a fix to this?

    Try adding this to the .htaccess file on fioremotorclassics.com

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

    (@cgpcreative)

    Boom! Thank you ever so much!

    You’re welcome. Glad I could be of help.

    Cheers!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Missing Icons’ is closed to new replies.