Hi,
I have created a website and I’m using WPML. The page with the default language works fine, but the icons are not displayed on the translated page. The problem occurs on Android and regular web browsers, but on IOS it is displayed correctly.
Hey thinkdutchconcepts,
Thanks for your patience, I see that you are using two different domains, so the second domain is getting the CORS error because it is trying to get the icon font from the first domain.
Access to font has been blocked by CORS policy: No ‘Access-Control-Allow-Origin’ header is present on the requested resource.
So you will need ask your webhost to add ‘Access-Control-Allow-Origin’ to the header for you. Typically this is done on the server and then the server needs to be restarted and is not a DIY project.
Best regards,
Mike