Home › Forums › Jevelin Theme › Icons issue after changing to subdomain structure
Home › Forums › Jevelin Theme › Icons issue after changing to subdomain structure
Hi,
due to some strange routing problems I had to change the page localization structure from https://cbdfactum.com/de to https://de.cbdfactum.com [example is for German].
Since then, the icons are not displayed. Check these sites:
You will see, the English version displays the icons correctly, but all other language sites displays something undefined. I added also a screenshot with the undefined icons.
What happened?
All other images are displayed correctly.
Thx
Hi @CBDFactum,
I hope you are well today and thank you for your question.
This is happening because of the icon font files are blocked from loading as shown in the attached screenshot so please resolve the error to make it work.
Best regards,
Shufflehound team
Solution for this topic
Hi,
It’s fixed. The next time you can provide this solution:
Add to the .htaccess file the following rule
<FilesMatch "\.(ttf|ttc|otf|eot|svg|woff|woff2)$"> Header set Access-Control-Allow-Origin "*" </FilesMatch>
Thx
I hope you are well today and thanks for helping out here in this forum by sharing the solution.
Your help here is really appreciated.