zdrowiemaszwekrwi.pl

Shortcodes 1-21 are used to create columns within your pages. Just make sure to always use the _last designation on the last column.

To use the Accordion shortcode, you must first specify [accordion]. Each accordion element must then be wrapped inside an [accordion_content] tag, which includes 1 parameter „title” for the title of the panel. Here is an example:

[accordion]
[accordion_content title=”My Title”]Text of the accordion panel goes here[/accordion_content]
[/accordion]

To use the Tabs shortcode, you must first specify [tabs], which includes 1 parameter „tab1″…to „tab10”, to specify the title of the tab.. Each tab must then be wrapped inside an [tab] tag, which includes 1 parameter „num” for the number of the tab. Remember the maximum number of tabs is 10. Here is an example:

[tabs tab1=”Tab 1 Title” tab2=”Tab 2 Title”]
[tab num=1]Text of tab 1 goes here[/tab]
[tab num=2]Text of tab 2 goes here[/tab]
[/tabs]

To use the Tagline shortcode, it is contained within the single [tagline] shortcode. The parameters for the Tagline shortcode are:
tagtitle — The title line
tagbutton — 1 for YES, 0 for NO (YES if you want a button on your tagline)
tagbuttonsize — Several sizes of buttons which correspond to the button shortcode: button-regular-small, button-regular-medium, button-regular-large
buttonstyle — Several colors are available: purple, aqua, rouge, orange, red, blue, green, earth, bluesea, mauve, light, dark
buttonlink — Enter the URL to which you want your button to link to
buttonlinktext — Enter the text of the button, ie. Click Here
Here is an example:

[tagline tagtitle=”Title” tagbutton=1 tagbuttonsize=”button-regular-medium” buttonstyle=”orange” buttonlink=”http://” buttonlinktext=”Click”]
The 2nd Line of text for your tagline goes here
[/tagline]

To use the Pricetable shortcode, you must first specify [pricetable], which includes 1 parameter „col1″…to „col10”, to specify the title of the column.. Each row content must then be wrapped inside an [pricetablerow] tag, which includes 1 parameter „col1″…to „col10″ for the number of the column. Remember the maximum number of columns is 10. Here is an example:

[pricetable col1=”Column 1 Title” col2=”Column 2 Title”]
[pricetablerow col1=”Item 1″ col2=”$Price 1″][/pricetablerow]
[pricetablerow col1=”Item 2″ col2=”$Price 2″][/pricetablerow]
[/pricetable]

To use the Button shortcode, it is contained within the single [button] shortcode. The parameters for the Button shortcode are:
buttonsize — Several sizes of buttons which correspond to the button shortcode: small, medium, large
buttonstyle — Several colors are available: purple, aqua, rouge, orange, red, blue, green, earth, bluesea, mauve, light, dark
buttonlink — Enter the URL to which you want your button to link to
Here is an example:

[button buttonsize=”medium” buttonstyle=”orange” buttonlink=”http://”]
Button Text
[/button]

To use the Googlemap shortcode, it is contained within the single [googlemap] shortcode. Go to maps.google.com, find the address you wish to provide a map for. Then click on the „link” icon to provide a link. Copy the text from the „Paste HTML to embed in website” input box. This is what you will insert between the Googlemap shortcode.
Here is an example:

[googlemap]

[/googlemap]

To use the Messagebox shortcode, it is contained within the single [messagebox] shortcode, with one parameter „msgstyle”. The msgstyle parameter accepts 4 options: green, red, blue, yellow. Each will display the corresponding message box and icon.
Here is an example:

[messagebox msgstyle=”green”]Text of the message box[/messagebox]

To use the Staff Bio shortcode, it is contained within the single [staffbio] shortcode. The parameters for the Staff Bio shortcode are:
staffname — name of the staff member
staffimage — URL to the staff member’s portrait. It is recommended the image be maximum of 230px x 300px. (Optional)
stafftitle — staff member’s title
stafffax — staff member’s fax number (Optional)
staffphone — staff member’s telephone number (Optional)
staffemail — staff member’s email address (Optional)
Here is an example:

[staffbio staffname=”Name” staffimage=”http://link-to-image.png” stafftitle=”Title” stafffax=”###” staffphone=”###” staffemail=”email@em.ail.com”]
Staff Bio
[/staffbio]

Dodaj komentarz

Twój adres e-mail nie zostanie opublikowany. Wymagane pola są oznaczone *