properties of page not visible on custom theme

Permalink 1 user found helpful
I am discovering Concrete5 5.7.1 and I am wondering why I don't see the pageproperties box on the right...
As you can see in the screenshot, I am not able to add any properties when I am adding a page. I tried with deleting all html, css and js and still there is nog properties box...

1 Attachment

henkvanhoffen
 
andrew replied on at Permalink Best Answer Reply
andrew
Make sure you're fully following the tutorials here:

http://www.concrete5.org/documentation/5.7/developers/themes/conver...

Most notably, make sure you're including this DIV around the entire contents of your page:

<div class="<?=$c->getPageWrapperClass()?>">


and the corresponding closing </div> tag. This class is required for a number of panel-based interactions.
henkvanhoffen replied on at Permalink Reply
henkvanhoffen
Thank you Andrew, I've missed this tutorial...
It's very helpfull! Nice upgrade of C5!
andrew replied on at Permalink Reply
andrew
Thanks! Glad to hear that helps.
Magiccamera replied on at Permalink Reply
Magiccamera
<?=$c->getPageWrapperClass()?> makes my bootstrapped carousel disappear. For now I put this code below my carousel code. That works but would really like to know what makes it disappear. All I see are the carousel controls. It appears that the height of the carousel has gone to 0px. A fixed height is not an option it has to be set as at 100%.
henkvanhoffen replied on at Permalink Reply
henkvanhoffen