LiteSpot Theme Shortcode setup |
How To Setup?
<span class="firstcharacter">L</span>Change "L" with your own text.
Typography
Access your blog Posts > click Edit on any of your posts or add a new post. then select any text you want to customize and click on the options available above your post editor. check below image for preference.
There are mainly 9 options which you can use to create awesome looking typography.
- Text Size
- Text Heading Style
- Bold
- Italic
- Underline
- Strikethrough
- Text color
- Text Highlighter
- Link
Blockquote
Access your blog Posts > click Edit on any of your posts or add a new post. then select any text you want to customize and click on the blockquote option available above your post editor. check below image for preference.
Bullet And Lists
Access your blog Posts > click Edit on any of your posts or add a new post. then select any text you want to customize and click on the bullets and lists option available above your post editor. check below image for preference.
1.1 - Post Buttons
Shortcode: {getButton} $text={Button Text} $icon={Icon Name} $color={Hex Color}
Available Icons: preview, download, link, cart, share, info
{getButton} $text={Buttonn} $icon={download} $color={#27ae60}
{getButton} $text={LinkButton} $icon={link} $color={#f39612}
{getButton} $text={ShareButton} $icon={share} $color={#27ae00}
Example:

1.2 - Alert Boxes
Shortcodes: {alertSuccess}, {alertInfo}, {alertWarning}, {alertError}
Write whatever you want and add the shortcode, Then select all the desired text including the shortcode and add the Quote Text style.{alertSuccess}
Write whatever you want and add the shortcode, Then select all the desired text including the shortcode and add the Quote Text style.{alertInfo}
Example:

1.3 - Bordered Table
Access your blog Posts > click Edit on any of your posts or add a new post. then switch to HTML area of the post editor and add the below coding anywhere you want to make the table appear.
Firstname Lastname John Doe john@example.com Mary Moe mary@example.com July Dooley july@example.com
<table><thead><tr><th>Firstname</th><th>Lastname</th><th>Email</th></tr></thead><tbody><tr><td>John</td><td>Doe</td><td>john@example.com</td></tr><tr><td>Mary</td><td>Moe</td><td>mary@example.com</td></tr><tr><td>July</td><td>Dooley</td><td>july@example.com</td></tr></tbody></table>
1.4 - Contact Form
Shortcode: {contactForm}
Add the shortcode in the desired area, Then select the shortcode and add the Bold style.
Contact Form
{contactForm}
Example:

1.5 - Code Box
Shortcode: {codeBox}
Add the Code and add the shortcode, Then select all the desired code including the shortcode and add the Quote Text style. {codeBox}
Add the Code and add the shortcode, Then select all the desired code including the shortcode and add the Quote Text style. {codeBox}
Example:

1.6 - Post Layouts
Shortcodes: {fullWidth}, {leftSidebar}, {rightSidebar}
Add the shortcode at the end of the content, Then select the shortcode and add the Bold style.
Example:

Add the shortcode at the end of the content, Then select the shortcode and add the Bold style. Add the shortcode at the end of the content, Then select the shortcode and add the Bold style.Add the shortcode at the end of the content, Then select the shortcode and add the Bold style.Add the shortcode at the end of the content, Then select the shortcode and add the Bold style.Add the shortcode at the end of the content, Then select the shortcode and add the Bold style.Add the shortcode at the end of the content, Then select the shortcode and add the Bold style. {fullWidth}






