Thank you for your purchase! We're thrilled that you chose our Blogger template, and we hope it elevates your blog to new heights.
Important Notice!
Since this post is visited by template users very frequently, I want to inform you something.
It is expected that a minor update is going to release. If you have already purchased the template, you will get it through Gumroad. In case, you have already purchased it but not through Gumroad (for i.e. through PayPal or UPI), you need to inform me in order to get listed in the Gumroad list. You can email me at deo@fineshopdesign.com with the payment proof so I can share you a link to get listed there. Thank you!
Few of code formats will be changed/removed in next minor update.
Most of these features can only be used in 'HTML View ' mode, nor can you switch to 'Writing view ' mode while using some of these features.
- In post editor view, click icon at the bottom right of the title
- Two options will appear: HTML view and Writing view
- Select ' HTML View '.
Tips
: Use <p>Your_paragraph_here </p>
tag to add paragraphs to the article.
Writing Format for : Plus UI Themed v2.6.1
Template Updated on : Jun 1, 2022
Image with Caption and Auto Lightbox
The caption in this image will not be read in the article description/snippet. You can also choose to keep the captions legible on the article snippets.
|
|
All images in the post will automatically have a lightbox function, click this image to try it.
|
Added class='full'
works to remove margin image and screen, only works for mobile view.
Image with Grid Layout
Image with Show All Function
Used to hide some images and will be shown when the user clicks the 'Show All' button. Show All function can only be activated once, Images cannot be hidden again when you activate it.
Image with Scroll Layout
Same as the image layout above, it's just that on the mobile display the images will be arranged in parallel with the additional side scroll function on the mobile display.
We also added a smooth scroll effect to this feature. Please try opening this page on your mobile device:
Lazyload Image
The code format for Lazyload images has been changed in next minor update, it's not recommended to use the following.
Useful for delaying loading images so that the blog's PageSpeed score is higher, image will only load when user scrolls to the image area. All images in this article use Lazyload.
Manual Related Post
It is important to note that this feature is written manually, it does not automatically appear on every page.
Auto Related Post
The code format for Auto related posts has been changed in next minor update, it's not recommended to use the following.
Related Posts
Post Break
You can use this feature to separate paragraphs or to open a new chapter in a post, here's an example of how it looks:
Paragraph with Text Indent
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin vestibulum dignissim diam, et efficitur felis commodo et. Mauris vel diam pellentesque lorem lacinia luctus.
Paragraph with Drop cap
M is a large capital letter used as a decorative element at the beginning of a paragraph or section. The size of the descending limit is usually two or more lines.
The drop cap will resize the first letter of the paragraph so that it drops one or more lines down. Many types of print media use drop caps such as books, magazines, newspapers and so on because they can add to the visual appeal.
Blockquote
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin vestibulum dignissim diam, et efficitur felis commodo et. Mauris vel diam pellentesque lorem lacinia luctus.
—Anonymous
Another Style:
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin vestibulum dignissim diam, et efficitur felis commodo et. Mauris vel diam pellentesque lorem lacinia luctus. Nulla quam magna, pharetra in ultrices at, condimentum id tellus.
- Sed suscipit sapien sed turpis ultrices viverra. Ut quis dui sed odio sollicitudin fermentum.
- Aliquam vitae metus laoreet, dapibus enim sit amet, feugiat lorem. Sed in dui purus.
Social Blockquote
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin vestibulum dignissim diam, et efficitur felis commodo et. Mauris vel diam pellentesque lorem lacinia luctus. Nulla quam magna, pharetra in ultrices at, condimentum id tellus.
Note Block
This feature serves to add important info, warning sentences or highlight sentences, there are two styles that you can try including:
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin vestibulum dignissim diam, et efficitur felis commodo et.
With Different Colors:
Warning! Mauris vel diam pellentesque lorem lacinia luctus. Nulla quam magna, pharetra in ultrices at, condimentum id tellus. Sed suscipit sapien sed turpis ultrices viverra.
Table
The table in this theme has been set responsive, for example, if the number of columns or the width of the table exceeds the width of the screen, so as not to damage the layout, the table will automatically have a scroll function.
Please open this article on your mobile device and highlight the table section below:
| Name | Position | Office | Age | Start date | Salary |
|---|---|---|---|---|---|
| Tiger Nixon | System Architect | Edinburgh | 61 | 2011/04/25 | $320,800 |
| Garrett Winters | Accountant | Tokyo | 63 | 2011/07/25 | $170,750 |
| Ashton Cox | Junior Technical Author | San Francisco | 66 | 2009/01/12 | $86,000 |
| Cedric Kelly | Senior Javascript Developer | Edinburgh | 22 | 2012/03/29 | $433,060 |
| Airi Satou | Accountant | Tokyo | 33 | 2008/11/28 | $162,700 |
-
white-space:nowrap;specifies the text to be a single line, it will not wrap to the next line and will continue until<br>tag is encountered. -
min-width:100%;defines the minimum width of table, you can change it to px units for example500px. Change it to0if you want the table width to be determined automatically.
Manual Table of Content
Contents
Using manual Table of Content is more complicated than the automatic version, you have to add a different ID attribute in each heading tag and write it in content list.
-
Remove
open=''attribute to auto-close Table of Content when the page is first loaded. - You can change the title or phrase 'Show all/Hide all' in the marked section.
Semi Automatic Table of Content
Table of Contents
The easiest option to display Table of Content. This feature will display all heading tags in your post (three levels h2
- h4
), so make sure you write heading tags in order.
The code format for Automatic Table of Contents has been changed in next minor update, it's not recommended to use the following.
Code to specify semi-automatic ToC widget location:
Syntax Highlighter
Used to define lines of computer code (HTML, CSS, Javascript, etc.) in posts.
Addition of color code in the syntax can be written manually, but we also provide automatic colored syntax features.
-
Change
data-text='.html'to define another code format, i.e.data-text='.css',data-text='.js',data-text='.php', etc -
Value
white-space:pre-wrap;useful for disabling side scrolling, long code will be preserved and give a little scrolling function to keep it legible. -
max-height:none;defines the maximum height of syntax isn't set (automatic), change the value ofnoneto eg400pxto specify the maximum height of syntax is only 400 pixels. -
Use
<i class='red'>code_here </i>to add red/orage color. -
Use
<i class='blue'>code_here </i>to add blue color. -
Use
<i class='green'>code_here </i>to add green color. -
Use
<i class='gray'>code_here </i>to add gray color. -
Use
<i class='block'>code_here </i>to add a block of blue color.
Automatic Colored Syntax Highlighter
Following Syntax is automatically highlighted / colored using Highlight.js
Code to color syntax:
Common Errors:
This feature automatically detect the language and highlight the colors. But in some cases, it may not automatically detect the code language, at that time you have to add a classname as per the language, i.e. if it is html, you have to add html
or language-html
along with hl
.
Limitations of using Automatic Colored Syntax Highlighter:
-
You cannot add any tag in your Preformatted Codes. For example, you would add
<i class='block'></i >, that is no more going to be blocked with blue color.
Multi Functional Syntax Highlighter
MultiTabs Syntax Highlighter
-
The
checkedattribute defines the first tab that appears by default. -
Make sure
id='...'andfor='...'attributes have the same value. ID must be unique, there cannot be two identical IDs in one page. -
Change
data-text='HTML'attribute in the highlighted section to rename the tab.
Toggle Show / Hide
Used to create interactive widgets that the user can open and close on demand. By default this widget is closed, will display the content in it when the user presses the command button.
Any content can be included in this widget.
Spoiler:
Epcot is a theme park at Walt Disney World Resort featuring exciting attractions, international pavilions, award-winning fireworks and seasonal special events.
Toggle Content or Accordion
Defines additional content that users can open and close on demand in groups, usually used for a list of questions or FAQs (Frequently Asked Questions).
Accordion_first_title
Epcot is a theme park at Walt Disney World Resort featuring exciting attractions, international pavilions, award-winning fireworks and seasonal special events.
Accordion_second_title
Epcot is a theme park at Walt Disney World Resort featuring exciting attractions, international pavilions, award-winning fireworks and seasonal special events.
Accordion_third_title
Epcot is a theme park at Walt Disney World Resort featuring exciting attractions, international pavilions, award-winning fireworks and seasonal special events.
Accordion_forth_title
Epcot is a theme park at Walt Disney World Resort featuring exciting attractions, international pavilions, award-winning fireworks and seasonal special events.
-
Use the classname
alt(marked in the code above) to change the icon style. - The number of accordion widgets you can add is unlimited.
FAQ schema in Microdata
External Link
Notifies users if the link will lead to another site.
Sample_external_linkSample_link_alt
Button Link
ButtonAlternative style:
ButtonWith icons:
DownloadDemo
with <svg>
icons:
Buy now!
Add style='fill:#fff; margin-right:12px;'
or style='stroke:#fff; margin-right:12px;'
attribute to give SVG icon a white color.
Two button in single line:
Download Link
To provide downloaded file information to users.
With background image instead of text:
Countdown Download Box
This feature will show a countdown before the user downloads any file.
This feature requires direct download link of cloud files. You can use Google Drive to get direct download link of a file.
With Image:
Without Image:
Music Player
Music Player that can be used to play songs using audio files, i.e. MP3.
Lazy YouTube Video
Useful to delay loading Youtube videos after user scrolls the page.
Delaying iframe loading with defer.js
function:
- Change the section marked with ID Youtube video you want to display.
-
The video ID can be found in Youtube video url, for example:
youtube.com/watch?v=axRAL0BXNvw.
Post Reference
To write a list of references or footnotes below the post
Source:
www.example.com
Header Subtitle
To change Header Subtitle in particular post or page.
Previous or Next Post
Now Automated.