7.4.1 - umbraco.css not being loaded in backoffice
Hi,
I have just finished an upgrade from 7.2.0 to 7.4.1, and Umbraco backoffice is not loading umbraco.css.
Here is how it looks when I log in:
And here is how it looks when I manually insert a reference to umbraco.css in the head:
Prior to my fiddling with it myself there were no styles at all in backoffice. I don't see any other console errors, it just appears that it's not being loaded in in the first place.
Try bumping the version number in the /config/ClientDependency.config file - Just increment it with 1. Then recycle the application pool and see if that makes any difference.
If not then try deleting the content in the /App_Data/TEMP/ClientDependency and see if that helps.
7.4.1 - umbraco.css not being loaded in backoffice
Hi,
I have just finished an upgrade from 7.2.0 to 7.4.1, and Umbraco backoffice is not loading
umbraco.css
.Here is how it looks when I log in:
And here is how it looks when I manually insert a reference to
umbraco.css
in the head:Prior to my fiddling with it myself there were no styles at all in backoffice. I don't see any other console errors, it just appears that it's not being loaded in in the first place.
How can I fix this?
Susanne
Hi Susanne
Try bumping the version number in the /config/ClientDependency.config file - Just increment it with 1. Then recycle the application pool and see if that makes any difference.
If not then try deleting the content in the /App_Data/TEMP/ClientDependency and see if that helps.
It's most likely a caching issue.
Hope this helps.
/Jan
Hi Jan,
Thanks for your reply.
I had taken those steps as well but they didn't seem to make a difference.
I ended up just inserting the stylesheet via jQuery in /Umbraco/Js/init.js, not the best solution I know, but at least it works:
Thanks,
Susanne
is working on a reply...