Search
Close this search box.

Quote Request

No products in the cart.

Shortcodes

All of these shortcodes are included in the standard theme. You utilize these when entering your content to make your pages more interesting and your content easy to read.

Accordion

[accordion-start]

[accordion-section-start title=”test1″]

Section 1

Section 2

Section 3

Section 4

[accordion-section-end]

[accordion-section-start title=”test2″]

Section 2

[accordion-section-end]

[accordion-section-start title=”test3″]

Section 3

[accordion-section-end]

[accordion-end]

 

Accordion with auto-collapse=”false”

[accordion-start auto-collapse=”false”]

[accordion-section-start title=”test1″]

Section 1

[accordion-section-end]

[accordion-section-start title=”test2″]

Section 2

[accordion-section-end]

[accordion-section-start title=”test3″]

Section 3

[accordion-section-end]

[accordion-end]

 

2 Column Layout

[row-start]

[col-start]

Column 1
This is some nice column 1 content here.

[col-end]

[col-start]

Column 2
This is some nice column 2 content here.

[col-end]

[row-end]

3 Column Layout

[row-start]

[col-start]

Column 1
This is some nice column 1 content here.

[col-end]

[col-start]

Column 2
This is some nice column 2 content here.

[col-end]

[col-start]

Column 3
This is some nice column 3 content here.

[col-end]

[row-end]

4 Column Layout

[row-start]

[col-start]

Column 1
This is some nice column 1 content here.

[col-end]

[col-start]

Column 2
This is some nice column 2 content here.

[col-end]

[col-start]

Column 3
This is some nice column 3 content here.

[col-end]

[col-start]

Column 4
This is some nice column 4 content here.

[col-end]

[row-end]

 

Buttons

[button text=”Normal Button” href=”#”]

[button text=”New Tab Button” href=”#” target=”_blank”]

Sized Buttons

[button text=”Small Button” href=”#” size=”sm”]

[button text=”Normal Button” href=”#”]

[button text=”Large Button” href=”#” size=”lg”]

Styled Buttons

[button text=”Primary Button” href=”#” style=”primary”]

[button text=”Secondary Button” href=”#” style=”secondary”]

[button text=”Success Button” href=”#” style=”success”]

[button text=”Danger Button” href=”#” style=”danger”]

[button text=”Warning Button” href=”#” style=”warning”]

[button text=”Info Button” href=”#” style=”info”]

[button text=”Light Button” href=”#” style=”light”]

[button text=”Dark Button” href=”#” style=”dark”]

Outline Buttons

[button text=”Primary Button” href=”#” style=”primary” outline=”true”]

[button text=”Secondary Button” href=”#” style=”secondary” outline=”true”]

[button text=”Success Button” href=”#” style=”success” outline=”true”]

[button text=”Danger Button” href=”#” style=”danger” outline=”true”]

[button text=”Warning Button” href=”#” style=”warning” outline=”true”]

[button text=”Info Button” href=”#” style=”info” outline=”true”]

[button text=”Light Button” href=”#” style=”light” outline=”true”]

[button text=”Dark Button” href=”#” style=”dark” outline=”true”]

 

Collapsing Sections

[collapse-start title=”Simple Collapse”]

This is the collapsing content.

[collapse-end]

[collapse-start title=”h1 Collapse” tagname=”h1″]

This is the collapsing content.

[collapse-end]

[collapse-start title=”h2 Collapse” tagname=”h2″]

This is the collapsing content.

[collapse-end]

[collapse-start title=”h3 Collapse” tagname=”h3″]

This is the collapsing content.

[collapse-end]

[collapse-start title=”h4 Collapse” tagname=”h4″]

This is the collapsing content.

[collapse-end]

[collapse-start title=”h5 Collapse” tagname=”h5″]

This is the collapsing content.

[collapse-end]

[collapse-start title=”h6 Collapse” tagname=”h6″]

This is the collapsing content.

[collapse-end]

[collapse-start title=”Paragraph Collapse” tagname=”p”]

This is the collapsing content.

[collapse-end]

[collapse-start show=”true” title=”Collapse – starts shown”]

This is the collapsing content.

[collapse-end]