composer page issues
PermalinkAny idea if this is a bug, or am I just having a dumb n00b moment?
Looks like you're right. I switched to a different theme, and sure enough the composer page shows up as expected.
Thanks for the help!
-David
Any suggestions why the Page Composer is not showing?
<div class="<?=$c->getPageWrapperClass()?>">
(This is detailed in the 5.7 theme guidelines but it's new so it might be easy to be missed.)
I can confirm that in my site, also with a theme I'm building from scratch this was the case. I ended up restarting from scratch a second time, wrapping everything in that DIV you mention, and paying closer attention to the videos this time around, and so far it works well!
For anyone else starting from scratch, attached is my theme so far, very basic, but fully functional. Keep in mind I might not be using all the "best practices" yet as I'm relatively new to concrete5...
Your Composer screen should look like this.
http://i.imgur.com/3r3qdzb.png
Do you see the Composer screen when you use another page type - or does this happen with all page types?
I wonder if you have conflicting CSS in your theme that is interfering with the concrete5 UI.