Hi Piotr,
I just installed yesterday your quickstart template, I havn't touched any folder until now. I guess icon font and css should be fine.
I followed the instructions from the wordpress forum and added to wp-content/plugins/akisment/.htaccess
It looks now like this:
- Code: Select all
Order Deny,Allow
Deny from all
<FilesMatch "^(form|akismet)\.(css|js)$">
Allow from all
</FilesMatch>
#allow access to any image
<FilesMatch "^(.+)\.(png|gif)$">
Allow from all
</FilesMatch>
## Fix Simple Social Icons for Firefox ##
<FilesMatch "\.(ttf|otf|eot|woff)$">
<IfModule mod_headers.c>
Header set Access-Control-Allow-Origin "*"
</IfModule>
</FilesMatch>
I'm not sure if this is a firefox issue. The side looks fine on a Mac in Firefox and Safari, Windows Firefox, Crome or Explorer having still problems with the Icons, and Android mobile devices the Icons working only in some browers.
Cheers