Icons are wrong - showing correctly only after click on title link or menu item
I use Icons a lot on my website because it makes reading and skimming much easier.
But the problem is, that all on my websites, the icons do appear as squares or chinese symbols.
Only after I click on title or on menu item, the icons appear correctly as defined.
Even clicking on F5 or CTRL-F5 or CTRL-R does NOT solve this issue.
winning-coach.de (icons on homepage and menu)
winning1.de (icons on homepage, icons on menu not used currently)
Have a look at the screenshots:
But the problem is, that all on my websites, the icons do appear as squares or chinese symbols.
Only after I click on title or on menu item, the icons appear correctly as defined.
Even clicking on F5 or CTRL-F5 or CTRL-R does NOT solve this issue.
winning-coach.de (icons on homepage and menu)
winning1.de (icons on homepage, icons on menu not used currently)
Have a look at the screenshots:
Comments
it’s because of CORS library which hasn’t been installed on your server what you can see on http://pasteboard.co/6tVxq1U.png
More details about the CORS you can read on http://enable-cors.org/server.html but we recommend to contact with your server administrator this case because he will be able to help you for sure.
Thanks!
I am a little bit confused, because I hav never heard before about CORS Library and why it must be installed.
Is this special to BETHEME?
Before I used Yootheme Themes and those work fine without CORS...
thanx in advance for quick reply
put the following 1st row in htaccess file:
Header set Access-Control-Allow-Origin "*"