-
Notifications
You must be signed in to change notification settings - Fork 0
Creating a Page
This is how you can build a page and add contents to it. Each page is broken up into "sections" where you can select how the content can be displayed. Each page can have any number of these sections and you can order them however you'd like.
Pages
This is the path that customers will use to access the page. It should not contain a slash at the start, so if you want to make a page to www.sitename.com/information
, then you'd put information
.
This is the title that appears in the customer's tab bar.
This overrides the default site description set in the SEO settings. This allows you to provided a specific description about what is on this page. This shouldn't be more than 155 characters long.
These are the primary display blocks for each page. This is where you'll set what content to display and how it should be displayed. The following are fields related to a section.
This is where you pick the layout of the section, these are the choices and what they mean:
- Page Header This builds a header section that is traditionally used to provide a title to the page. Generally this should be used as the very first section on a page. If you include an image then it will be used as the background of the section. Generally you'll only want to add a title and subtitle, but you can add some content as well if desired.
- Two Column (Image Left) The section is split in half, all images will be placed on the left, and text content will be placed on the right. On mobile devices the images will appear above the text content.
- Two Column (Image Right) The section is split in half, all images will be placed on the right, and text content will be placed on the left. On mobile devices the images will appear below the text content.
- Single Column (content only) The section will fill the width and only text content will be displayed. If you add images then they will be ignored.
- Single Column (images only) The section will fill the width and only images will be displayed. On larger screens the images will be aligned horizontally and take up as much space as they can. On mobile screens the images will stack on top of each other.
This is the title of the section. It will be displayed at the top of the section.
This is the subtitle of the section. It will be displayed just under the title, but this field is optional.
This is the text content, you can format the content however you'd like.
Word of Warning
Avoid adding images to the content as any image added through the content won't be clickable/expandable by the customer. If you want to add an image related to the content then you should pick a display style that supports images and then add the image in the Images field.
This is where you add the images for a section. Generally you'll want to only add a single image, but if you're doing the "images only" display type then you can add multiple images.
This is where you can attach links/files related to a section. Links/Fields appear at the bottom of the content and appear as buttons the user can click.
When adding a file/link be sure to only fill out either the File
or URL
field. Then the Display Label
is the text that will appear inside the button.