Subpage Styles

Overview

The page editor allows you to assign your block and inline elements (headings, paragraphs, blockquotes, etc.).

Custom Buttons

To insert a button select the "Insert/Edit Button" icon and choose your button settings.  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.

 

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.

The monklet "Section Monklet - Linked Image" uses a link list and allows you to assign the image and the optional description overlay.  The description field displays as a Heading 5 and the Sub Heading field displays as a Heading 6.

Ex: {{section-monklet-linked-image|find="linked-image-example-1"}}

Tabs

To insert a tab snippet into a page or section select the "Insert/Edit Snippets" icon and select the "Tabs" option.  You have an option to do 3, 4, or 5 tabs by default, but you can add more or less once the tabs are inserted. You can update the content from the code view below the preview or use the page source view once the code has been inserted.

Example HTML:

<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>

Accordions

To insert a tab 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.

Example HTML:

<div class="accordion">

<h5>Section 1</h5>

<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>

<h5>Section 2</h5>

<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>

<h5>Section 3</h5>

<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>

<h5>Section 4</h5>

<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>

Call to Action

To insert a callout snippet into a page or section select the "Insert/Edit Snippets" icon and select the "Call to Action" 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.

HR options

You have 3 HR line options to help break up content on your page. To insert an HR line, select HR- Option 1, 2, or 3 in your Snippets editor.

Section Heading

To insert a section heading, use the "Section Heading" option in your Snippets editor.