I am having trouble getting the font-awesome icons to display as described in the demo and documentation for the Anacron theme.
You'll notice the icons not displaying correctly on the menu, where they should point out submenus, and at the copyright section on the bottom of page where I am using the Gantry To Top and Gantry Social Buttons Widgets.
You can look at the site at dev.upstateahec.org
Is this a permissions issue? I have been trying to find where to change permissions for the icons and looking through past forum posts and documentation did not help.
if the domain is the one I have in the secure tab, then you are not using a Rocket Theme "Theme"
have you checked with the support for the the provider of this theme?
The issue we are having is with a rockettheme theme. It is a seperate WP installation at dev.upstateahec.org and the ftp provided should access the folder where the dev site is stored.
Its working now you had this in the htaccess file which was disabling fonts...
# Restrict file access to the wp-content directory
Order deny,allow
Deny from all
<Files ~ ".(xml|css|jpe?g|png|gif|js|ico|doc|pdf)$">
Allow from all
</Files>