Adding more than one Area
Permalink
Hello, I want to create multiple areas within a page to create clearly defined sections with it's own layouts and content, but I can only access 'Main' & 'Footer' as the only sections I can use.
These sections I want to create would include background colours and/or background images.
Thanks
C
These sections I want to create would include background colours and/or background images.
Thanks
C
You can split an area into additional columns using custom layouts and custom layout presets.
http://documentation.concrete5.org/editors/in-page-editing/block-ar...
http://documentation.concrete5.org/developers/designing-for-concret...
The next option is to add unique areas in your page templates. The theme documentation covers the topic of areas.
http://documentation.concrete5.org/developers/designing-for-concret...
The default Elemental theme that comes with concrete5 includes code that you can use as an example of how to create areas:
https://github.com/concrete5/concrete5/blob/develop/web/concrete/the...