New Landing How can we help? Atelier Missing icons

Viewing 8 posts - 1 through 8 (of 8 total)
  • Posted in: Atelier
  • #310353
    micheal_w
    Member
    Post count: 498

    Hi guys,

    after setting up WP Super Cache and MaxCDN, all icons have disappeared from my site (checked on Mac in Chrome and on Win in Edge).
    Any recommendation what to do?

    Thanks!

    ps. link and admin details above

    Attachments:
    You must be logged in to view attached files.
    #310387
    David Martin – Support
    Moderator
    Post count: 20834

    View your Chrome web inspector JS console log and you will see the error, you server is blocking the files:

    Test adding this to your .htaccess file, else please report this to your host:

    # Apache config
    <FilesMatch ".(eot|ttf|otf|woff|svg)โ€>
    	Header set Access-Control-Allow-Origin "*"
    </FilesMatch>
    #310391
    micheal_w
    Member
    Post count: 498

    Hi David,

    it didn’t work unfortunately…

    However the icons are perfect in Safari?!

    #310394
    David Martin – Support
    Moderator
    Post count: 20834

    Different browsers have different security standards. Have you cleared your cache/purged MaxCDN? You will want to do that with every change, I’d keep those off if your site is under construction.

    Thanks.

    #310415
    micheal_w
    Member
    Post count: 498

    Yes, everything has been cleared and purged.

    I have just had a chat with our host, and they said:

    “With regard to that, we have limited information as to how to resolve that issue as that is a coding issue. You may have to contact your developer to know the work around on how to resolve the issue.”

    right know, not sure what to do ๐Ÿ™

    #310417
    David Martin – Support
    Moderator
    Post count: 20834

    hmm, I know see this:

    .

    #310418
    micheal_w
    Member
    Post count: 498

    Hey David, I fixed that ๐Ÿ™‚

    After googling a bit, I found this:
    http://crunchify.com/how-to-fix-access-control-allow-origin-issue-for-your-https-enabled-wordpress-site-and-maxcdn/

    There is couple of character difference between yours and this:

    Yours:

    <FilesMatch ".(eot|ttf|otf|woff|svg)โ€>
    	Header set Access-Control-Allow-Origin "*"
    </FilesMatch>

    The one I found:

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

    Would you check the site again to make sure it works at your end too?

    #310421
    David Martin – Support
    Moderator
    Post count: 20834

    Glad you got it sorted, yes all looks good for me. Seems like the speech marks on mine also got corrupted.

    Thanks.

Viewing 8 posts - 1 through 8 (of 8 total)

You must be logged in to reply to this topic.