{"id":255,"date":"2014-01-28T02:55:07","date_gmt":"2014-01-28T02:55:07","guid":{"rendered":"http:\/\/dhakadesk.com\/retouch\/?page_id=255"},"modified":"2014-01-28T02:55:07","modified_gmt":"2014-01-28T02:55:07","slug":"shortcodes","status":"publish","type":"page","link":"https:\/\/brauntoncare.co.uk\/index.php\/shortcodes\/","title":{"rendered":"Shortcodes"},"content":{"rendered":"<div class=\"container\">\n<section class=\"section\" style=\"margin-top:-42px; padding-bottom:4px;\">\n<div class=\"page-header\">\n<h3>ReTouch Shortcode List<\/h3>\n<\/div>\n<p class=\"lead\">Below are the lists of all ReTouch shortcodes along with the different customization options for each one. The values for shortcodes has to always go in-between the quotations. For example, <code>color=\"green\"<\/code>.<\/p>\n<\/section>\n<section class=\"section\" style=\"padding-top:25px; padding-bottom:5px;\">\n<div class=\"well well-lg\" style=\"padding: 50px;\">\n<div class=\"row\">\n<div class=\"col-md-3 col-sm-6 \">\n<h5>CSS<\/h5>\n<ul class=\"list-unstyled\">\n<li><a href=\"#grid\">Grid<\/a><\/li>\n<li><a href=\"#lead-body-copy\">Lead Body Copy<\/a><\/li>\n<li><a href=\"#emphasis-classes\">Emphasis Classes<\/a><\/li>\n<li><a href=\"#code\">Code<\/a><\/li>\n<li><a href=\"#tables\">Tables<\/a><\/li>\n<li><a href=\"#buttons\">Buttons<\/a><\/li>\n<li><a href=\"#responsive-utilities\">Responsive Utilities<\/a><\/li>\n<\/ul>\n<\/div>\n<div class=\"col-md-3 col-sm-6 \">\n<h5>Components<\/h5>\n<ul class=\"list-unstyled\">\n<li><a href=\"#icons\">Icons<\/a><\/li>\n<li><a href=\"#button-groups\">Button Groups<\/a><\/li>\n<li><a href=\"#labels\">Labels<\/a><\/li>\n<li><a href=\"#badges\">Badges<\/a><\/li>\n<li><a href=\"#jumbotron\">Jumbotron<\/a><\/li>\n<li><a href=\"#thumbnails\">Thumbnails<\/a><\/li>\n<li><a href=\"#alerts\">Alerts<\/a><\/li>\n<li><a href=\"#media-objects\">Media Objects<\/a><\/li>\n<li><a href=\"#list-groups\">List Groups<\/a><\/li>\n<li><a href=\"#panels\">Panels<\/a><\/li>\n<li><a href=\"#wells\">Wells<\/a><\/li>\n<\/ul>\n<\/div>\n<div class=\"col-md-3 col-sm-6 \">\n<h5>JavaScript<\/h5>\n<ul class=\"list-unstyled\">\n<li><a href=\"#tabs\">Tabs<\/a><\/li>\n<li><a href=\"#tooltip\">Tooltip<\/a><\/li>\n<li><a href=\"#popover\">Popover<\/a><\/li>\n<li><a href=\"#collapse-accordion\">Collapse (Accordion)<\/a><\/li>\n<li><a href=\"#modal\">Modal<\/a><\/li>\n<\/ul>\n<\/div>\n<div class=\"col-md-3 col-sm-6 \">\n<h5>Advanced<\/h5>\n<ul class=\"list-unstyled\">\n<li><a href=\"#rt_section\">Section<\/a><\/li>\n<li><a href=\"#rt_carousel\">Carousel<\/a><\/li>\n<li><a href=\"#rt_font_awesome\">Font Awesome<\/a><\/li>\n<li><a href=\"#rt_container\">Container<\/a><\/li>\n<li><a href=\"#rt_callout\">Callout<\/a><\/li>\n<li><a href=\"#rt_simple_title\">Simple Title<\/a><\/li>\n<li><a href=\"#rt_service\">Service<\/a><\/li>\n<li><a href=\"#rt_portfolio\">Portfolio<\/a><\/li>\n<li><a href=\"#rt_caroufredsel_portfolio\">Caroufredsel Portfolio<\/a><\/li>\n<li><a href=\"#rt_caroufredsel_posts\">Caroufredsel Posts<\/a><\/li>\n<li><a href=\"#rt_blog\">Blog<\/a><\/li>\n<li><a href=\"#rt_caroufredsel_partner\">Caroufredsel Partner<\/a><\/li>\n<li><a href=\"#rt_caroufredsel_testimonial\">Caroufredsel Testimonial<\/a><\/li>\n<li><a href=\"#rt_team\">Team<\/a><\/li>\n<li><a href=\"#rt_price\">Price<\/a><\/li>\n<\/ul>\n<\/div>\n<\/div><\/div>\n<\/section>\n<section id=\"grid\" class=\"section\" style=\"margin-top:-42px; padding-bottom:4px;\">\n<div class=\"page-header\">\n<h4>Grid Shortcode <a class=\"pull-right\" href=\"#\"><small>Back To Top<\/small><\/a><\/h4>\n<\/div>\n<pre><code>[row]\n  [column md=\"6\"]\n    \u2026\n  [\/column]\n  [column md=\"6\"]\n    \u2026\n  [\/column]\n[\/row]\n<\/code><\/pre>\n<table class=\"table\">\n<thead>\n<tr>\n<th>Parameter<\/th>\n<th>Description<\/th>\n<th>Required<\/th>\n<th>Values<\/th>\n<th>Default<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td>xs<\/td>\n<td>Size of column on extra small screens (less than 768px)<\/td>\n<td>optional<\/td>\n<td>1-12<\/td>\n<td>false<\/td>\n<\/tr>\n<tr>\n<td>sm<\/td>\n<td>Size of column on small screens (greater than 768px)<\/td>\n<td>optional<\/td>\n<td>1-12<\/td>\n<td>false<\/td>\n<\/tr>\n<tr>\n<td>md<\/td>\n<td>Size of column on medium screens (greater than 992px)<\/td>\n<td>optional<\/td>\n<td>1-12<\/td>\n<td>false<\/td>\n<\/tr>\n<tr>\n<td>lg<\/td>\n<td>Size of column on large screens (greater than 1200px)<\/td>\n<td>optional<\/td>\n<td>1-12<\/td>\n<td>false<\/td>\n<\/tr>\n<tr>\n<td>offset_xs<\/td>\n<td>Offset on extra small screens<\/td>\n<td>optional<\/td>\n<td>1-12<\/td>\n<td>false<\/td>\n<\/tr>\n<tr>\n<td>offset_sm<\/td>\n<td>Offset on small screens<\/td>\n<td>optional<\/td>\n<td>1-12<\/td>\n<td>false<\/td>\n<\/tr>\n<tr>\n<td>offset_md<\/td>\n<td>Offset on column on medium screens<\/td>\n<td>optional<\/td>\n<td>1-12<\/td>\n<td>false<\/td>\n<\/tr>\n<tr>\n<td>offset_lg<\/td>\n<td>Offset on column on large screens<\/td>\n<td>optional<\/td>\n<td>1-12<\/td>\n<td>false<\/td>\n<\/tr>\n<tr>\n<td>pull_xs<\/td>\n<td>Pull on extra small screens<\/td>\n<td>optional<\/td>\n<td>1-12<\/td>\n<td>false<\/td>\n<\/tr>\n<tr>\n<td>pull_sm<\/td>\n<td>Pull on small screens<\/td>\n<td>optional<\/td>\n<td>1-12<\/td>\n<td>false<\/td>\n<\/tr>\n<tr>\n<td>pull_md<\/td>\n<td>Pull on column on medium screens<\/td>\n<td>optional<\/td>\n<td>1-12<\/td>\n<td>false<\/td>\n<\/tr>\n<tr>\n<td>pull_lg<\/td>\n<td>Pull on column on large screens<\/td>\n<td>optional<\/td>\n<td>1-12<\/td>\n<td>false<\/td>\n<\/tr>\n<tr>\n<td>push_xs<\/td>\n<td>Push on extra small screens<\/td>\n<td>optional<\/td>\n<td>1-12<\/td>\n<td>false<\/td>\n<\/tr>\n<tr>\n<td>push_sm<\/td>\n<td>Push on small screens<\/td>\n<td>optional<\/td>\n<td>1-12<\/td>\n<td>false<\/td>\n<\/tr>\n<tr>\n<td>push_md<\/td>\n<td>Push on column on medium screens<\/td>\n<td>optional<\/td>\n<td>1-12<\/td>\n<td>false<\/td>\n<\/tr>\n<tr>\n<td>push_lg<\/td>\n<td>Push on column on large screens<\/td>\n<td>optional<\/td>\n<td>1-12<\/td>\n<td>false<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/section>\n<section id=\"lead-body-copy\" class=\"section\" style=\"margin-top:-42px; padding-bottom:15px;\">\n<div class=\"page-header\">\n<h4>Lead Body Copy Shortcode <a class=\"pull-right\" href=\"#\"><small>Back To Top<\/small><\/a><\/h4>\n<\/div>\n<pre><code>[lead] \u2026 [\/lead]\n<\/code><\/pre>\n<\/section>\n<section id=\"emphasis-classes\" class=\"section\" style=\"margin-top:-42px; padding-bottom:4px;\">\n<div class=\"page-header\">\n<h4>Emphasis Shortcode <a class=\"pull-right\" href=\"#\"><small>Back To Top<\/small><\/a><\/h4>\n<\/div>\n<pre><code>[emphasis type=\"success\"] \u2026 [\/emphasis]\n<\/code><\/pre>\n<table class=\"table\">\n<thead>\n<tr>\n<th>Parameter<\/th>\n<th>Description<\/th>\n<th>Required<\/th>\n<th>Values<\/th>\n<th>Default<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td>type<\/td>\n<td>The type of label to display<\/td>\n<td>required<\/td>\n<td>muted, primary, success, info, warning, danger<\/td>\n<td>muted<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/section>\n<section id=\"code\" class=\"section\" style=\"margin-top:-42px; padding-bottom:4px;\">\n<div class=\"page-header\">\n<h4>Code Shortcode <a class=\"pull-right\" href=\"#\"><small>Back To Top<\/small><\/a><\/h4>\n<\/div>\n<pre><code>[code] \u2026 [\/code]\n<\/code><\/pre>\n<table class=\"table\">\n<thead>\n<tr>\n<th>Parameter<\/th>\n<th>Description<\/th>\n<th>Required<\/th>\n<th>Values<\/th>\n<th>Default<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td>inline<\/td>\n<td>Display inline code<\/td>\n<td>optional<\/td>\n<td>true, false<\/td>\n<td>false<\/td>\n<\/tr>\n<tr>\n<td>scrollable<\/td>\n<td>Set a max height of 350px and provide a scroll bar. Not usable with inline=&#8221;true&#8221;.<\/td>\n<td>optional<\/td>\n<td>true, false<\/td>\n<td>false<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/section>\n<section id=\"tables\" class=\"section\" style=\"margin-top:-42px; padding-bottom:4px;\">\n<div class=\"page-header\">\n<h4>Tables Shortcode <a class=\"pull-right\" href=\"#\"><small>Back To Top<\/small><\/a><\/h4>\n<\/div>\n<pre><code>[table-wrap bordered=\"true\" striped=\"true\"]\n    &lt;table&gt;\n        &lt;tbody&gt;\n            &lt;tr&gt;\n                &lt;th&gt;Column 1&lt;\/th&gt;\n                &lt;th&gt;Column 2&lt;\/th&gt;\n            &lt;\/tr&gt;\n            &lt;tr&gt;\n                &lt;td&gt;Data 1&lt;\/td&gt;\n                &lt;td&gt;Data 2&lt;\/td&gt;\n            &lt;\/tr&gt;\n            &lt;tr&gt;\n                &lt;td&gt;Data 3&lt;\/td&gt;\n                &lt;td&gt;Data 4&lt;\/td&gt;\n            &lt;\/tr&gt;\n            &lt;tr&gt;\n                &lt;td&gt;Data 5&lt;\/td&gt;\n                &lt;td&gt;Data 6&lt;\/td&gt;\n            &lt;\/tr&gt;\n            &lt;tr&gt;\n                &lt;td&gt;Data 7&lt;\/td&gt;\n                &lt;td&gt;Data 8&lt;\/td&gt;\n            &lt;\/tr&gt;\n        &lt;\/tbody&gt;\n    &lt;\/table&gt;\n[\/table-wrap]\n<\/code><\/pre>\n<table class=\"table\">\n<thead>\n<tr>\n<th>Parameter<\/th>\n<th>Description<\/th>\n<th>Required<\/th>\n<th>Values<\/th>\n<th>Default<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td>bordered<\/td>\n<td>Set &#8220;bordered&#8221; table style (see Bootstrap documentation)<\/td>\n<td>optional<\/td>\n<td>true, false<\/td>\n<td>false<\/td>\n<\/tr>\n<tr>\n<td>striped<\/td>\n<td>Set &#8220;striped&#8221; table style (see Bootstrap documentation)<\/td>\n<td>optional<\/td>\n<td>true, false<\/td>\n<td>false<\/td>\n<\/tr>\n<tr>\n<td>hover<\/td>\n<td>Set &#8220;hover&#8221; table style (see Bootstrap documentation)<\/td>\n<td>optional<\/td>\n<td>true, false<\/td>\n<td>false<\/td>\n<\/tr>\n<tr>\n<td>condensed<\/td>\n<td>Set &#8220;condensed&#8221; table style (see Bootstrap documentation)<\/td>\n<td>optional<\/td>\n<td>true, false<\/td>\n<td>false<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/section>\n<section id=\"buttons\" class=\"section\" style=\"margin-top:-42px; padding-bottom:4px;\">\n<div class=\"page-header\">\n<h4>Buttons Shortcode <a class=\"pull-right\" href=\"#\"><small>Back To Top<\/small><\/a><\/h4>\n<\/div>\n<pre><code>[button type=\"success\" size=\"lg\" link=\"#\"] \u2026 [\/button]\n<\/code><\/pre>\n<table class=\"table\">\n<thead>\n<tr>\n<th>Parameter<\/th>\n<th>Description<\/th>\n<th>Required<\/th>\n<th>Values<\/th>\n<th>Default<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td>type<\/td>\n<td>The type of the button<\/td>\n<td>optional<\/td>\n<td>default, primary, success, info, warning, danger, link<\/td>\n<td>default<\/td>\n<\/tr>\n<tr>\n<td>size<\/td>\n<td>The size of the button<\/td>\n<td>optional<\/td>\n<td>xs, sm, lg<\/td>\n<td>none<\/td>\n<\/tr>\n<tr>\n<td>block<\/td>\n<td>Whether the button should be a block-level button<\/td>\n<td>optional<\/td>\n<td>true, false<\/td>\n<td>false<\/td>\n<\/tr>\n<tr>\n<td>xclass<\/td>\n<td>Any extra classes you want to add<\/td>\n<td>optional<\/td>\n<td>any text<\/td>\n<td>none<\/td>\n<\/tr>\n<tr>\n<td>link<\/td>\n<td>The url you want the button to link to<\/td>\n<td>optional<\/td>\n<td>any valid link<\/td>\n<td>none<\/td>\n<\/tr>\n<tr>\n<td>target<\/td>\n<td>Target for the link<\/td>\n<td>optional<\/td>\n<td>any valid target<\/td>\n<td>none<\/td>\n<\/tr>\n<tr>\n<td>data<\/td>\n<td>Data attribute and value pairs separated by a comma. Pairs separated by pipe (see example below).<\/td>\n<td>optional<\/td>\n<td>any text<\/td>\n<td>none<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/section>\n<section id=\"responsive-utilities\" class=\"section\" style=\"margin-top:-42px; padding-bottom:4px;\">\n<div class=\"page-header\">\n<h4>Responsive Utilities Shortcode <a class=\"pull-right\" href=\"#\"><small>Back To Top<\/small><\/a><\/h4>\n<\/div>\n<pre><code>[responsive visible=\"sm xs\" hidden=\"lg\"] \u2026 [\/responsive]\n<\/code><\/pre>\n<table class=\"table\">\n<thead>\n<tr>\n<th>Parameter<\/th>\n<th>Description<\/th>\n<th>Required<\/th>\n<th>Values<\/th>\n<th>Default<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td>visible<\/td>\n<td>Sizes at which this element is visible (separated by spaces)<\/td>\n<td>optional<\/td>\n<td>xs, sm, md, lg<\/td>\n<td>false<\/td>\n<\/tr>\n<tr>\n<td>hidden<\/td>\n<td>Sizes at which this element is hidden (separated by spaces)<\/td>\n<td>optional<\/td>\n<td>xs, sm, md, lg<\/td>\n<td>false<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/section>\n<section id=\"icons\" class=\"section\" style=\"margin-top:-42px; padding-bottom:4px;\">\n<div class=\"page-header\">\n<h4>Icons Shortcode <a class=\"pull-right\" href=\"#\"><small>Back To Top<\/small><\/a><\/h4>\n<\/div>\n<pre><code>[icon type=\"arrow\"]\n<\/code><\/pre>\n<table class=\"table\">\n<thead>\n<tr>\n<th>Parameter<\/th>\n<th>Description<\/th>\n<th>Required<\/th>\n<th>Values<\/th>\n<th>Default<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td>type<\/td>\n<td>The type of icon you want to display<\/td>\n<td>required<\/td>\n<td>See Bootstrap docs<\/td>\n<td>none<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/section>\n<section id=\"button-groups\" class=\"section\" style=\"margin-top:-42px; padding-bottom:4px;\">\n<div class=\"page-header\">\n<h4>Button Groups Shortcode <a class=\"pull-right\" href=\"#\"><small>Back To Top<\/small><\/a><\/h4>\n<\/div>\n<pre><code>[button-group size=\"lg\" justified=\"\" vertical=\"\"]\n    [button link=\"#\"] \u2026 [\/button]\n    [button link=\"#\"] \u2026 [\/button]\n    [button link=\"#\"] \u2026 [\/button]\n[\/button-group]\n<\/code><\/pre>\n<table class=\"table\">\n<thead>\n<tr>\n<th>Parameter<\/th>\n<th>Description<\/th>\n<th>Required<\/th>\n<th>Values<\/th>\n<th>Default<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td>size<\/td>\n<td>The size of the button group<\/td>\n<td>optional<\/td>\n<td>xs, sm, lg<\/td>\n<td>none<\/td>\n<\/tr>\n<tr>\n<td>justified<\/td>\n<td>Whether button group is justified<\/td>\n<td>optional<\/td>\n<td>true, false<\/td>\n<td>false<\/td>\n<\/tr>\n<tr>\n<td>vertical<\/td>\n<td>Whether button group is vertical<\/td>\n<td>optional<\/td>\n<td>true, false<\/td>\n<td>false<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/section>\n<section id=\"labels\" class=\"section\" style=\"margin-top:-42px; padding-bottom:4px;\">\n<div class=\"page-header\">\n<h4>Labels Shortcode <a class=\"pull-right\" href=\"#\"><small>Back To Top<\/small><\/a><\/h4>\n<\/div>\n<pre><code>[label type=\"success\"] \u2026 [\/label]\n<\/code><\/pre>\n<table class=\"table\">\n<thead>\n<tr>\n<th>Parameter<\/th>\n<th>Description<\/th>\n<th>Required<\/th>\n<th>Values<\/th>\n<th>Default<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td>type<\/td>\n<td>The type of label to display<\/td>\n<td>optional<\/td>\n<td>default, primary, success, info, warning, danger<\/td>\n<td>default<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/section>\n<section id=\"badges\" class=\"section\" style=\"margin-top:-42px; padding-bottom:4px;\">\n<div class=\"page-header\">\n<h4>Badges Shortcode <a class=\"pull-right\" href=\"#\"><small>Back To Top<\/small><\/a><\/h4>\n<\/div>\n<pre><code>[badge right=\"true\"] \u2026 [\/badge]\n<\/code><\/pre>\n<table class=\"table\">\n<thead>\n<tr>\n<th>Parameter<\/th>\n<th>Description<\/th>\n<th>Required<\/th>\n<th>Values<\/th>\n<th>Default<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td>right<\/td>\n<td>Whether the badge should align to the right of its container<\/td>\n<td>optional<\/td>\n<td>true, false<\/td>\n<td>false<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/section>\n<section id=\"jumbotron\" class=\"section\" style=\"margin-top:-42px; padding-bottom:4px;\">\n<div class=\"page-header\">\n<h4>Jumbotron Shortcode <a class=\"pull-right\" href=\"#\"><small>Back To Top<\/small><\/a><\/h4>\n<\/div>\n<pre><code>[jumbotron title=\"My Jumbotron\"] \u2026 [\/jumbotron]\n<\/code><\/pre>\n<table class=\"table\">\n<thead>\n<tr>\n<th>Parameter<\/th>\n<th>Description<\/th>\n<th>Required<\/th>\n<th>Values<\/th>\n<th>Default<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td>title<\/td>\n<td>The jumbotron title<\/td>\n<td>optional<\/td>\n<td>Any text<\/td>\n<td>none<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/section>\n<section id=\"thumbnails\" class=\"section\" style=\"margin-top:-42px; padding-bottom:15px;\">\n<div class=\"page-header\">\n<h4>Thumbnails Shortcode <a class=\"pull-right\" href=\"#\"><small>Back To Top<\/small><\/a><\/h4>\n<\/div>\n<pre><code>[thumbnail] \u2026 [\/thumbnail]\n[thumbnail] \u2026 [\/thumbnail]\n[thumbnail] \u2026 [\/thumbnail]\n<\/code><\/pre>\n<\/section>\n<section id=\"alerts\" class=\"section\" style=\"margin-top:-42px; padding-bottom:4px;\">\n<div class=\"page-header\">\n<h4>Alerts Shortcode <a class=\"pull-right\" href=\"#\"><small>Back To Top<\/small><\/a><\/h4>\n<\/div>\n<pre><code>[alert type=\"success\"] \u2026 [\/alert]\n<\/code><\/pre>\n<table class=\"table\">\n<thead>\n<tr>\n<th>Parameter<\/th>\n<th>Description<\/th>\n<th>Required<\/th>\n<th>Values<\/th>\n<th>Default<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td>type<\/td>\n<td>The type of the alert<\/td>\n<td>required<\/td>\n<td>success, info, warning, danger<\/td>\n<td>success<\/td>\n<\/tr>\n<tr>\n<td>dismissable<\/td>\n<td>If the alert should be dismissable<\/td>\n<td>optional<\/td>\n<td>true, false<\/td>\n<td>false<\/td>\n<\/tr>\n<tr>\n<td>strong<\/td>\n<td>Text to display in bold at the beginning<\/td>\n<td>optional<\/td>\n<td>any text<\/td>\n<td>false<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/section>\n<section id=\"media-objects\" class=\"section\" style=\"margin-top:-42px; padding-bottom:4px;\">\n<div class=\"page-header\">\n<h4>Media Objects Shortcode <a class=\"pull-right\" href=\"#\"><small>Back To Top<\/small><\/a><\/h4>\n<\/div>\n<pre><code>[media]\n  [media-object pull=\"right\"]\n    \u2026\n  [\/media-object]\n  [media-body title=\"Testing\"]\n    \u2026\n  [\/media-body]\n[\/media]\n<\/code><\/pre>\n<table class=\"table\">\n<thead>\n<tr>\n<th>Parameter<\/th>\n<th>Description<\/th>\n<th>Required<\/th>\n<th>Values<\/th>\n<th>Default<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td>pull<\/td>\n<td>Whether the image pulls to the left or right<\/td>\n<td>optional<\/td>\n<td>left, right<\/td>\n<td>right<\/td>\n<\/tr>\n<tr>\n<td>title<\/td>\n<td>The object title<\/td>\n<td>required<\/td>\n<td>Any text<\/td>\n<td>none<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/section>\n<section id=\"list-groups\" class=\"section\" style=\"margin-top:-42px; padding-bottom:15px;\">\n<div class=\"page-header\">\n<h4>List Groups Shortcode <a class=\"pull-right\" href=\"#\"><small>Back To Top<\/small><\/a><\/h4>\n<\/div>\n<pre><code>[list-group]\n  [list-group-item]\n    \u2026\n  [\/list-group-item]\n  [list-group-item]\n    \u2026\n  [\/list-group-item]\n  [list-group-item]\n    \u2026\n  [\/list-group-item]\n[\/list-group]\n<\/code><\/pre>\n<\/section>\n<section id=\"panels\" class=\"section\" style=\"margin-top:-42px; padding-bottom:4px;\">\n<div class=\"page-header\">\n<h4>Panels Shortcode <a class=\"pull-right\" href=\"#\"><small>Back To Top<\/small><\/a><\/h4>\n<\/div>\n<pre><code>[panel type=\"info\" title=\"Panel Title\" footer=\"Footer text\"] \u2026 [\/panel]\n<\/code><\/pre>\n<table class=\"table\">\n<thead>\n<tr>\n<th>Parameter<\/th>\n<th>Description<\/th>\n<th>Required<\/th>\n<th>Values<\/th>\n<th>Default<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td>type<\/td>\n<td>The type of the panel<\/td>\n<td>optional<\/td>\n<td>default, primary, success, info, warning, danger, link<\/td>\n<td>default<\/td>\n<\/tr>\n<tr>\n<td>title<\/td>\n<td>The panel title<\/td>\n<td>required<\/td>\n<td>any text<\/td>\n<td>none<\/td>\n<\/tr>\n<tr>\n<td>footer<\/td>\n<td>The panel footer text if desired<\/td>\n<td>optional<\/td>\n<td>any text<\/td>\n<td>none<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/section>\n<section id=\"wells\" class=\"section\" style=\"margin-top:-42px; padding-bottom:4px;\">\n<div class=\"page-header\">\n<h4>Wells Shortcode <a class=\"pull-right\" href=\"#\"><small>Back To Top<\/small><\/a><\/h4>\n<\/div>\n<pre><code>[well size=\"sm\"] \u2026 [\/well]\n<\/code><\/pre>\n<table class=\"table\">\n<thead>\n<tr>\n<th>Parameter<\/th>\n<th>Description<\/th>\n<th>Required<\/th>\n<th>Values<\/th>\n<th>Default<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td>size<\/td>\n<td>Modifies the amount of padding inside the well<\/td>\n<td>optional<\/td>\n<td>sm, lg<\/td>\n<td>normal<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/section>\n<section id=\"tabs\" class=\"section\" style=\"margin-top:-42px; padding-bottom:4px;\">\n<div class=\"page-header\">\n<h4>Tabs Shortcode <a class=\"pull-right\" href=\"#\"><small>Back To Top<\/small><\/a><\/h4>\n<\/div>\n<pre><code>[tabs]\n  [tab title=\"Home\"]\n    \u2026\n  [\/tab]\n  [tab title=\"Profile\"]\n    \u2026\n  [\/tab]\n  [tab title=\"Messages\"]\n    \u2026\n  [\/tab]\n[\/tabs]\n<\/code><\/pre>\n<table class=\"table\">\n<thead>\n<tr>\n<th>Parameter<\/th>\n<th>Description<\/th>\n<th>Required<\/th>\n<th>Values<\/th>\n<th>Default<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td>title<\/td>\n<td>The title of the tab<\/td>\n<td>required<\/td>\n<td>any text<\/td>\n<td>false<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/section>\n<section id=\"tooltip\" class=\"section\" style=\"margin-top:-42px; padding-bottom:4px;\">\n<div class=\"page-header\">\n<h4>Tooltip Shortcode <a class=\"pull-right\" href=\"#\"><small>Back To Top<\/small><\/a><\/h4>\n<\/div>\n<pre><code>[tooltip title=\"I'm the title\" placement=\"right\"] \u2026 [\/tooltip]\n<\/code><\/pre>\n<table class=\"table\">\n<thead>\n<tr>\n<th>Parameter<\/th>\n<th>Description<\/th>\n<th>Required<\/th>\n<th>Values<\/th>\n<th>Default<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td>title<\/td>\n<td>The text of the tooltip<\/td>\n<td>required<\/td>\n<td>any text<\/td>\n<td>none<\/td>\n<\/tr>\n<tr>\n<td>placement<\/td>\n<td>The placement of the tooltip<\/td>\n<td>optional<\/td>\n<td>left, top, bottom, right<\/td>\n<td>top<\/td>\n<\/tr>\n<tr>\n<td>animation<\/td>\n<td>apply a CSS fade transition to the tooltip<\/td>\n<td>optional<\/td>\n<td>any text<\/td>\n<td>none<\/td>\n<\/tr>\n<tr>\n<td>html<\/td>\n<td>Insert HTML into the tooltip<\/td>\n<td>optional<\/td>\n<td>true, false<\/td>\n<td>false<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/section>\n<section id=\"popover\" class=\"section\" style=\"margin-top:-42px; padding-bottom:4px;\">\n<div class=\"page-header\">\n<h4>Popover Shortcode <a class=\"pull-right\" href=\"#\"><small>Back To Top<\/small><\/a><\/h4>\n<\/div>\n<pre><code>[popover title=\"I'm the title\" content=\"And here's some amazing content. It's very engaging. right?\" placement=\"right\"]\n   \u2026\n[\/popover]\n<\/code><\/pre>\n<table class=\"table\">\n<thead>\n<tr>\n<th>Parameter<\/th>\n<th>Description<\/th>\n<th>Required<\/th>\n<th>Values<\/th>\n<th>Default<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td>title<\/td>\n<td>The title of the popover<\/td>\n<td>optional<\/td>\n<td>any text<\/td>\n<td>none<\/td>\n<\/tr>\n<tr>\n<td>text<\/td>\n<td>The text of the popover<\/td>\n<td>required<\/td>\n<td>any text<\/td>\n<td>none<\/td>\n<\/tr>\n<tr>\n<td>placement<\/td>\n<td>The placement of the popover<\/td>\n<td>optional<\/td>\n<td>left, top, bottom, right<\/td>\n<td>top<\/td>\n<\/tr>\n<tr>\n<td>animation<\/td>\n<td>apply a CSS fade transition to the tooltip<\/td>\n<td>optional<\/td>\n<td>any text<\/td>\n<td>none<\/td>\n<\/tr>\n<tr>\n<td>html<\/td>\n<td>Insert HTML into the tooltip<\/td>\n<td>optional<\/td>\n<td>true, false<\/td>\n<td>false<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/section>\n<section id=\"collapse-accordion\" class=\"section\" style=\"margin-top:-42px; padding-bottom:4px;\">\n<div class=\"page-header\">\n<h4>Collapse (Accordion) Shortcode <a class=\"pull-right\" href=\"#\"><small>Back To Top<\/small><\/a><\/h4>\n<\/div>\n<pre><code>[collapsibles]\n  [collapse title=\"Collapse 1\" state=\"active\"]\n    \u2026\n  [\/collapse]\n  [collapse title=\"Copllapse 2\"]\n    \u2026\n  [\/collapse]\n  [collapse title=\"Copllapse 3\"]\n    \u2026\n  [\/collapse]\n[\/collapsibles]\n<\/code><\/pre>\n<table class=\"table\">\n<thead>\n<tr>\n<th>Parameter<\/th>\n<th>Description<\/th>\n<th>Required<\/th>\n<th>Values<\/th>\n<th>Default<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td>title<\/td>\n<td>The title of the collapsible, visible when collapsed<\/td>\n<td>required<\/td>\n<td>any text<\/td>\n<td>false<\/td>\n<\/tr>\n<tr>\n<td>type<\/td>\n<td>The type of the panel<\/td>\n<td>optional<\/td>\n<td>default, primary, success, info, warning, danger, link<\/td>\n<td>default<\/td>\n<\/tr>\n<tr>\n<td>active<\/td>\n<td>Whether the tab is expanded at load time<\/td>\n<td>optional<\/td>\n<td>active<\/td>\n<td>false<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/section>\n<section id=\"modal\" class=\"section\" style=\"margin-top:-42px; padding-bottom:4px;\">\n<div class=\"page-header\">\n<h4>Modal Shortcode <a class=\"pull-right\" href=\"#\"><small>Back To Top<\/small><\/a><\/h4>\n<\/div>\n<pre><code>[modal text=\"This is my modal\" title=\"Modal Title Goes Here\" xclass=\"btn btn-primary btn-large\"]\n    \u2026\n    [modal-footer]\n        [button type=\"primary\" link=\"#\" data=\"dismiss,modal\"]Dismiss[\/button]\n    [\/modal-footer]\n[\/modal]\n<\/code><\/pre>\n<table class=\"table\">\n<thead>\n<tr>\n<th>Parameter<\/th>\n<th>Description<\/th>\n<th>Required<\/th>\n<th>Values<\/th>\n<th>Default<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td>text<\/td>\n<td>Text of the modal trigger link<\/td>\n<td>required<\/td>\n<td>any text<\/td>\n<td>none<\/td>\n<\/tr>\n<tr>\n<td>title<\/td>\n<td>Title of the modal popup<\/td>\n<td>required<\/td>\n<td>any text<\/td>\n<td>none<\/td>\n<\/tr>\n<tr>\n<td>xclass<\/td>\n<td>Any extra classes you want to add to the trigger link<\/td>\n<td>optional<\/td>\n<td>any text<\/td>\n<td>none<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/section>\n<section id=\"rt_section\" class=\"section\" style=\"margin-top: -42px; padding-bottom: 4px;\">\n<div class=\"page-header\">\n<h4>Section Shortcode <a class=\"pull-right\" href=\"#\"><small>Back To Top<\/small><\/a><\/h4>\n<\/div>\n<pre><code>[rt_section id=\"\" class=\"section\" style=\"padding-top:25px; padding-bottom:25px;\"]\n    \u2026 \n[\/rt_section]\n<\/code><\/pre>\n<table class=\"table\">\n<thead>\n<tr>\n<th>Parameter<\/th>\n<th>Description<\/th>\n<th>Required<\/th>\n<th>Values<\/th>\n<th>Default<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td>id<\/td>\n<td>Unique id name you want to add to the section<\/td>\n<td>optional<\/td>\n<td>any text<\/td>\n<td>none<\/td>\n<\/tr>\n<tr>\n<td>class<\/td>\n<td>Any extra classes you want to add to the section<\/td>\n<td>optional<\/td>\n<td>any text<\/td>\n<td>section<\/td>\n<\/tr>\n<tr>\n<td>style<\/td>\n<td>Any extra styles you want to add to the section<\/td>\n<td>optional<\/td>\n<td>css styles<\/td>\n<td>padding-top:25px; padding-bottom:25px;<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/section>\n<section id=\"rt_carousel\" class=\"section\" style=\"margin-top:-42px; padding-bottom:4px;\">\n<div class=\"page-header\">\n<h4>Carousel Shortcode <a class=\"pull-right\" href=\"#\"><small>Back To Top<\/small><\/a><\/h4>\n<\/div>\n<pre><code>[rt_carousel id=\"carousel-example-generic\" indicators=\"3\" control=\"1\"]\n    [rt_carousel_item src=\"#\" alt=\"\" active=\"1\"]\n    [rt_carousel_item src=\"#\" alt=\"\"]\n    [rt_carousel_item src=\"#\" alt=\"\"]\n[\/rt_carousel]\n<\/code><\/pre>\n<table class=\"table\">\n<thead>\n<tr>\n<th>Parameter<\/th>\n<th>Description<\/th>\n<th>Required<\/th>\n<th>Values<\/th>\n<th>Default<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td>id<\/td>\n<td>Unique id name you want to add to the carousel. You must have to give id name, if you want to use multiple carousel on same page!<\/td>\n<td>optional<\/td>\n<td>any text<\/td>\n<td>carousel-example-generic<\/td>\n<\/tr>\n<tr>\n<td>indicators<\/td>\n<td>If you want to show indicators, you have to provide the total number of items carousel have<\/td>\n<td>optional<\/td>\n<td>number<\/td>\n<td>false<\/td>\n<\/tr>\n<tr>\n<td>control<\/td>\n<td>If the control should be visible<\/td>\n<td>optional<\/td>\n<td>0, 1<\/td>\n<td>false<\/td>\n<\/tr>\n<tr>\n<td>src<\/td>\n<td>The value of the src attribute is the URL of the image you want to display<\/td>\n<td>required<\/td>\n<td>url<\/td>\n<td>none<\/td>\n<\/tr>\n<tr>\n<td>alt<\/td>\n<td>Alt text for the image<\/td>\n<td>optional<\/td>\n<td>any text<\/td>\n<td>none<\/td>\n<\/tr>\n<tr>\n<td>active<\/td>\n<td>If the item should be active.<\/td>\n<td>optional<\/td>\n<td>0, 1<\/td>\n<td>false<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/section>\n<section id=\"rt_font_awesome\" class=\"section\" style=\"margin-top:-42px; padding-bottom:4px;\">\n<div class=\"page-header\">\n<h4>Font Awesome Shortcode <a class=\"pull-right\" href=\"#\"><small>Back To Top<\/small><\/a><\/h4>\n<\/div>\n<pre><code>[rt_icon class=\"fa fa-camera-retro\"]<\/code><\/pre>\n<table class=\"table\">\n<thead>\n<tr>\n<th>Parameter<\/th>\n<th>Description<\/th>\n<th>Required<\/th>\n<th>Values<\/th>\n<th>Default<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td>class<\/td>\n<td>Class name of the icon<\/td>\n<td>required<\/td>\n<td>any text<\/td>\n<td>none<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/section>\n<section id=\"rt_container\" class=\"section\" style=\"margin-top:-42px; padding-bottom:4px;\">\n<div class=\"page-header\">\n<h4>Container Shortcode <a class=\"pull-right\" href=\"#\"><small>Back To Top<\/small><\/a><\/h4>\n<\/div>\n<pre><code>[rt_container class=\"container\"]\n    ...\n[\/rt_container]<\/code><\/pre>\n<table class=\"table\">\n<thead>\n<tr>\n<th>Parameter<\/th>\n<th>Description<\/th>\n<th>Required<\/th>\n<th>Values<\/th>\n<th>Default<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td>class<\/td>\n<td>Any extra classes you want to add to the container<\/td>\n<td>optional<\/td>\n<td>any text<\/td>\n<td>container<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/section>\n<section id=\"rt_callout\" class=\"section\" style=\"margin-top:-42px; padding-bottom:4px;\">\n<div class=\"page-header\">\n<h4>Callout Shortcode <a class=\"pull-right\" href=\"#\"><small>Back To Top<\/small><\/a><\/h4>\n<\/div>\n<pre><code>[rt_callout class=\"action-box\" title=\"Hey, are you ready to buy this awesome theme?\" btn_class=\"btn btn-default\" btn_url=\"#\" btn_name=\"Purchase Now\"]\n    ...\n[\/rt_callout]<\/code><\/pre>\n<table class=\"table\">\n<thead>\n<tr>\n<th>Parameter<\/th>\n<th>Description<\/th>\n<th>Required<\/th>\n<th>Values<\/th>\n<th>Default<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td>class<\/td>\n<td>Any extra classes you want to add to the callout<\/td>\n<td>optional<\/td>\n<td>any text<\/td>\n<td>action-box<\/td>\n<\/tr>\n<tr>\n<td>title<\/td>\n<td>The callout title<\/td>\n<td>optional<\/td>\n<td>any text<\/td>\n<td>Hey, are you ready to buy this awesome theme?<\/td>\n<\/tr>\n<tr>\n<td>btn_class<\/td>\n<td>The callout btn class name<\/td>\n<td>optional<\/td>\n<td>any text<\/td>\n<td>btn btn-default<\/td>\n<\/tr>\n<tr>\n<td>btn_url<\/td>\n<td>The url you want the button to link to<\/td>\n<td>optional<\/td>\n<td>url<\/td>\n<td>none<\/td>\n<\/tr>\n<tr>\n<td>btn_name<\/td>\n<td>Name of the button<\/td>\n<td>optional<\/td>\n<td>any text<\/td>\n<td>Purchase Now<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/section>\n<section id=\"rt_simple_title\" class=\"section\" style=\"margin-top:-42px; padding-bottom:4px;\">\n<div class=\"page-header\">\n<h4>Simple Title Shortcode <a class=\"pull-right\" href=\"#\"><small>Back To Top<\/small><\/a><\/h4>\n<\/div>\n<pre><code>[rt_simple_title name=\"Simple Title\"]<\/code><\/pre>\n<table class=\"table\">\n<thead>\n<tr>\n<th>Parameter<\/th>\n<th>Description<\/th>\n<th>Required<\/th>\n<th>Values<\/th>\n<th>Default<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td>name<\/td>\n<td>Title Name<\/td>\n<td>optional<\/td>\n<td>any text<\/td>\n<td>Simple Title<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/section>\n<section id=\"rt_service\" class=\"section\" style=\"margin-top:-42px; padding-bottom:4px;\">\n<div class=\"page-header\">\n<h4>Service Shortcode <a class=\"pull-right\" href=\"#\"><small>Back To Top<\/small><\/a><\/h4>\n<\/div>\n<pre><code>[rt_service icon=\"fa fa-camera-retro\" title=\"Simple Title\" boxed=\"1\"]\n    ...\n[\/rt_service]<\/code><\/pre>\n<table class=\"table\">\n<thead>\n<tr>\n<th>Parameter<\/th>\n<th>Description<\/th>\n<th>Required<\/th>\n<th>Values<\/th>\n<th>Default<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td>icon<\/td>\n<td>Class name of the icon<\/td>\n<td>required<\/td>\n<td>any text<\/td>\n<td>none<\/td>\n<\/tr>\n<tr>\n<td>title<\/td>\n<td>Service Title<\/td>\n<td>required<\/td>\n<td>any text<\/td>\n<td>none<\/td>\n<\/tr>\n<tr>\n<td>boxed<\/td>\n<td>To display service as boxed layout<\/td>\n<td>optional<\/td>\n<td>0, 1<\/td>\n<td>false<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/section>\n<section id=\"rt_portfolio\" class=\"section\" style=\"margin-top:-42px; padding-bottom:4px;\">\n<div class=\"page-header\">\n<h4>Portfolio Shortcode <a class=\"pull-right\" href=\"#\"><small>Back To Top<\/small><\/a><\/h4>\n<\/div>\n<pre><code>[rt_portfolio id=\"\" column=\"col-sm-6 col-md-4\" items=\"9\"]<\/code><\/pre>\n<table class=\"table\">\n<thead>\n<tr>\n<th>Parameter<\/th>\n<th>Description<\/th>\n<th>Required<\/th>\n<th>Values<\/th>\n<th>Default<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td>id<\/td>\n<td>Unique id name you want to add to the portfolio. You must have to give id name, if you want to use portfolio shortcode more then once on same page!<\/td>\n<td>optional<\/td>\n<td>any text<\/td>\n<td>none<\/td>\n<\/tr>\n<tr>\n<td>column<\/td>\n<td>You can use bootstrap predefined column classes for easy layout options<\/td>\n<td>optional<\/td>\n<td>any text<\/td>\n<td>col-sm-6 col-md-4<\/td>\n<\/tr>\n<tr>\n<td>items<\/td>\n<td>Number of item to show<\/td>\n<td>optional<\/td>\n<td>number<\/td>\n<td>9<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/section>\n<section id=\"rt_caroufredsel_portfolio\" class=\"section\" style=\"margin-top:-42px; padding-bottom:4px;\">\n<div class=\"page-header\">\n<h4>Caroufredsel Portfolio Shortcode <a class=\"pull-right\" href=\"#\"><small>Back To Top<\/small><\/a><\/h4>\n<\/div>\n<pre><code>[rt_caroufredsel_portfolio id=\"\" title=\"Recent Works\" flush=\"1\" items=\"5\"]<\/code><\/pre>\n<table class=\"table\">\n<thead>\n<tr>\n<th>Parameter<\/th>\n<th>Description<\/th>\n<th>Required<\/th>\n<th>Values<\/th>\n<th>Default<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td>id<\/td>\n<td>Unique id name you want to add to the caroufredsel portfolio. You must have to give id name, if you want to use caroufredsel portfolio shortcode more then once on same page!<\/td>\n<td>optional<\/td>\n<td>any text<\/td>\n<td>none<\/td>\n<\/tr>\n<tr>\n<td>title<\/td>\n<td>Title of the caroufredsel portfolio section<\/td>\n<td>optional<\/td>\n<td>any text<\/td>\n<td>Recent Works<\/td>\n<\/tr>\n<tr>\n<td>flush<\/td>\n<td>To remove padding and margins of columns<\/td>\n<td>optional<\/td>\n<td>0, 1<\/td>\n<td>false<\/td>\n<\/tr>\n<tr>\n<td>items<\/td>\n<td>Number of item to show<\/td>\n<td>optional<\/td>\n<td>number<\/td>\n<td>5<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/section>\n<section id=\"rt_caroufredsel_posts\" class=\"section\" style=\"margin-top:-42px; padding-bottom:4px;\">\n<div class=\"page-header\">\n<h4>Caroufredsel Post Shortcode <a class=\"pull-right\" href=\"#\"><small>Back To Top<\/small><\/a><\/h4>\n<\/div>\n<pre><code>[rt_caroufredsel_posts id=\"\" title=\"Recent Blog Posts\" flush=\"1\" posts=\"5\"]<\/code><\/pre>\n<table class=\"table\">\n<thead>\n<tr>\n<th>Parameter<\/th>\n<th>Description<\/th>\n<th>Required<\/th>\n<th>Values<\/th>\n<th>Default<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td>id<\/td>\n<td>Unique id name you want to add to the caroufredsel post. You must have to give id name, if you want to use caroufredsel post shortcode more then once on same page!<\/td>\n<td>optional<\/td>\n<td>any text<\/td>\n<td>none<\/td>\n<\/tr>\n<tr>\n<td>title<\/td>\n<td>Title of the caroufredsel post section<\/td>\n<td>optional<\/td>\n<td>any text<\/td>\n<td>Recent Blog Posts<\/td>\n<\/tr>\n<tr>\n<td>flush<\/td>\n<td>To remove padding and margins of columns<\/td>\n<td>optional<\/td>\n<td>0, 1<\/td>\n<td>false<\/td>\n<\/tr>\n<tr>\n<td>posts<\/td>\n<td>Number of post to show<\/td>\n<td>optional<\/td>\n<td>number<\/td>\n<td>5<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/section>\n<section id=\"rt_blog\" class=\"section\" style=\"margin-top:-42px; padding-bottom:4px;\">\n<div class=\"page-header\">\n<h4>Blog Shortcode <a class=\"pull-right\" href=\"#\"><small>Back To Top<\/small><\/a><\/h4>\n<\/div>\n<pre><code>[rt_blog id=\"\" column=\"col-sm-6 col-md-4\" posts=\"10\" layoutMode=\"masonry\" category_name=\"\"]<\/code><\/pre>\n<table class=\"table\">\n<thead>\n<tr>\n<th>Parameter<\/th>\n<th>Description<\/th>\n<th>Required<\/th>\n<th>Values<\/th>\n<th>Default<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td>id<\/td>\n<td>Unique id name you want to add to the blog section. You must have to give id name, if you want to use blog shortcode more then once on same page!<\/td>\n<td>optional<\/td>\n<td>any text<\/td>\n<td>none<\/td>\n<\/tr>\n<tr>\n<td>column<\/td>\n<td>You can use bootstrap predefined column classes for easy layout options<\/td>\n<td>optional<\/td>\n<td>any text<\/td>\n<td>false<\/td>\n<\/tr>\n<tr>\n<td>posts<\/td>\n<td>Number of post to show<\/td>\n<td>optional<\/td>\n<td>number<\/td>\n<td>10<\/td>\n<\/tr>\n<tr>\n<td>layoutMode<\/td>\n<td>Posts layout mode<\/td>\n<td>optional<\/td>\n<td>fitRows, masonry<\/td>\n<td>fitRows<\/td>\n<\/tr>\n<tr>\n<td>category_name<\/td>\n<td>Use category slug (NOT name)<\/td>\n<td>optional<\/td>\n<td>any text<\/td>\n<td>none<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/section>\n<section id=\"rt_caroufredsel_partner\" class=\"section\" style=\"margin-top:-42px; padding-bottom:4px;\">\n<div class=\"page-header\">\n<h4>Caroufredsel Partner Shortcode <a class=\"pull-right\" href=\"#\"><small>Back To Top<\/small><\/a><\/h4>\n<\/div>\n<pre><code>[rt_partner id=\"\" title=\"Our Partners\" flush=\"1\" items=\"5\" category_name=\"\"]<\/code><\/pre>\n<table class=\"table\">\n<thead>\n<tr>\n<th>Parameter<\/th>\n<th>Description<\/th>\n<th>Required<\/th>\n<th>Values<\/th>\n<th>Default<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td>id<\/td>\n<td>Unique id name you want to add to the partner. You must have to give id name, if you want to use partner shortcode more then once on same page!<\/td>\n<td>optional<\/td>\n<td>any text<\/td>\n<td>none<\/td>\n<\/tr>\n<tr>\n<td>title<\/td>\n<td>The partner title<\/td>\n<td>optional<\/td>\n<td>any text<\/td>\n<td>Our Partners<\/td>\n<\/tr>\n<tr>\n<td>flush<\/td>\n<td>To remove padding and margins of columns<\/td>\n<td>optional<\/td>\n<td>0, 1<\/td>\n<td>false<\/td>\n<\/tr>\n<tr>\n<td>items<\/td>\n<td>Number of item to show<\/td>\n<td>optional<\/td>\n<td>number<\/td>\n<td>5<\/td>\n<\/tr>\n<tr>\n<td>category_name<\/td>\n<td>Use category slug (NOT name)<\/td>\n<td>optional<\/td>\n<td>any text<\/td>\n<td>none<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/section>\n<section id=\"rt_caroufredsel_testimonial\" class=\"section\" style=\"margin-top:-42px; padding-bottom:4px;\">\n<div class=\"page-header\">\n<h4>Caroufredsel Testimonial Shortcode <a class=\"pull-right\" href=\"#\"><small>Back To Top<\/small><\/a><\/h4>\n<\/div>\n<pre><code>[rt_testimonial id=\"\" title=\"Testimonials\" items=\"3\" category_name=\"\"]<\/code><\/pre>\n<table class=\"table\">\n<thead>\n<tr>\n<th>Parameter<\/th>\n<th>Description<\/th>\n<th>Required<\/th>\n<th>Values<\/th>\n<th>Default<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td>id<\/td>\n<td>Unique id name you want to add to the testimonial. You must have to give id name, if you want to use testimonial shortcode more then once on same page!<\/td>\n<td>optional<\/td>\n<td>any text<\/td>\n<td>none<\/td>\n<\/tr>\n<tr>\n<td>title<\/td>\n<td>The testimonial title<\/td>\n<td>optional<\/td>\n<td>any text<\/td>\n<td>Testimonials<\/td>\n<\/tr>\n<tr>\n<td>items<\/td>\n<td>Number of item to show<\/td>\n<td>optional<\/td>\n<td>number<\/td>\n<td>3<\/td>\n<\/tr>\n<tr>\n<td>category_name<\/td>\n<td>Use category slug (NOT name)<\/td>\n<td>optional<\/td>\n<td>any text<\/td>\n<td>none<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/section>\n<section id=\"rt_team\" class=\"section\" style=\"margin-top:-42px; padding-bottom:4px;\">\n<div class=\"page-header\">\n<h4>Team Shortcode <a class=\"pull-right\" href=\"#\"><small>Back To Top<\/small><\/a><\/h4>\n<\/div>\n<pre><code>[rt_team title=\"Our Team\" column=\"col-sm-6 col-md-4\" flush=\"1\" items=\"3\" category_name=\"\"]<\/code><\/pre>\n<table class=\"table\">\n<thead>\n<tr>\n<th>Parameter<\/th>\n<th>Description<\/th>\n<th>Required<\/th>\n<th>Values<\/th>\n<th>Default<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td>title<\/td>\n<td>Title of the team section<\/td>\n<td>optional<\/td>\n<td>any text<\/td>\n<td>false<\/td>\n<\/tr>\n<tr>\n<td>column<\/td>\n<td>You can use bootstrap predefined column classes for easy layout options<\/td>\n<td>optional<\/td>\n<td>any text<\/td>\n<td>col-sm-6 col-md-4<\/td>\n<\/tr>\n<tr>\n<td>flush<\/td>\n<td>To remove padding and margins of columns<\/td>\n<td>optional<\/td>\n<td>0, 1<\/td>\n<td>false<\/td>\n<\/tr>\n<tr>\n<td>items<\/td>\n<td>Number of item to show<\/td>\n<td>optional<\/td>\n<td>number<\/td>\n<td>3<\/td>\n<\/tr>\n<tr>\n<td>category_name<\/td>\n<td>Use category slug (NOT name)<\/td>\n<td>optional<\/td>\n<td>any text<\/td>\n<td>none<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/section>\n<section id=\"rt_price\" class=\"section\" style=\"margin-top:-42px; padding-bottom:4px;\">\n<div class=\"page-header\">\n<h4>Price Shortcode <a class=\"pull-right\" href=\"#\"><small>Back To Top<\/small><\/a><\/h4>\n<\/div>\n<pre><code>[rt_price title=\"Pricing Tables\" column=\"col-sm-6 col-md-4\" flush=\"1\" items=\"3\" category_name=\"\"]<\/code><\/pre>\n<table class=\"table\">\n<thead>\n<tr>\n<th>Parameter<\/th>\n<th>Description<\/th>\n<th>Required<\/th>\n<th>Values<\/th>\n<th>Default<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td>title<\/td>\n<td>Title of the price section<\/td>\n<td>optional<\/td>\n<td>any text<\/td>\n<td>false<\/td>\n<\/tr>\n<tr>\n<td>column<\/td>\n<td>You can use bootstrap predefined column classes for easy layout options<\/td>\n<td>optional<\/td>\n<td>any text<\/td>\n<td>col-sm-6 col-md-4<\/td>\n<\/tr>\n<tr>\n<td>flush<\/td>\n<td>To remove padding and margins of columns<\/td>\n<td>optional<\/td>\n<td>0, 1<\/td>\n<td>0<\/td>\n<\/tr>\n<tr>\n<td>items<\/td>\n<td>number of item to show<\/td>\n<td>optional<\/td>\n<td>number<\/td>\n<td>3<\/td>\n<\/tr>\n<tr>\n<td>category_name<\/td>\n<td>Use category slug (NOT name)<\/td>\n<td>optional<\/td>\n<td>any text<\/td>\n<td>none<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/section><\/div>\n","protected":false},"excerpt":{"rendered":"<p>Section Shortcode Back To Top \u2026 Parameter Description Required Values Default id Unique id name you want to add to the section optional any text none class Any extra classes you want to add to the section optional any text section style Any extra styles you want to add to [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"open","ping_status":"open","template":"","meta":{"footnotes":""},"class_list":["post-255","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/brauntoncare.co.uk\/index.php\/wp-json\/wp\/v2\/pages\/255","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/brauntoncare.co.uk\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/brauntoncare.co.uk\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/brauntoncare.co.uk\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/brauntoncare.co.uk\/index.php\/wp-json\/wp\/v2\/comments?post=255"}],"version-history":[{"count":0,"href":"https:\/\/brauntoncare.co.uk\/index.php\/wp-json\/wp\/v2\/pages\/255\/revisions"}],"wp:attachment":[{"href":"https:\/\/brauntoncare.co.uk\/index.php\/wp-json\/wp\/v2\/media?parent=255"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}