I’m trying to use icon boxes, but the icons are not showing up.
Started this in the comments on themeforest.
error console says the font files are missing, but they’re not.
checked permissions
checked files
re-uploaded theme
still no icons.
Hey!
Try the solutions provided here:
http://www.fontsquirrel.com/blog/2010/11/troubleshooting-font-face-problems
Question: is the website hosted on IIS?
Best regards,
Josue
Apparently i neglected to post that info on here. It’s Apache.
That trick did not work. In fact, it broke my stylesheets almost entirely:
http://pindropaudio.com/htaccesstrick.png
I figured out the problem.
I had an htaccess file inside the wp-content directory that had:
Deny from all
<Files ~ “.(xml|css|jpe?g|png|gif|js)$”>
It was intended for security but once i removed it, the icons worked.
Great news, i knew it was something with .htaccess.