Subpage Styles
Overview
The content editor allows you to add different formats to your page content: headings, paragraphs, blockquotes, etc. Some of these styles can be added via the Format drop down in the content editor, while others used the special snippets editor.
Header Styles
The heading styles are available in the content editor under Formats > Headings. You can also access the heading styles under the Paragraph dropdown.
Custom Buttons
To insert a button select the "Insert/Edit Button" green icon and choose your button settings. You can choose the style, size, text, and icon. Once completed and inserted into the page/section, you will highlight the button and select the "Insert > Link" option from the editor and attach a link to the button.
Blockquote
Formats > Blocks > Blockquote
Full width images
If you would like to display an image inside a column at fullwidth of the column container you can add the class "responsive-image" to the image tag.
Linked Image
Adding the class "linked-image" to an anchor that contains an image will use the site linked image style. There is also a monklet labeled "Section Monklet - Linked Image (2), (3) or (4)" that uses a link list to allow you to set a row of images with the linked image approach. (2) displays two to a row, (3) displays three to a row, (4) displays four to a row.
Highlight Class
The .hightlight class allows for specific text block to be colored blue and enlarged for highlighting purposes. Similar to the blockquote without the quotes, etc. The best approach is to manually add this class directly to a tag.
Font Classes
There are several pre-defined font classes that will allow you to update and change the font for specific text. The best approach is to manually add these classes directly to a tag.
Classes
Fifties font - .font-fifties
<h6 class="font-fifties">Font Fifties Text Example</h6>
Fifties font - .font-sacred
<h6 class="font-sacred">Font Sacred Text Example</h6>
Garamond font - .font-garamond
<h6 class="font-garamond">Font Garamond Text Example</h6>
Font Color Classes
There are several pre-defined font color classes that will allow you to update and change the font color for specific text. The best approach is to manually add these classes directly to a tag.
Classes
Light Blue/Teal - .text-blue-light
<h6 class="text-blue-light">Light Blue Text Example</h6>
Blue - .text-blue
<h6 class="text-blue">Blue Text Example</h6>
Dark Blue - .text-blue-dark
<h6 class="text-blue-dark">Dark BlueText Example</h6>
Form Alignment Classes
Forms will display left aligned by default. You can center or right align your forms by manually adding the "form-center" or the "form-right" class to the form tag.
Example setup looks like this:
<div class="form-center">{{tag="form" find="connect-with-us"}}</div>
Form Lightbox Popup Classes
This is setup for you to use the default button style to generate a lightbox popup with an Ekklesia form. This functionality is automatically added to forms that have the class "form-lightbox" around the form code (see examples below). The form title will be the button text, and you can also add a data title tag to the code structure customize the button text, re. data-title="My Form Button"
Example setup looks like this:
<div class="form-lightbox">{{tag="form" find="connect-with-us"}}</div>
or
<div class="form-lightbox" data-title="My Form Button">{{tag="form" find="connect-with-us"}}</div>
Large Paragraph Class
The class .text-large is used to increase the size of a paragraph. The best approach is to manually add these classes directly to a tag.
Snippets Tool
Clicking on the yellow star will open your Snippets editor. The options below are available in your snippets tool:
To insert a tab snippet into a page or section select the "Insert/Edit Snippets" icon and select the "Tabs" option. You can update the content from the code view below the preview or use the page source view once the code has been inserted.
<div class="tabs">
<ul><li><a href="#">Custom Tab Title 1</a></li>
<li><a href="#">Custom Tab Title 2</a></li>
<li><a href="#">Custom Tab Title 3</a></li>
</ul>
<div class="tab-content">
<p>Proin elit arcu, rutrum commodo, vehicula tempus, commodo a, risus. Curabitur nec arcu. Donec sollicitudin mi sit amet mauris. Nam elementum quam ullamcorper ante. Etiam aliquet massa et lorem. Mauris dapibus lacus auctor risus. Aenean tempor ullamcorper leo. Vivamus sed magna quis ligula eleifend adipiscing. Duis orci. Aliquam sodales tortor vitae ipsum. Aliquam nulla. Duis aliquam molestie erat. Ut et mauris vel pede varius sollicitudin. Sed ut dolor nec orci tincidunt interdum. Phasellus ipsum. Nunc tristique tempus lectus.</p>
</div>
<div class="tab-content" id="">
<p>Morbi tincidunt, dui sit amet facilisis feugiat, odio metus gravida ante, ut pharetra massa metus id nunc. Duis scelerisque molestie turpis. Sed fringilla, massa eget luctus malesuada, metus eros molestie lectus, ut tempus eros massa ut dolor. Aenean aliquet fringilla sem. Suspendisse sed ligula in ligula suscipit aliquam. Praesent in eros vestibulum mi adipiscing adipiscing. Morbi facilisis. Curabitur ornare consequat nunc. Aenean vel metus. Ut posuere viverra nulla. Aliquam erat volutpat. Pellentesque convallis. Maecenas feugiat, tellus pellentesque pretium posuere, felis lorem euismod felis, eu ornare leo nisi vel felis. Mauris consectetur tortor et purus.</p>
</div>
<div class="tab-content" id="">
<p>Mauris eleifend est et turpis. Duis id erat. Suspendisse potenti. Aliquam vulputate, pede vel vehicula accumsan, mi neque rutrum erat, eu congue orci lorem eget lorem. Vestibulum non ante. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Fusce sodales. Quisque eu urna vel enim commodo pellentesque. Praesent eu risus hendrerit ligula tempus pretium. Curabitur lorem enim, pretium nec, feugiat nec, luctus a, lacus.</p>
</div>
</div>
Monklet Tabs
You can also use the monklet "Section Monklet - Tabs" that allows you to use a link list to power your tabs instead of using the Snippets option. The steps are as follows:
1. Create a separate section for the content of each tab: Content > Sections. The section name will be for internal use only.
2. Create a new link list: Content > Link Lists. Each item added to the list will represent a tab, and the tab titles pull from the "name" field of each item.
The "description" field for each item in the list needs to have the slug version of the corresponding section name that you want to show for each tab's content. The slug version is all lowercase and dashes instead of spaces, and it also needs to have curly braces around it.
So, if the section for one of your tabs is labeled Children - Tab 1, then this will need to be added in the description field of the corresponding link list item:
{{children-tab-1}}
NOTE: The description field of the link list will display as paragraph text. If this works for your setup and you don't need the full editor for links, header styles, etc., then you can skip step #1 and just enter the tab content in the description field of each link list item.
3. Add the tabs monklet to a page or section. Within the monklet, you will need to add the "find" parameter to specify which link list to pull in the for the tab setup, which should be all lowercase with dashes instead of spaces.
So, if your link list is titled "Tabs - Children", then monklet with the "find" parameter would look like this:
{{section-monklet-tabs|find="tabs-children"}}
To insert an accordion snippet into a page or section select the "Insert/Edit Snippets" icon and select the "Accordions" option. You can update the content from the code view below the preview or use the page source view once the code has been inserted.
<div class="accordion">
<h6>Section 1</h6>
<div>
<p>Mauris mauris ante, blandit et, ultrices a, suscipit eget, quam. Integer ut neque. Vivamus nisi metus, molestie vel, gravida in, condimentum sit amet, nunc. Nam a nibh. Donec suscipit eros. Nam mi. Proin viverra leo ut odio. Curabitur malesuada. Vestibulum a velit eu ante scelerisque vulputate.</p>
</div>
<h6>Section 2</h6>
<div>
<p>Sed non urna. Donec et ante. Phasellus eu ligula. Vestibulum sit amet purus. Vivamus hendrerit, dolor at aliquet laoreet, mauris turpis porttitor velit, faucibus interdum tellus libero ac justo. Vivamus non quam. In suscipit faucibus urna.</p>
</div>
<h6>Section 3</h6>
<div>
<p>Nam enim risus, molestie et, porta ac, aliquam ac, risus. Quisque lobortis. Phasellus pellentesque purus in massa. Aenean in pede. Phasellus ac libero ac tellus pellentesque semper. Sed ac felis. Sed commodo, magna quis lacinia ornare, quam ante aliquam nisi, eu iaculis leo purus venenatis dui.</p>
<ul><li>List item one</li>
<li>List item two</li>
<li>List item three</li>
</ul>
</div>
<h6>Section 4</h6>
<div>
<p>Cras dictum. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Aenean lacinia mauris vel est.</p>
<p>Suspendisse eu nisl. Nullam ut libero. Integer dignissim consequat lectus. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.</p>
</div>
</div>
Monklet Accordions
You can also use the monklet "Section Monklet - Accordions" that allows you to use a link list to power your accordions instead of using the Snippets option. The steps are as follows:
1. Create a separate section for the content of each accordion: Content > Sections. The section name will be for internal use only.
2. Create a new link list: Content > Link Lists. Each item added to the list will represent an accordion, and the accordion titles pull from the "name" field of each item.
The "description" field for each item in the list needs to have the slug version of the corresponding section name that you want to show for each accordion's content. The slug version is all lowercase and dashes instead of spaces, and it also needs to have curly braces around it.
So, if the section for one of your tabs is labeled Children - Accordion 1, then this will need to be added in the description field of the corresponding link list item:
{{children-accordion-1}}
NOTE: The description field of the link list will display as paragraph text. If this works for your setup and you don't need the full editor for links, header styles, etc., then you can skip step #1 and just enter the accordion content in the description field of each link list item.
3. Add the tabs monklet to a page or section. Within the monklet, you will need to add the "find" parameter to specify which link list to pull in the for the accordion setup, which should be all lowercase with dashes instead of spaces.
So, if your link list is titled "Accordions - Children", then monklet with the "find" parameter would look like this:
{{section-monklet-accordions|find="accordions-children"}}
To insert a tab snippet into a page or section that has a centered tab nav select the "Insert/Edit Snippets" icon and select the "Tabs - Centered" option. You can update the content from the code view below the preview or use the page source view once the code has been inserted.
<div class="tabs centered">
<ul><li><a href="#">Custom Tab Title 1</a></li>
<li><a href="#">Custom Tab Title 2</a></li>
<li><a href="#">Custom Tab Title 3</a></li>
</ul>
<div class="tab-content">
<p>Proin elit arcu, rutrum commodo, vehicula tempus, commodo a, risus. Curabitur nec arcu. Donec sollicitudin mi sit amet mauris. Nam elementum quam ullamcorper ante. Etiam aliquet massa et lorem. Mauris dapibus lacus auctor risus. Aenean tempor ullamcorper leo. Vivamus sed magna quis ligula eleifend adipiscing. Duis orci. Aliquam sodales tortor vitae ipsum. Aliquam nulla. Duis aliquam molestie erat. Ut et mauris vel pede varius sollicitudin. Sed ut dolor nec orci tincidunt interdum. Phasellus ipsum. Nunc tristique tempus lectus.</p>
</div>
<div class="tab-content" id="">
<p>Morbi tincidunt, dui sit amet facilisis feugiat, odio metus gravida ante, ut pharetra massa metus id nunc. Duis scelerisque molestie turpis. Sed fringilla, massa eget luctus malesuada, metus eros molestie lectus, ut tempus eros massa ut dolor. Aenean aliquet fringilla sem. Suspendisse sed ligula in ligula suscipit aliquam. Praesent in eros vestibulum mi adipiscing adipiscing. Morbi facilisis. Curabitur ornare consequat nunc. Aenean vel metus. Ut posuere viverra nulla. Aliquam erat volutpat. Pellentesque convallis. Maecenas feugiat, tellus pellentesque pretium posuere, felis lorem euismod felis, eu ornare leo nisi vel felis. Mauris consectetur tortor et purus.</p>
</div>
<div class="tab-content" id="">
<p>Mauris eleifend est et turpis. Duis id erat. Suspendisse potenti. Aliquam vulputate, pede vel vehicula accumsan, mi neque rutrum erat, eu congue orci lorem eget lorem. Vestibulum non ante. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Fusce sodales. Quisque eu urna vel enim commodo pellentesque. Praesent eu risus hendrerit ligula tempus pretium. Curabitur lorem enim, pretium nec, feugiat nec, luctus a, lacus.</p>
</div>
</div>
To insert a tab snippet into a page or section that has the a large text nav with slashes select the "Insert/Edit Snippets" icon and select the "Tabs - Large" option. You can update the content from the code view below the preview or use the page source view once the code has been inserted.
<div class="tabs large">
<ul><li><a href="#">Custom Tab Title 1</a></li>
<li><a href="#">Custom Tab Title 2</a></li>
<li><a href="#">Custom Tab Title 3</a></li>
</ul>
<div class="tab-content">
<p>Proin elit arcu, rutrum commodo, vehicula tempus, commodo a, risus. Curabitur nec arcu. Donec sollicitudin mi sit amet mauris. Nam elementum quam ullamcorper ante. Etiam aliquet massa et lorem. Mauris dapibus lacus auctor risus. Aenean tempor ullamcorper leo. Vivamus sed magna quis ligula eleifend adipiscing. Duis orci. Aliquam sodales tortor vitae ipsum. Aliquam nulla. Duis aliquam molestie erat. Ut et mauris vel pede varius sollicitudin. Sed ut dolor nec orci tincidunt interdum. Phasellus ipsum. Nunc tristique tempus lectus.</p>
</div>
<div class="tab-content" id="">
<p>Morbi tincidunt, dui sit amet facilisis feugiat, odio metus gravida ante, ut pharetra massa metus id nunc. Duis scelerisque molestie turpis. Sed fringilla, massa eget luctus malesuada, metus eros molestie lectus, ut tempus eros massa ut dolor. Aenean aliquet fringilla sem. Suspendisse sed ligula in ligula suscipit aliquam. Praesent in eros vestibulum mi adipiscing adipiscing. Morbi facilisis. Curabitur ornare consequat nunc. Aenean vel metus. Ut posuere viverra nulla. Aliquam erat volutpat. Pellentesque convallis. Maecenas feugiat, tellus pellentesque pretium posuere, felis lorem euismod felis, eu ornare leo nisi vel felis. Mauris consectetur tortor et purus.</p>
</div>
<div class="tab-content" id="">
<p>Mauris eleifend est et turpis. Duis id erat. Suspendisse potenti. Aliquam vulputate, pede vel vehicula accumsan, mi neque rutrum erat, eu congue orci lorem eget lorem. Vestibulum non ante. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Fusce sodales. Quisque eu urna vel enim commodo pellentesque. Praesent eu risus hendrerit ligula tempus pretium. Curabitur lorem enim, pretium nec, feugiat nec, luctus a, lacus.</p>
</div>
</div>
To insert a tab snippet into a page or section that has the a button styled nav select the "Insert/Edit Snippets" icon and select the "Tabs - Large" option. You can update the content from the code view below the preview or use the page source view once the code has been inserted.
<div class="tabs buttons">
<ul><li><a href="#">Custom Tab Title 1</a></li>
<li><a href="#">Custom Tab Title 2</a></li>
<li><a href="#">Custom Tab Title 3</a></li>
</ul>
<div class="tab-content">
<p>Proin elit arcu, rutrum commodo, vehicula tempus, commodo a, risus. Curabitur nec arcu. Donec sollicitudin mi sit amet mauris. Nam elementum quam ullamcorper ante. Etiam aliquet massa et lorem. Mauris dapibus lacus auctor risus. Aenean tempor ullamcorper leo. Vivamus sed magna quis ligula eleifend adipiscing. Duis orci. Aliquam sodales tortor vitae ipsum. Aliquam nulla. Duis aliquam molestie erat. Ut et mauris vel pede varius sollicitudin. Sed ut dolor nec orci tincidunt interdum. Phasellus ipsum. Nunc tristique tempus lectus.</p>
</div>
<div class="tab-content" id="">
<p>Morbi tincidunt, dui sit amet facilisis feugiat, odio metus gravida ante, ut pharetra massa metus id nunc. Duis scelerisque molestie turpis. Sed fringilla, massa eget luctus malesuada, metus eros molestie lectus, ut tempus eros massa ut dolor. Aenean aliquet fringilla sem. Suspendisse sed ligula in ligula suscipit aliquam. Praesent in eros vestibulum mi adipiscing adipiscing. Morbi facilisis. Curabitur ornare consequat nunc. Aenean vel metus. Ut posuere viverra nulla. Aliquam erat volutpat. Pellentesque convallis. Maecenas feugiat, tellus pellentesque pretium posuere, felis lorem euismod felis, eu ornare leo nisi vel felis. Mauris consectetur tortor et purus.</p>
</div>
<div class="tab-content" id="">
<p>Mauris eleifend est et turpis. Duis id erat. Suspendisse potenti. Aliquam vulputate, pede vel vehicula accumsan, mi neque rutrum erat, eu congue orci lorem eget lorem. Vestibulum non ante. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Fusce sodales. Quisque eu urna vel enim commodo pellentesque. Praesent eu risus hendrerit ligula tempus pretium. Curabitur lorem enim, pretium nec, feugiat nec, luctus a, lacus.</p>
</div>
</div>
Callout
This option inserts a heading, text and button that displays with the site light color as the background. You can update the content from the code view below the preview or use the page source view once the code has been inserted.
Callout Image
This option inserts a heading, text and button that displays with the site light color as the background the same as the Callout option, but adds an image in the right column. You can update the content and image from the code view below the preview or use the page source view once the code has been inserted.
Section Title
This option inserts a custom heading with span tag to display a heading with the underline style. You can update the content from the code view below the preview or use the page source view once the code has been inserted.
Scroll Button
Adds to a button that will scroll to an anchor on the same page. There can only be one anchor/id on the page (no duplicates) and this will need to manually be added to the link.
Load More
This snippet will have to components. One is the hidden content and the other is the trigger to open the hidden content.
You can update both the trigger and the hidden content from the code view below the preview or use the page source view once the code has been inserted.