I've noticed a rather unusual problem with CSS resource containers on a completely clean install of Revo 2.3.3
If I create a resource and access it from the site, CSS loads fine and works perfectly but if I make that resource a container by adding a child, the CSS does not load any more for that page and I get a completely unstyled page.
I've tried creating a new resource and same again - the CSS works perfectly but as soon as I add one child to it, no CSS and I get an unstyled page again.
Has anybody else seen this or does anybody have any idea what it going on.
-
☆ A M B ☆
- 24,524 Posts
Container resources are given a suffix of /, so your container CSS resource no longer has the suffix of .css
You would need to disable the alias_path setting, set the container suffix to empty, and put the full alias.css in the container resource's alias.
-
☆ A M B ☆
- 24,524 Posts
Oh, I'm sorry... I thought you were referring to using CSS-type resources instead of files for your CSS.