Nguyen

Just another Sites site

Shortcodes – Content

n This theme includes a few custom shortcodes that you can use in posts, pages, and text widgets.n

n

n

Icon Boxes

n

Icon boxes are an elegant way to present short calls to action. With 5 styles to choose from, and hundreds of icons, use them to get noticed!

n

type  - 1,2,3,4,5 (1 is deafult)nurl   - Not required. Any valid url. You must include the "http://" or "https://" prefix (e.g. http://agentevolution.com)nnewtab - true (if url is entered this will open in a new window)nheading - the heading to shownicon - the icon to show (choose from all the Font Awesome icons)n

n

n

  1. [iconbox type="1" icon="fa-truck" heading="Type 1 iconbox"]This is an example of the iconbox type 1 shortcode.[/iconbox]
  2. [iconbox type="1" newtab="true" icon="fa-phone" url="http://www.agentevolution.com" heading="Type 1 iconbox"]This is an example of the iconbox type 1 shortcode.[/iconbox]
  3. [iconbox type="2" icon="fa-key" heading="Type 2 iconbox"]This is an example of the iconbox type 2 shortcode.[/iconbox]
  4. [iconbox type="2" newtab="0" icon="fa-star" url="http://www.agentevolution.com" heading="Type 2 iconbox"]This is an example of the iconbox type 2 shortcode.[/iconbox]
  5. [iconbox type="3" icon="fa-key" heading="Type 3 iconbox"]This is an example of the iconbox type 3 shortcode.[/iconbox]
  6. [iconbox type="3" newtab="0" icon="fa-star" url="http://www.agentevolution.com" heading="Type 3 iconbox"]This is an example of the iconbox type 3 shortcode.[/iconbox]
  7. [iconbox type="4" icon="fa-truck" heading="Type 4 iconbox"]This is an example of the iconbox type 4 shortcode.[/iconbox]
  8. [iconbox type="4" newtab="0" icon="fa-phone" url="http://www.agentevolution.com" heading="Type 4 iconbox"]This is an example of the iconbox type 4 shortcode.[/iconbox]
  9. [iconbox type="5" icon="fa-truck" heading="Type 5 iconbox"]This is an example of the iconbox type 5 shortcode.[/iconbox]
  10. [iconbox type="5" newtab="0" icon="fa-phone" url="http://www.agentevolution.com" heading="Type 5 iconbox"]This is an example of the iconbox type 5 shortcode.[/iconbox]

n

n

Type 1

n

n

n

n

Type 1 iconbox

n

This is an example of the iconbox type 1 shortcode. Vestibulum mi justo, feugiat non blandit eu, pretium at erat.

n

n

n

n

n

n

Type 1 iconbox

n

This is an example of the iconbox type 1 shortcode. Vestibulum mi justo, feugiat non blandit eu, pretium at erat.

n

n
n

n

n

Type 2

n

n

n

n

Type 2 iconbox

n

This is an example of the iconbox type 2 shortcode. Vestibulum mi justo, feugiat non blandit eu, pretium at erat.

n

n

n

n

n

n

Type 2 iconbox

n

This is an example of the iconbox type 2 shortcode. Vestibulum mi justo, feugiat non blandit eu, pretium at erat.

n

n
n

n

n

n

n

Type 3

n

n

n

Type 3 iconbox

n

This is an example of the iconbox type 3 shortcode. Vestibulum mi justo, feugiat non blandit eu, pretium at erat.

n

n

n

n

n

Type 3 iconbox

n

This is an example of the iconbox type 3 shortcode. Vestibulum mi justo, feugiat non blandit eu, pretium at erat.

n

n
n

n

n

Type 4

n

n

n

Type 4 iconbox

n

This is an example of the iconbox type 4 shortcode. Vestibulum mi justo, feugiat non blandit eu, pretium at erat.

n

n

n

n

n

Type 4 iconbox

n

This is an example of the iconbox type 4 shortcode. Vestibulum mi justo, feugiat non blandit eu, pretium at erat.

n

n
n


n

n

Type 5

n

n

n

Type 5 iconbox

n

This is an example of the iconbox type 5 shortcode. Vestibulum mi justo, feugiat non blandit eu, pretium at erat.

n

n

n

n

n

Type 5 iconbox

n

This is an example of the iconbox type 5 shortcode. Vestibulum mi justo, feugiat non blandit eu, pretium at erat.

n

n
n

n

Buttons

n

n You can put custom buttons in your posts, pages, and widgets by using the button shortcode. Button shortcodes take 5 attributes: url, color, size, block, and newtab. All attributes are optional. The default button looks like this Default Button and is rendered using the shortcode Default Button. The text inside the tags can be anything you want.n

n

Valid properties/values for button attributes

n

size  - tiny, small, large (small is the default)nurl   - Any valid url. You must include the "http://" or "https://" prefix (e.g. http://agentevolution.com)ncolor - any color hex code starting with #nexpand - true (button will fill container width)nnewtab - true (button link will open in new tab/window)n

n

n

Tiny
nSmall
nLarge

n

Large – Secondary
nLarge – Expanded
nLarge – Custom color
nNew tab

n

n

Button Shortcode in Action

n

Tiny Small Large Custom color New tab

n

n

  1. [button url="http://agentevolution.com" size="mini"]Mini[/button]
  2. [button url="http://agentevolution.com" size="small"]Small[/button]
  3. [button url="http://agentevolution.com" size="large"]Large[/button]
  4. [button url="http://agentevolution.com" size="large" color="#26BB44"]Custom color[/button]
  5. [button url="http://agentevolution.com" size="large" newtab="true"]New tab[/button]

n

Expanded Buttons

n

n By default buttons are displayed inline.
n Giving a button an attribute of expand=”true” will make it break onto a new line and expand to the width of its container. Any text after the button will show on a new line like this.n

n

n

n

n Block Buttonn

n

n

[button block="true" size="large" color="alt" url="http://agentevolution.com"]Block Button[/button]

n

Alert Boxes

n

Alert boxes are to show notices, warnings, or other info you want to call out.

n

Box types are: success, warning, info, alert, and secondary
nAlso accepts a parameter of allowclose set to true to allow the box to be closed.
nBoxes can have a straight border (default) or using the border parameter you can have a round or radius box.

n

[alert_box type="success"]This is the success alert box[/alert_box]n[alert_box type="warning"]This is the warning alert box[/alert_box]n[alert_box type="info"]This is the info alert box[/alert_box]n[alert_box type="alert"]This is the alert alert box[/alert_box]n[alert_box type="secondary"]This is the secondary alert box[/alert_box]n[alert_box type="success" allowclose="true"]This is the success alert box that allows closing[/alert_box]n[alert_box type="warning" allowclose="true"]This is the warning alert box that allows closing[/alert_box]n[alert_box type="info" border="round"]This is the info alert box with a rounded border[/alert_box]n[alert_box type="info" border="radius"]This is the info alert box with a border radius[/alert_box]

n

n

This is the default alert box

n

This is the success alert box

n

This is the warning alert box

n

This is the info alert box

n

This is the alert alert box

n

This is the secondary alert box

n

n

n

This is the success alert box that allows closing ×

n

This is the warning alert box that allows closing ×

n

This is the info alert box with a rounded border

n

This is the info alert box with a border radius

n

n

n

Agent Social Icons and Info

n

n With the

shortcode your can automatically insert icons that link to your social accounts. Use the newtab parameter set to true to open them in a new window.n

n

n

[social_icons newtab="true"]

n

n You can also insert your phone number, email, or brokerage address with shortcode.
n The email shortcode includes an antispambot function that disguises your email in the source code to prevent spambots.
n

(555) 555-5555

n

agent@openfloorplan.com

n

n

n

  1. [agent_phone]
  2. [agent_email]
  3. [agent_address]

n

Flex Video

n

Flex Video is a simple shortcode that will make your videos responsive. To use, just wrap your video embed code in the [flex_video] … [/flex_video] shortcode.

n

[flex_video]YouTube embed code here[/flex_video]

n

n

About Agent

Proin accumsan turpis malesuada tempus volutpat. Pellentesque sit amet nisl vel magna mollis cursus at ut enim. Cras magna sapien, pretium sed hendrerit eget, fringilla vel libero. Sed nec euismod ipsum. Cras elementum ipsum a suscipit convallis. Nam eu bibendum neque, eget maximus nibh. Quisque orci ante, consectetur et venenatis at, tincidunt quis enim.

Testimonials

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc auctor velit vehicula, dictum lectus eu, commodo elit. In molestie et enim in fermentum. Vivamus tempor, tortor sed gravida sodales, ipsum leo ornare sem

John Doe
More Testimonials

Contact Us

Open Floor Plan
2425 Pearl St.
Eugene, OR 99090
(555) 555-5555
agent@mail-right.com