Missing css on specific documenttypes in backoffice
I'm having a problem with a certain doctype not having css in an Umbraco 4.7.1.1 website. Property textfields are shown but without styling (like background gradient and borders).
I've tried clearing ClientDependancy by changing version number and deleting temp/clientdependacy folder but it won't work. No errors come up in firebug.
Only thing solving it is debug="true" in the web.config but this is not optimal.
Hi. Have you checked write permissions on the client dependency cache folder? Your issue looks like CDF cannot build the on-disk cache (what's skipped in the "debug" case).
Missing css on specific documenttypes in backoffice
I'm having a problem with a certain doctype not having css in an Umbraco 4.7.1.1 website. Property textfields are shown but without styling (like background gradient and borders).
I've tried clearing ClientDependancy by changing version number and deleting temp/clientdependacy folder but it won't work. No errors come up in firebug.
Only thing solving it is debug="true" in the web.config but this is not optimal.
Any ideas..?
Kind regards,
Harm-Jan
And the CSS file is referenced in the template? Is the <link> element actually outputted as expected?
Looking at the source of the editContent.aspx with debug="true" this is the header:
With debug="false" it's:
Hi. Have you checked write permissions on the client dependency cache folder? Your issue looks like CDF cannot build the on-disk cache (what's skipped in the "debug" case).
I emptied the cache and reset permissions to \App_Data\TEMP\ClientDependency but still no luck, sadly.
*bump*
This happens only on one specific doctype. The rest of the doctypes are fine.
Very annoying..
is working on a reply...