Composer form not opening
Permalink 1 user found helpful
I downloaded and installed version 5.7.2. I've created a new page that is untitled. I'm trying to name the page, so I click the gear and Composer is highlighted. I get a box at the bottom of the screen in the right hand section that has buttons to: Discard Draft, Save and Exit, Edit Mode, and Publish. The main part of the screen is dimmed, but there is no form to make changes. From reading other threads, it seems I am supposed to see a form here (perhaps a popup?). I have completely disabled popup blockers and tried this in Chrome, IE and Firefox with the same result in each. Have I broken my new toy already?
Nothing? Can anyone even confirm that I am supposed to see a form? Is it a popup or what?
Yes, you should see a form. If you look in your theme directory at the template you're using, immediately after the opening tag, do you see this line:
?
If its not there, wrap all of the content in the current body template inside of that. Hope that helps.
<body>
<div class="<?php echo $c->getPageWrapperClass()?>">
?
If its not there, wrap all of the content in the current body template inside of that. Hope that helps.
That did it! Thanks so much!