Subpage Styles

Overview

The content editor allows you to add different formats to your page content: headings, paragraphs, blockquotes, etc. . Your theme comes with predesigned styling (color, font, size, etc.) for these different formats.

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

Custom Buttons

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

To do this, add your image to the content of your page/section. Once the image has been inserted, select the image by clicking on it and then pressing the button in the toolbar that looks like this: "< >", which is the source code. Once the source code is opened, you will then need to locate the img tag for the image that you are working on and add the class of "responsive-image" to the tag. Once you are done the tag will look like this:

<img class="responsive-image">

Please feel free to contact your Onboarding Specialist, Project Member or our support team if you need further assistance with this.

Tabs

Option 1 - Snippets Tool

This option is available directly in the content editor. To insert a tab into a page or section, select the snippets tool which is the gold star icon in the content editor toolbar. This will open up a pop-out window where you will select the "MK037 Tabs" option.

Once you have selected "MK037 Tabs", press "OK" and the placeholder content will be added into the content editor. Then you will be able to replace this with your own content.

Example HTML:

<div class="tabs">

<ul>

<li><a href="#tabs-1">Tab 1</a></li>

<li><a href="#tabs-2">Tab 2</a></li>

<li><a href="#tabs-3">Tab 3</a></li>

</ul>

<div id="tabs-1">

<p>Proin elit arcu, rutrum commodo..</p>

</div>

<div id="tabs-2">

<p>Morbi tincidunt, dui sit amet facilisis feugiat.</p>

</div>

<div id="tabs-3">

<p>Mauris eleifend est et turpis.</p>

</div>

</div>

Option 2 - 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.  Once you create a link list you can insert this monklet into the desired section or content area and then use the find tag to define which link list to use with the monklet.  The find tag should be the name of the link list in lowercase with dashes in place of spaces.

Example with a link list "Tabs Example" - {{section-monklet-tabs|find="tabs-example"}}

*NOTE - The description field of the link list will display as paragraph text.  If you would like to have a full html section content for a specific tab you can do so by creating a section with the desired content.  Once created you will place the slug of the section in the corresponding link description field with curly braces.   If you create a section labeled "My Tab Section" the link description field should contain the slug as {{my-tab-section}}.

Accordions

Option 1 - Snippets Tool

This option is available directly in the content editor. To insert an accordion menu into a page or section, select the snippets tool which is the gold star icon in the content editor toolbar. This will open up a pop-out window where you will select the "MK037 Accordion" option.

Once you have selected "MK037 Accordion", press "OK" and the placeholder content will be added into the content editor. Then you will be able to replace this with your own content.

 

Example HTML:

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

Option 2 - 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.  Once you create a link list you can insert this monklet into the desired section or content area and then use the find tag to define which link list to use with the monklet.  The find tag should be the name of the link list in lowercase with dashes in place of spaces.

Example with a link list "Accordions Example" - {{section-monklet-accordions|find="accordions-example"}}

*NOTE - The description field of the link list will display as paragraph text.  If you would like to have full a html section content for a specific tab you can do so by creating a section with the desired content.  Once created you will place the slug of the section in the corresponding link description field with curly braces.   If you create a section labeled "My Tab Section" the link description field should contain the slug as {{my-tab-section}}.

Callout

To insert a callout snippet into a page or section, select the "Insert/Edit Snippets" icon and select the "MK037 Callout" 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="div-callout">

<h3>Heading Style H3</h3>

<p>Lenius, hic Stoicorum more nos vexat. Non quam nostram quidem, inquit Pomponius iocans; Teneo, inquit, videri nihil dolere.</p>

<p><a class="btn btn-default" href="#">Call To Action</a></p>

</div>

Heading Underline

To insert a heading tag with an underline into a page or section, select the "Insert/Edit Snippets" icon (gold star icon) and choose the "Heading Underline" 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.

*NOTE - this example is used for the sidebar sections on your Style Guide page.

Example HTML:

<h3 class="heading-underline">Heading Underline</h3>

To insert a heading link tag into a page or section, select the "Insert/Edit Snippets" icon (gold star icon) and choose the "Heading Link" option. You can update the content and link from the code view below the preview or use the page source view once the code has been inserted.

*NOTE - Example on the Style Guide page sidebar, eg. View All Sermons

Example HTML:

<h5>

<a href="#" class="heading-link">Heading Link</a>

</h5>

Widget Heading

To insert a heading 1 tag centered into a page or section select the "Insert/Edit Snippets" icon and select the "Widget Heading" 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.

*NOTE - Example on the home page section headings.

Example HTML:

<div class="widget-heading">

<h1>Heading 1</h1>

</div>

To insert a heading 1 tag  with a custom link centered into a page or section select the "Insert/Edit Snippets" icon and select the "Widget Heading Link" option.  You can update the content and link from the code view below the preview or use the page source view once the code has been inserted.

*NOTE - Example on the home page section headings.

Example HTML:

<div class="widget-heading-link">

<h1>Heading 1</h1>

<a href="#">View All</a>

</div>