Hi guys - got an odd one... Running Revo 2.5.0 and noticed the other day a lot of the icons in the Manager UI are missing from the LHS site-tree / elements list etc... see attached screenshot!
Any ideas on a fix???
Digging - Is this an issue with the font "fontawesome"? it seems the icons are made from this?
Fixed this by using the manager/templates/default/css/index.css from a revo 2.5.1 build...
It does look that way. Are there any additional errors in your error log? Have you inspected the area to see if it is trying to load the icons and if the css file for them is available? If so then follow the path for the fonts from the css and see if that also is available.
Worst case stick this in the header of the manager
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
Thanks LK - no errors no - not sure what the issue was - but the replacement of the manager/templates/default/css/index.css from a revo 2.5.1 build sorted it out!
actually... that hasnt worked! cleared cache and issue is back...
Potentially a MIME type issue where the file extension is being disallowed? What browser are you using and does it work in another?