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...
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...
Thank you Andrew, I've missed this tutorial...
It's very helpfull! Nice upgrade of C5!
It's very helpfull! Nice upgrade of C5!
Thanks! Glad to hear that helps.
<?=$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%.
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:
and the corresponding closing </div> tag. This class is required for a number of panel-based interactions.