Hi Enfold team,
I just discovered, that the entypo icons (the search icon in the main menu, the xing-logo, the icon list pictograms) are missing in some browsers. In Safari and Internet Explorer there seems to be no problem, but in Firefox (v 34.0.5) they are replaced by asian symbols and in Chrome (v 39.0.2171.95) they are replaced by empty rectangles. I updated all browsers as well as WP (v 4.1) and Enfold (v 3.0.4) to the newest versions, without any improvement in this issue. Do you have an idea how I could solve this problem? Greetings & a prosperous new year, Till.
Hi Till!
Please add following to your .htaccess file
<FilesMatch "\.(ttf|otf|woff)$">
<IfModule mod_headers.c>
Header set Access-Control-Allow-Origin "*"
</IfModule>
</FilesMatch>
Best regards,
Yigit
Hi Yigit,
thanks a lot, that solved the problem!
Best regards,
Till.