Your question should be specific to WordPress. Generic PHP/JS/SQL/HTML/CSS questions might be better asked at Stack Overflow or another appropriate Stack Exchange network site. Third-party plugins and themes are off-topic for this site; they are better asked about at their developers' support routes.
Closed 5 years ago.
Improve this questionMy client decided to take it upon himself to change his domain and but when he did that, it corrupted most of the website. I managed to fix most of it but there is one error i cannot fix. When the user clicks on a picture it loads the picture fine but the left,right, and X on top are replaced with a box as seen here Example . Has anyone encountered this and how did you fix it? Every icon in elementor is displaying this but I want to fix the gallery icons more than anything
Here is the link to the site /.
Closed. This question is off-topic. It is not currently accepting answers.Your question should be specific to WordPress. Generic PHP/JS/SQL/HTML/CSS questions might be better asked at Stack Overflow or another appropriate Stack Exchange network site. Third-party plugins and themes are off-topic for this site; they are better asked about at their developers' support routes.
Closed 5 years ago.
Improve this questionMy client decided to take it upon himself to change his domain and but when he did that, it corrupted most of the website. I managed to fix most of it but there is one error i cannot fix. When the user clicks on a picture it loads the picture fine but the left,right, and X on top are replaced with a box as seen here Example . Has anyone encountered this and how did you fix it? Every icon in elementor is displaying this but I want to fix the gallery icons more than anything
Here is the link to the site http://thedetailpro/boat-yacht-detailing/.
Share Improve this question asked Jun 9, 2018 at 11:28 CS StudentzzzCS Studentzzz 12 Answers
Reset to default 1You're seeing that 'not found' box, because fontawesome is not fully loaded.
Use browser developer tools to find errors like this.
In Chrome, go to website, press F12 (MAC: Command+Option+J), Developer Tools will open.
Click the Console tab, there you can see the client-side errors. When i do this for your site i see the following fontawesome error:
Access to Font at 'http://www.thedetailpro/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0' from origin 'http://thedetailpro' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://thedetailpro' is therefore not allowed access.
This error is new to me, it's a server setup error.
A quick Google search, see this.
Regards, Bjorn
p.s. don't forget to charge your client for this F** up ;-)
it's because the Client Browser Policy through MaxCDN. You can either disable CORS header support in your CDN or add an exclusion for the files that are loaded.