fbpx
  1. Home
  2. Sweetdate
  3. Shortcodes

Chapter: Shortcodes

Everything about our theme Shortcodes.

Buttons Shortcode

Shortcodes are small texts wrapped in “[” and “]” that are converted by WordPress. This theme has a built in button in your editor for you to easily add shortcodes. Using this button you will open a  configuration screen and easily generate shortcodes and build pages right away.   Button [kleo_button url=”” style=”{standard|secondary|success|alert}” size=”{standard|large|medium|small|tiny}” round=”{0|radius|round}” icon=”{0|fontawesome-icon},{before|after}” target=”_self”] ButtonText [/kleo_button]

Alert Shortcode

Shortcodes are small texts wrapped in “[” and “]” that are converted by WordPress. This theme has a built in button in your editor for you to easily add shortcodes. Using this button you will open a  configuration screen and easily generate shortcodes and build pages right away. Alert [kleo_alert style=”{standard|secondary|success|alert}”] This is an alert [/kleo_alert]

Progress Bar Shortcode

Shortcodes are small texts wrapped in “[” and “]” that are converted by WordPress. This theme has a built in button in your editor for you to easily add shortcodes. Using this button you will open a  configuration screen and easily generate shortcodes and build pages right away. Progress bar [kleo_progress_bar style=”{standard|secondary|success|alert}” round=”{0|1}” width=”{1-100}”]

Tabs Shortcode

Shortcodes are small texts wrapped in “[” and “]” that are converted by WordPress. This theme has a built in button in your editor for you to easily add shortcodes. Using this button you will open a  configuration screen and easily generate shortcodes and build pages right away. Tabs [kleo_tabs] [kleo_tab title=”Title 1″ active=0] Tab Content 1 [/kleo_tab] [kleo_tab title=”Title […]

Accordion Shortcode

Shortcodes are small texts wrapped in “[” and “]” that are converted by WordPress. This theme has a built in button in your editor for you to easily add shortcodes. Using this button you will open a  configuration screen and easily generate shortcodes and build pages right away. Accordion [kleo_accordion] [kleo_accordion_item title=”Title 1″] Accordion Item Content 1 [/kleo_accordion_item] [kleo_accordion_item title=”Title […]

Panel Shortcode

Shortcodes are small texts wrapped in “[” and “]” that are converted by WordPress. This theme has a built in button in your editor for you to easily add shortcodes. Using this button you will open a  configuration screen and easily generate shortcodes and build pages right away. Panel [kleo_panel style=”{standard|callout}”] Panel content. [/kleo_panel]

Pricing Table Shortcode

Shortcodes are small texts wrapped in “[” and “]” that are converted by WordPress. This theme has a built in button in your editor for you to easily add shortcodes. Using this button you will open a  configuration screen and easily generate shortcodes and build pages right away. Pricing table [kleo_row] [kleo_one_third] [kleo_pricing_table title=”Package 1″ price=”100 €” description=”Description “] [kleo_pricing_item] […]

Posts carousel Shortcode

Shortcodes are small texts wrapped in “[” and “]” that are converted by WordPress. This theme has a built in button in your editor for you to easily add shortcodes. Using this button you will open a  configuration screen and easily generate shortcodes and build pages right away. Posts carousel Example that shows Posts and testimonials but only Image,Gallery,video formats. […]

Blog Articles Shortcode

Example that shows blog articles You can choose to display by post formats: post_formats=”image,gallery,video” [kleo_articles cat=”all” limit=”6″ post_formats=”all” post_types=”post”]  

Video button shortcode

This shortcode opens a video in popup. The video is specified in the shortcode [kleo_button_video url=”http://www.youtube.com/embed/FtquI061bag” style=”standard” size=”standard” round=”{radius|round}” icon=”{fontawesome-icon},{before|after}”] My video popup [/kleo_button_video]

Headings shortcodes

[kleo_h1] H1 heading! [/kleo_h1] [kleo_h2]H2 [kleo_colored_text color=”#F00056″] heading [/kleo_colored_text]! [/kleo_h2] [kleo_h3]H3 heading! [/kleo_h3] [kleo_h4]H4 heading! [/kleo_h4] [kleo_h5]H5 [kleo_colored_text color=”#F00056″] heading [/kleo_colored_text] [/kleo_h5] [kleo_h6]H6 heading! [/kleo_h6]

Restrict content shortcode

Only for members content shortcode: [kleo_only_members]Content to show for members only[/kleo_only_members] Only for guests content shortcode: [kleo_only_guests]Content to show for guests only[/kleo_only_guests]