LiteSpot Theme Shortcode setup


[ AdSense Top Slot ]
LiteSpot Theme Shortcode setup

How To Setup?

Drop Caps



ALccess 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 at the very first letter.
<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.

  1. Text Size
  2. Text Heading Style
  3. Bold
  4. Italic
  5. Underline
  6. Strikethrough
  7. Text color
  8. Text Highlighter
  9. 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: previewdownloadlinkcartshareinfo

{getButton} $text={Buttonn} $icon={download} $color={#27ae60}

{getButton} $text={Buttonn} $icon={download} $color={#27ae60}
{getButton} $text={LinkButton} $icon={link} $color={#f39612}
{getButton} $text={infoButtonn} $icon={info} $color={#27ae60}


Example:

Post Buttons


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:

Alert Boxes

1.3 - Bordered Table

Firstname Lastname Email
John Doe john@example.com
Mary Moe mary@example.com
July Dooley july@example.com
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.

<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>
Change details with your own text.

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:

Contact Form


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:

Code Box


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:

Post Layouts




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}

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. {leftSidebar}

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. {rightSidebar}
[ AdSense Bottom Slot ]