Campus Template
Overview
The campus template displays custom sections in a two column layout. There are 5 tab section options, 3 sidebar section options, and a bottom section option that displays below the page content.
Tabbed Sections
Sections assigned to 1 of the 5 tabbed section options will display below the page content. The description field of each section is used for the tab title. All site wide styles are supported in each section.
Sidebar Sections
The 3 sidebar sections support several of the section fields.
- Content - This is the main content block.
- Background Image - This serves as the section background image.
- Dark Background - Selecting this checkbox displays the content in white color on top of the site default dark section background color or background image.
- Parallax Background - This option turns the Background Image into a parallax background.
- Section Link - Using a full url in this field will make the entire section a link.
Service Times
The service times section should have the content wrapped in a div tag with the class "service times". The span tag in the h6 heading will add the blue background for the first word.
HTML Example:
<div class="service-times">
<h6><span>Service Times</span></h6>
<p>Saturday at 5 p.m.<br />Sunday at 9 and 11 a.m.</p>
</div>
Giving
The giving section should have the content wrapped in a div tag with the class "giving". The span tag in the h6 heading will add the blue background for the first word.
HTML Example:
<div class="giving">
<h6><span>Give</span> <i>Online</i></h6>
</div>
Sidebar Monklet - Campus Location
This monklet displays location information for a specific church entry. The church entry address is used. The monklet will need the find tag with the church slug.
Example:
{{sidebar-monklet-campus-location|find="northwest"}}