Icons not appearing correctly in flat box and icon box
We began by modifying the "Spa" demo of BeTheme. After making some changes, the icons on the flat box and icon box objects are no longer displaying properly.
In FireFox it displays four tiny hexadecimal digits inside a rectangle where each icon should be. In Chrome it displays an empty rectangle. In Internet Explorer it displays nothing at all.
You'll find the page here: http://www.troopwebhostcs.com/wordpress/
How do I fix this?
Comments
the icons does not display properly because you don't have CORS library installed on your server what you can see on http://pasteboard.co/18YwqVu9.png and you must contact with host admin because this library must be installed. More information about this you can read on http://enable-cors.org/server.html
That worked! The root directory of my site did not contain a web.config file, so I created one from the code snippet provided for IIS7 here: http://enable-cors.org/server_iis7.html
The icons appeared immediately.
Thanks!