Support Forum

Please note that this forum is only available to you in read only mode. In order to contribute to this conversation you will need to renew your subscription.

Social font and font awesome disappeared

zentoolsIf you use Zentools please post a review at the Joomla! Extensions Directory.

Hi,

I am still working on my site locally and have now noticed that the social font frontend and the font-awesome backend have disappeared, all browsers.

What should I check?

Thanks,
Helen
  • Helen Nunley's Avatar
  • Helen Nunley
  • LIfetime Developer - Big Bamboo
  • 1024 posts
  • 3 Thanks
  • Karma: 7
The administrator has disabled public write access.
http://localhost:8888/mysite/modules/mod_zensocial/fonts/social_foundicons.woff

and

http://localhost:8888/mysite/modules/mod_zensocial/fonts/social_foundicons.ttf

403 Forbidden
  • Helen Nunley's Avatar
  • Helen Nunley
  • LIfetime Developer - Big Bamboo
  • 1024 posts
  • 3 Thanks
  • Karma: 7
The administrator has disabled public write access.
Found it. Had to allow in my .htaccess:

## Allow mod_zensocial fonts
RewriteRule ^modules\/mod_zensocial\/fonts/ - [L]
  • Helen Nunley's Avatar
  • Helen Nunley
  • LIfetime Developer - Big Bamboo
  • 1024 posts
  • 3 Thanks
  • Karma: 7
The administrator has disabled public write access.
Thanks for posting your solution :)

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
Forgot to post this one:

## Allow t3 FontAwesome fonts
RewriteRule ^plugins\/system\/t3\/admin\/fonts\/font-awesome\/font/ - [L]
  • Helen Nunley's Avatar
  • Helen Nunley
  • LIfetime Developer - Big Bamboo
  • 1024 posts
  • 3 Thanks
  • Karma: 7
The administrator has disabled public write access.
Thanks again :)
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.

zentoolsIf you use Zentools please post a review at the Joomla! Extensions Directory.

Happy Campers