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.
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.
Writing format:
.html
<!--[ Show All Image ]--> <inputclass='inImg hidden'id='for-hideImage'type='checkbox'> <divclass='psImg hdImg'> <imgalt='image_title_here'src='https://4.bp.blogspot.com/.../name.png'/> <imgalt='image_title_here'src='https://4.bp.blogspot.com/.../name.png'/> <imgalt='image_title_here'src='https://4.bp.blogspot.com/.../name.png'/>
<!--[ Button image to activate ]--> <labelfor='for-hideImage'aria-label='Show all image'>Show All</label> </div>
<!--[ Hide the rest image here ]--> <divclass='psImg shImg'> <imgalt='image_title_here'src='https://4.bp.blogspot.com/.../name.png'/> <imgalt='image_title_here'src='https://4.bp.blogspot.com/.../name.png'/> <imgalt='image_title_here'src='https://4.bp.blogspot.com/.../name.png'/> <imgalt='image_title_here'src='https://4.bp.blogspot.com/.../name.png'/> </div> </div>
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:
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.
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:
Writing format:
.html
<!--[ To break paragraphs apart ]--> <hr>
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.
Writing format:
File_1727429683222
<pclass='pIndent'>Your_paragraph_is_here.</p>
Paragraph with Drop cap
Mis 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.
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
Writing format:
.html
<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.</blockquote>
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.
Writing Format:
.html
<blockquoteclass='s-1'> <div>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. <ul> <li>Sed suscipit sapien sed turpis ultrices viverra. Ut quis dui sed odio sollicitudin fermentum.</li> <li>Aliquam vitae metus laoreet, dapibus enim sit amet, feugiat lorem. Sed in dui purus.</li> </ul> </div> </blockquote>
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.
Writing Format:
File_1727429683231
<blockquoteclass='pu_blq'data-author='Anonymous'>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.</blockquote>
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.
.html
<pclass='note'>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin vestibulum dignissim diam, et efficitur felis commodo et.</p>
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.
.html
<pclass='note wr'>Mauris vel diam pellentesque lorem lacinia luctus. Nulla quam magna, pharetra in ultrices at, condimentum id tellus. Sed suscipit sapien sed turpis ultrices viverra.</p>
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:
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 example 500px. Change it to 0 if you want the table width to be determined automatically.
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:
.html
<detailsclass='sp toc'> <summarydata-show='Show all'data-hide='Hide all'>Table of Contents</summary> <divclass='toC'id='autoToc'></div> </details>
Syntax Highlighter
Used to define lines of computer code (HTML, CSS, Javascript, etc.) in posts.
.html
<!--[ Change data-text to .html, .css, .js or any language ]--> <divclass='pre pu notranslate'data-text='.html'> <prestyle='white-space:pre-wrap; max-height:none;'>Your_code_is_here</pre> </div>
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 of none to eg 400px to 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
<!--[ <body> open ]--> <body> <p>Sample content here!</p> </body> <!--[ </body> close ]--> </html>
Code to color syntax:
.html
<!--[ Add a classname hl to automatically color syntax ]--> <divclass='pre hl notranslate'data-text='.html'> <prestyle='white-space:pre-wrap; max-height:none;'>Your_code_is_here</pre> </div>
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.
An Example:
.html
<!--[ Add a classname hl to automatically color syntax ]--> <divclass='pre hl language-javascript notranslate'data-text='.js'> <prestyle='white-space:pre-wrap; max-height:none;'>Your_code_is_here</pre> </div>
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
Codebox Writing Format
Your_code_is_here
Writing Format:
File_1727429683261
<!--[ Replace data-text with any name to show, data-file with filename, data-lang with file extension, data-time with countdown in seconds ]--> <divclass='pre pu notranslate'data-time='5'data-text='Codebox Writing Format'data-file='Typography Codebox'data-lang='.html'> <prestyle='white-space:pre-wrap; max-height:none;'>Your_code_is_here</pre> </div>
The checked attribute defines the first tab that appears by default.
Make sure id='...' and for='...' 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.
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).
<divclass='dlBox'> <!--[ Change data-text='...' atribute to add new file type ]--> <spanclass='fT'data-text='zip'></span> <divclass='fN'> <!--[ File name ]--> <span>file_name.zip</span> <spanclass='fS'>200kb</span> </div>
<!--[ Download link (change href='...' atribute to add link download) ]--> <aclass='button'aria-label='Download'href='url_is_here'rel='noreferrer'target='_blank'><iclass='icon dl'></i></a> </div>
With background image instead of text:
about_me.png10kb
.html
<divclass='dlBox'> <!--[ Change data-text='...' atribute to add new file type ]--> <spanclass='fT lazy'data-text='zip'data-style='background-image: url(//3.bp.blogspot.com/.../title.png)'></span> <divclass='fN'> <!--[ File name ]--> <span>about_me.png</span> <spanclass='fS'>10kb</span> </div>
<!--[ Download link (change href='...' atribute to add link download) ]--> <aclass='button'aria-label='Download'href='url_is_here'rel='noreferrer'target='_blank'><iclass='icon dl'></i></a> </div>
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.
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
.html
<pclass='pRef'>Source:<br>www.example.com</p>
Header Subtitle
To change Header Subtitle in particular post or page.
.html
<style>/*<![CDATA[*/ /* To change Header Subtitle */ .headH.headSub{max-width:none} .headH.headSub::before{content:"Typography"} /*]]>*/</style>
Previous or Next Post
Now Automated.
About the author
I am an avid reader, particularly drawn to books and technology. My diverse interests and drive for exploration make me a well-rounded individual with a thirst for adventure.
instagramfacebookyoutubepinterest
إرسال تعليق
We use cookies to understand preferences and optimize your experience using our site, this includes advertising affiliated with Google.