Introduction
The Contact example page demonstrates how you can create a beautiful page with the Callisto theme. Here is some information to help you replicate this page as it appears in the demo.
Any Custom HTML particles are available and set in the Layout Manager, not as Text widgets.
Layout Manager
This is a look at the Layout Manager for the Callisto - Pages - Contact outline. We have detailed the various particles represented here in the sections below.
Widgets and Particles
Below is a brief rundown of the widgets and particles used to make up the demo page.
-
4
Navigation - Social (Particle)
- Header
- Navigation
- Showcase
- Mainbar
- Sidebar
- Extension
- Footer
- Copyright
Header Section
-
The Header section is made up of a position and two particles set in two rows. The first row hosts the System Messages position which remains invisible unless a system message is being displayed to the visitor.
In the second row, we have a Logo particle and an Icon Menu particle which make up the visual body of this area of the site. Settings used in our demo for each of these particles can be found below.
Logo (Particle)
Particle Settings
Field |
Setting |
Particle Name |
Logo |
URL |
Blank |
Image |
Custom |
Text |
Callisto |
CSS Classes |
g-logo |
Block Settings
Field |
Setting |
CSS ID |
Blank |
CSS Classes |
g-logo-block |
Variations |
Blank |
Tag Attributes |
Blank |
Block Size |
56% |
Icon Menu (Particle)
Particle Settings
Field |
Setting |
CSS Classes |
Blank |
Target |
Self |
Icon Menu Item 1 Title |
Features |
Icon Menu Item 1 Icon |
fa fa-diamond |
Icon Menu Item 1 Text |
Features |
Icon Menu Item 1 Link |
# |
Icon Menu Item 2 Title |
Gantry 5 |
Icon Menu Item 2 Icon |
fa fa-rocket |
Icon Menu Item 2 Text |
Gantry 5 |
Icon Menu Item 2 Link |
# |
Icon Menu Item 3 Title |
Addons |
Icon Menu Item 3 Icon |
fa fa-gear |
Icon Menu Item 3 Text |
Addons |
Icon Menu Item 3 Link |
# |
Icon Menu Item 4 Title |
Download |
Icon Menu Item 4 Icon |
fa fa-download |
Icon Menu Item 4 Text |
Download |
Icon Menu Item 4 Link |
# |
Block Settings
Field |
Setting |
CSS ID |
Blank |
CSS Classes |
flush |
Variations |
Blank |
Tag Attributes |
Blank |
Block Size |
44% |
Navigation Section
-
The Navigation section is made up of two particles. The first is a Menu particle which displays a CMS-sourced menu which can be enhanced through Gantry's Menu Editor. The second particle in the section is the Social particle, displaying social links.
Settings used in our demo for each of these particles can be found below.
Menu (Particle)
Particle Settings
Field |
Setting |
Particle Name |
Menu |
Base Path |
/ |
Menu |
Custom |
Start Level |
1 |
Max Levels |
0 |
Block Settings
Field |
Setting |
CSS ID |
Blank |
CSS Classes |
g-menu-block |
Variations |
Blank |
Tag Attributes |
Blank |
Block Size |
80% |
Social (Particle)
Particle Settings
Field |
Setting |
Title |
Social |
CSS Classes |
social-items |
Social Items |
Features |
Social Item 1 Title |
Twitter |
Social Item 1 Icon |
fa fa-twitter fa-fw |
Social Item 1 Text |
Blank |
Social Item 1 Link |
http://twitter.com/rockettheme |
Social Item 2 Title |
Facebook |
Social Item 2 Icon |
fa fa-facebook fa-fw |
Social Item 2 Text |
Blank |
Social Item 2 Link |
http://facebook.com/rockettheme |
Social Item 3 Title |
Google |
Social Item 3 Icon |
fa fa-google fa-fw |
Social Item 3 Text |
Blank |
Social Item 3 Link |
http://plus.google.com/+rockettheme |
Social Item 4 Title |
RSS |
Social Item 4 Icon |
fa fa-rss fa-fw |
Social Item 4 Text |
Blank |
Social Item 4 Link |
http://www.rockettheme.com/product-updates?rss |
Block Settings
Field |
Setting |
CSS ID |
Blank |
CSS Classes |
Blank |
Variations |
Blank |
Tag Attributes |
Blank |
Block Size |
20% |
Showcase Section
The Showcase section contains a single Custom HTML particle. Settings used in our demo for this particle can be found below.
Custom HTML (Particle)
Particle Settings
Field |
Setting |
Particle Name |
Custom HTML |
Custom HTML
<div class="g-layercontent g-layercontent-small">
<h2 class="g-layercontent-title">Contact</h2>
<div class="g-layercontent-subtitle">Keep in Touch with Us</div>
</div>
Block Settings
Field |
Setting |
CSS ID |
Blank |
CSS Classes |
flush, center |
Variations |
Blank |
Tag Attributes |
Blank |
Block Size |
100% |
Mainbar Section
The Mainbar section is set to 67
% width and the Sidebar section to 33
%.
The page's contact form is sourced from a Custom HTML particle located in the Mainbar section.
Settings used in our demo for each of these particles can be found below.
Particle Settings
Field |
Setting |
Particle Name |
Contact Form |
<form class="form-validate form-horizontal" id="contact-form" method="post" name="contact-form">
<fieldset class="nopaddingall nomarginall">
<legend style="margin-bottom: 1.5rem">Send an Email. All fields with an * are required.</legend>
<div class="control-group" style="margin-bottom: 1.5rem">
<div class="control-label">
<label class="hasTooltip required">Name<span class="star"> *</span></label>
</div>
<div class="controls">
<input class="required" id="jform_contact_name" required="required" size="30" type="text" value="">
</div>
</div>
<div class="control-group" style="margin-bottom: 1.5rem">
<div class="control-label">
<label class="hasTooltip required">Email<span class="star"> *</span></label>
</div>
<div class="controls">
<input class="validate-email required" id="jform_contact_email" required="required" size="30" type="email" value="">
</div>
</div>
<div class="control-group" style="margin-bottom: 1.5rem">
<div class="control-label">
<label class="hasTooltip required">Subject<span class="star"> *</span></label>
</div>
<div class="controls">
<input class="required" id="jform_contact_emailmsg" required="required" size="60" type="text" value="">
</div>
</div>
<div class="control-group" style="margin-bottom: 1.5rem">
<div class="control-label">
<label class="hasTooltip required">Message<span class="star"> *</span></label>
</div>
<div class="controls">
<textarea class="required" cols="50" id="jform_contact_message" required="required" rows="10"></textarea>
</div>
</div>
<div class="control-group" style="margin-bottom: 1.5rem">
<div class="control-label" style="margin-right: 0.75rem; float: left;">
<label class="hasTooltip">Send Copy to Yourself</label>
</div>
<div class="controls">
<input id="jform_contact_email_copy" type="checkbox" value="1">
</div>
<div class="clearfix"></div>
</div>
<div class="form-actions">
<button class="button button-3" type="submit">Send Email</button>
</div>
</fieldset>
</form>
~~~
#### Block Settings
| Field | Setting |
| :----- | :----- |
| CSS ID | Blank |
| CSS Classes | `nomarginall` |
| Variations | `Box 2` |
| Tag Attributes | Blank |
| Block Size | `100%` |
## Sidebar Section
![](assets/page_contact_3.jpeg)
: 1. **Custom HTML** [9%, 15%, se]
2. **Contact** [60%, 15%, se]
The **Sidebar** section is set to `33`% width.
Settings used in our demo for each of these particles can be found below.
### Custom HTML (Particle)
#### Particle Settings
| Field | Setting |
| :----- | :----- |
| Particle Name | `Custom HTML` |
**Custom HTML**
~~~ .html
<h2 class="g-title">Contact Details</h2>
<p><img alt="image" src="gantry-theme://images/demo/pages/pages/contact/img-01.jpg"></p>
<p><strong>Callisto</strong> is only available as part of the Club Subscription. Please use the RocketLauncher to install an equivalent of the demo onto your site.</p>
Block Settings
Field |
Setting |
CSS ID |
Blank |
CSS Classes |
Blank |
Variations |
Blank |
Tag Attributes |
Blank |
Block Size |
100% |
Contact (Particle)
Particle Settings
Field |
Setting |
Particle Name |
Contact |
CSS Classes |
Blank |
Title |
Blank |
Contact Item 1 Title |
Call Us |
Contact Item 1 Icon |
fa fa-phone fa-fw |
Contact Item 1 Value |
+1(555)-555-555 |
Contact Item 2 Title |
Office |
Contact Item 2 Icon |
fa fa-map-marker fa-fw |
Contact Item 2 Value |
555 RocketTheme Blvd, CO |
Contact Item 3 Title |
Say Hi |
Contact Item 3 Icon |
fa fa-envelope fa-fw |
Contact Item 3 Value |
hello@no-reply.com |
Block Settings
Field |
Setting |
CSS ID |
Blank |
CSS Classes |
Blank |
Variations |
Blank |
Tag Attributes |
Blank |
Block Size |
100% |
Extension Section
The Extension section contains a single Custom HTML particle. Settings used in our demo for this particle can be found below.
Custom HTML (Particle)
Particle Settings
Field |
Setting |
Particle Name |
Custom HTML |
Custom HTML
<div class="g-layercontent">
<h2 class="g-layercontent-title">Got Billing and Payments Questions?</h2>
<div class="g-layercontent-subtitle">Email Us for Questions Involving Payments, Billing, and Membership.</div>
<a href="#" class="button button-2">Send Email</a>
</div>
Block Settings
Field |
Setting |
CSS ID |
Blank |
CSS Classes |
flush, center |
Variations |
Box 1 |
Tag Attributes |
Blank |
Block Size |
100% |
Footer Section
-
The Footer section is made up of three particles in a single row. This includes a Newsletter particle surrounded by two Custom HTML particles.
Settings used in our demo for each of these particles can be found below.
Custom HTML 1 (Particle)
Particle Settings
Field |
Setting |
Particle Name |
About Callisto |
Custom HTML
<h2 class="g-title">About Callisto</h2>
<p>All demo content is for sample purposes only, intended to represent a live site.</p>
<p>The sample pages are intended to show how Callisto can be constructed on your site.</p>
Block Settings
Field |
Setting |
CSS ID |
Blank |
CSS Classes |
Blank |
Variations |
Blank |
Tag Attributes |
Blank |
Block Size |
33.3333333333% |
Newsletter (Particle)
Particle Settings
Field |
Setting |
Particle Name |
Newsletter |
CSS Classes |
Blank |
Title |
Newsletter |
Feedburner URI |
rocketthemeblog |
Heading Text
Subscribe to our newsletter and stay updated on the latest developments and special offers!
Block Settings
Field |
Setting |
CSS ID |
Blank |
CSS Classes |
flush, center |
Variations |
Box 1 |
Tag Attributes |
Blank |
Block Size |
33.3333666666% |
Custom HTML 2 (Particle)
Particle Settings
Field |
Setting |
Particle Name |
Simple Sitemap |
Custom HTML
<h2 class="g-title">Sample Sitemap</h2>
<div class="g-grid">
<div class="g-block">
<ul class="nomarginall noliststyle">
<li><a href="#">Home</a></li>
<li><a href="#">Features</a></li>
<li><a href="#">Typography</a></li>
<li><a href="#">Particles</a></li>
<li><a href="#">Variations</a></li>
</ul>
</div>
<div class="g-block">
<ul class="nomarginall noliststyle">
<li><a href="#">Buttons</a></li>
<li><a href="#">Pages</a></li>
<li><a href="#">Guide</a></li>
<li><a href="#">Support</a></li>
<li><a href="#">Download</a></li>
</ul>
</div>
</div>
Block Settings
Field |
Setting |
CSS ID |
Blank |
CSS Classes |
flush, center |
Variations |
Box 1 |
Tag Attributes |
Blank |
Block Size |
33.3333% |
Copyright Section
The Copyright section contains a single Copyright particle. Settings used in our demo for this particle can be found below.
Custom HTML (Particle)
Particle Settings
Field |
Setting |
Particle Name |
Copyright |
Start Year |
2007 |
End Year |
Now |
Copyright Owner |
RocketTheme, LLC |
Block Settings
Field |
Setting |
CSS ID |
Blank |
CSS Classes |
center |
Variations |
Blank |
Tag Attributes |
Blank |
Block Size |
100% |