C5.8.1.0 Composer issue - options not showing

Permalink
I have my own theme installed.
When I create a new page and go to the Composer, all the options to name the page etc... do not appear - just the save bar along the bottom. Chrome is not pulling up any javascript errors. So I am a bit lost as to what is happening.

trixiemay
 
MrKDilkington replied on at Permalink Reply
MrKDilkington
Hi trixiemay,

Please reply with a screenshot of the issue.
trixiemay replied on at Permalink Reply 1 Attachment
trixiemay
Please see attached.
I have carefully studied the elemental theme and its coding but just can't work out why I can't use the Composer.
MrKDilkington replied on at Permalink Reply
MrKDilkington
@trixiemay

Have you checked to see if the Composer HTML is there, but hidden because of a z-index or other related issue?

Is your theme CSS scoped/namespaced to .ccm-page?
https://legacy-documentation.concrete5.org/tutorials/easily-scope-cs...
trixiemay replied on at Permalink Reply
trixiemay
where would I find the composer html?
MrKDilkington replied on at Permalink Reply
MrKDilkington
@trixiemay

Using the browser developer tools, inspect the page to see if the HTML for the Composer form is displayed, but not visible.
trixiemay replied on at Permalink Reply
trixiemay
According to Chrome's Dev Tools all I can see is a lot of js being loaded and ui files.
Can't see any of the composer form.
trixiemay replied on at Permalink Reply
trixiemay
Doh!

1. missing the getPageWrapperClass call
2. switched on composer option in the page template option!