After updating 1.5.6a, I noticed my buttons on product listing in admin started appearing as:
Attachment 18326
They seem to be empty while being bordered.
Any advice on fixing this? Thanks in advance.
Printable View
After updating 1.5.6a, I noticed my buttons on product listing in admin started appearing as:
Attachment 18326
They seem to be empty while being bordered.
Any advice on fixing this? Thanks in advance.
Buttons are font icons from font-awesome! The font file is located in ADMIN/includes/css/font-awesome.min.css it is loaded by ADMIN/includes/stylesheet.css
I would check that both files exist and accessible by your server.Code:@import url("css/font-awesome.min.css");
I seem to have those files unedited:
ADMIN/includes/css/font-awesome.min.css
ADMIN/includes/stylesheet.css
That was also in the right place.Code:@import url("css/font-awesome.min.css");
If you are using a web browser like firefox that has a developer tool set, inspect the faulty icons to see what's blocking them. I can not recreate the problem, dropping font awesome just leaves a blank icon and no outlines. If theirs a conflicting css rule, the inspector should show it.
In Safari Inspector, this seems to show up:
Attachment 18327
You may have improperly set up permissions and you’re getting denied access..
You need to check your file and folder permissions.. folders should be 755 with most files at 644. If you are using the supplied .htaccess files you should be OK... but if they have been modified, you need to check them as well...
Thank you for the guidance.
I re-uploaded the .htaccess files and now they seem to show up properly!
Attachment 18328