Header Type
The HeaderType directory contains the theme HTML templates that define the overall structure of the website. These templates provide different types of layout structure; for example a short header, a tall header, or no header. If you are creating a custom theme, you need to create an HTML template for each header type your theme will support and use that header type as the class for the body tag:
|
HTML Template
|
{title} or {logo} |
{title} inserts the site title. {logo} allows the user to decide whether to display the title or a graphic logo. |
{menu} |
Inserts the site menu |
Inserts the site content |
|
{footer} |
Inserts the site footer text |
|
Displays the text "Add Text" that the user can click to edit. |
{social} |
Adds the ability to display social icons |
{search} |
Displays the search icon. |
{headline:text} |
Displays placeholder text in a headline font that the user can edit/replace. |
{headline-paragraph:text} |
Displays placeholder paragraph text. |
Adds a button that can be edited. |
|
{minicart} |
Displays (relocates) the minicart element The HTML is wrapped in the wsite_custom-minicart-wrapperclass. |
{membership} |
Relocates the log in/out element. The HTML is wrapped in the wsite_custom-membership-wrapperclass. |
{subtitle:text}
|
Adds subtitle text/slogan. |
{sidebar:comment} |
Adds a sidebar. |
{address:text} |
Adds address fields. |
{area-.name:text} |
An area that holds text |
{area-name:content} |
An area to drag content elements into |
An area that holds an image |
manifest |
Set to 1 |
version |
The version of your theme |
responsive |
Set to "true" if your theme is responsive |
glyph-icons |
Always set to "true" |
is-dark |
Set to true if your theme has a dark background color. When set to true, text and other objects will automatically lighten against this background, without any additional styling needed. |
variations |
You can create different color variations for your theme. More below. |
Custom options |
You can create configurable options for your theme. More below |
name |
Name of the color |
color-sample |
The hex value of the color. This is what will display in the color square. |
is-dark |
Set to true if this color is dark. Text will automatically lighten when placed against the color. |