Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #375913

    Hello, since not long ago the icons on my webpage are not showing up, they are being replaced by white squares.

    If I go into edit mode, the icons do show up normally.

    If I just enter the website by entering its url, the white squares appear, replacing all icons.

    However, I tried entering the website with safari and everything works fine there.

    I tried clearing the cache.

    What is causing this issue? I hope other people that enter my website wont suddenly have white squares appear instead of normal icons…

    #376376

    Hi NikoArq!

    Try adding this to your .htaccess file.

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

    If that’s not working then deactivate all plugins and send us a link and we’ll take a look.

    Cheers!
    Elliott

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