Have installed Matrix on my test server.
I have a Site built with Standard Pages and a Design Customisation applied to the site and pages.
When I access the pages through the front end they are appearing with the design and the content in the correct positions, (using a body area and a nested-content area). One of the DIVs of the body content has a style, (defined in a CSS file attached to the design), applied to it and is showing correctly styled.
But when I edit the pages through either the Admin or Simple Edit areas I receive this warning at the top of the content:
NOTE: This asset does not have a design applied to it for the URL currently being edited [http://localhost/testsite/home?no_cache=1]. No style information is available to use for content editing.
This message appears for all pages in the site. This has me stumped. Any guidance would be greatly appreciated.
I actually just answerd a post about this in another forum. My comment was…
[quote]I think this was actually a bug that was fixed. The no_cache=1 bit is probably stopping it from finding the design. The next upgrade should fix this.
In general, this message does mean that no design was found for the asset you are editing, and so the CSS files cannot be parsed to find styles for the WYSIWYG.
If you dont get this message, the WYSIWYG styles come from the CSS files attached to your design. You dont need to specify anything.[/quote]