Maxxiz Blogger Documentation
Thank you for purchasing my theme. If you have any questions that are beyond the scope of this help file, please feel free to email via my user page contact form here. Thanks so much!Author: | satankmkr |
Demo : | Maxxiz Demo Page |
Created: | 2013-08-06 |
Modified: | 2013-12-20 |
Current Version: | 1.3 |
Documentation Version | 1.3 |
Getting started
Enable Mobile Template
YOU MUST DO THIS STEP FIRST, BEFORE INSTALL THE TEMPLATE TO HELP TEMPLATE EDITOR CAN WORK PROPERLY
As default, Blogger will use its own template for you blog on mobile. So if you want to use Maxxiz template on mobile devices, please enable it first.Access your Template menu and click on Gear button of Mobile template.
Installation
You can do it by follow this step:- Unzip the “Maxxiz-theme.zip” file.
- On Blogger Dashboard Click Template.
- Click Backup/Restore button (Top Right).
- Click Choose File button. Find where the “Maxxiz-theme.xml” file location.
- Then Click Upload.
Default Setting
Embedded Comment
This to make comment area like the Demo and make Emoticon show- On Blogger Dashboard Click Setting.
- Click Posts and Comments
- in Comment Location Choose Embedded
- Then Click Save settings.
Blog Feed
This to make recent comment, Search Result, Auto Featured Post, and Post by Label work fine- On Blogger Dashboard Click Setting.
- Click Other
- in Site Feed Allow Blog Feed Choose Full Or Short
- Then Click Save settings.
1. If yours post have image uploaded on blogspot you can choose SHORT. but if yours post just have image from third party image hosting you must choose Full
2. Blogger feed must be not redirect to other feed site like Feedburner
3. Your's blog or website not Private
Layout Explain
- Right Header Widget Area(Ads 728x90)
- Featured Post Area
- Top Sidebar Area
- Middle Sidebar Area
a. Popular Post
b. Recent Comment
c. Archive Widget - Bottom Sidebar Area
- Label Post Widget Area
- Footer Widget Area
- Manual Featured Post Area (work with Image Widget)
- Left Sidebar Area
Setting up the menu
To Edit Menu in this theme you can follow this step:
- On Blogger Dashbord Click Template
- Click Edit HTML
- (Top Menu) Scroll down and Find this Code :
<ul class='sf-menu' id='topmenunav'> <li><a href='#'>About</a></li> <li><a href='#'>Contact</a></li> <li><a href='#'>More</a> <ul> <li><a href='#'>Menu 1</a></li> <li><a href='#'>Menu 2</a></li> <li><a href='#'>Menu 3</a></li> <li><a href='#'>Menu 4</a></li> </ul> </li> <li><a href='#'>Menu</a></li> </ul>
- (Middle Menu) Scroll down and Find this Code :
<ul class='sf-menu' id='menunav'> <li><a class='home' expr:href='data:blog.homepageUrl'>Home</a></li> <li><a href='#'>About</a></li> <li><a href='#'>Archive</a></li> <li><a href='#'>Comments</a></li> <li><a href='#'>With Sub Menu</a> <ul> <li><a href='#'>Sub Menu</a></li> <li><a href='#'>Sub Sub Menu</a> <ul> <li><a href='#'>Sub Menu</a></li> <li><a href='#'>Sub Menu</a></li> <li><a href='#'>Sub Menu</a></li> <li><a href='#'>Sub Menu</a></li> </ul> </li> <li><a href='#'>Sub Menu</a></li> <li><a href='#'>Sub Menu</a></li> </ul> </li> <li><a href='#'>Error 404</a></li> </ul>
- Change # with yours URL link
Setting Social Icon
To Edit Social Icon in this theme you can follow this step:
- On Blogger Dashbord Click Template
- Click Edit HTML
- Scroll down and Find this Code :
<ul class='sociico' id='icon-socialmn'> <li class='sotw'><a href='#' target='_blank'>twitter</a></li> <li class='sofb'><a href='#' target='_blank'>facebook</a></li> <li class='sogo'><a href='#' target='_blank'>google</a></li> <li class='sorss'><a href='#' target='_blank'>rss</a></li> <li class='solinkn'><a href='#' target='_blank'>linkedin</a></li> <li class='sodrib'><a href='#' target='_blank'>dribbble</a></li> <li class='sopint'><a href='#' target='_blank'>pinterest</a></li> </ul>
- Change # with yours Social URL link
Creating Content Featured Post, Label Post, Slider Label Post and Error Page
Manual Slide Show (Using Image Widget)
Manual Slide Show
To Create Manual Slide Show follow this step- on Dashbord Blogger Click Layout
- On Manual Slideshow Widget Area Click Add a Gadget
- Choose Image Widget
- Fill With Image Title
- Image Description
- Link When Image or Title Click
- Search Yours Image
- Uncheck shrink to fit
NB : Recommended Image Size 517px x 250px
- Click Save
- If You Whan Show 5 image, do this step 5 times (Image Widget must be not more than 5 times because if more than 5 times Slideshow CSS must be change to make it looks good)
Auto Featured Post (Random, Recent, Random by Label or Recent by Label)
[Title][featuredpost][random][5]
New Method (Using SHORTCODE)
- on Dashbord Blogger Click Layout
- Click Add a Gadget
- Choose Labels widget
- Copy this Code:
[Title][featuredpost][random][5]
- Click Save
Old Method (Using Javascript)
To add Featured Post widget follow this step- on Dashbord Blogger Click Layout
- Click Add a Gadget
- Choose HTML/Javascript
- Copy this Code:
<div id="featpost"></div> <script type='text/javascript'> jQuery("#featpost").AutofeaturedPost({ MaxPost:5 }); </script>
- Click Save
jQuery("#ID_Place_To_Load_Plugin").AutofeaturedPost({
blogURL: "",
MaxPost: 5,
ImageSize: 650,
Summarylength: 100,
RandompostActive: true,
tagName: false
});
Property | Description |
---|---|
blogURL | Yours blog URL or you can leave it blank to load where this script load. |
MaxPost | Maximum number artikel will show on Featured Post |
Summarylength | Number of summary characters to show. |
ImageSize | Post Image size (in pixel) |
RandompostActive | default true. It's will show article ramdomly. If want to show Recent Post just change to false |
tagName | If you want to show Featured Post by the Label. Example: to show featured post from Sports Label just write like this tagName:"Sports" |
SLIDER POST
Carousel Slider
New Method (Using Short Code)
- on Dashbord Blogger Click Layout
- Click Add a Gadget
- Choose Labels
- Copy this Code:
[Widget_Title][carouselslide][recent][9]
- Click Save
OLD Method (Using Javascript)
- on Dashbord Blogger Click Layout
- Click Add a Gadget
- Choose HTML/Javascript
- Copy this Code:
<div id="webdespost"></div> <script type='text/javascript'> jQuery("#webdespost").RecentPostbyTag({ postType:"s", MaxPost:9, ImageSize:"s200-p", tagName:"Web Design" }); </script>
- Click Save
- Note: In tagName is name of the Post Label that will show. on this sample is "Web Design" mean will display artikel from Web Design label.
If you want add new/next Slider Post you must change div id. Ex:
<div id="secondsliderpost"></div> <script type='text/javascript'> jQuery("#secondsliderpost").RecentPostbyTag({ postType:"s", MaxPost:10, ImageSize:"s200-p", tagName:"Other Label" }); </script>
VERTICAL POST
New Method (Using Short Code)
- on Dashbord Blogger Click Layout
- Click Add a Gadget
- Choose Labels
- Copy this Code:
if you want animated Vertical Post shortcode look like this:[Widget_title][vertical][recent][5]
[Widget_title][vertical][animated][7]
- Click Save
OLD Method (Using Javascript)
- on Dashbord Blogger Click Layout
- Click Add a Gadget
- Choose HTML/Javascript
- Copy this Code:
<div id="musicpost"></div> <script type='text/javascript'> jQuery("#musicpost").RecentPostbyTag({ postType:"v", MaxPost:4, tagName:"Music" }); </script>
- Click Save
- Note: In tagName is name of the Post Label that will show. on this sample is "Music" mean will display artikel from Music label.
If you want add new/next Vertical Post you must change div id. Ex:
<div id="secondverticalpost"></div> <script type='text/javascript'> jQuery("#secondverticalpost").RecentPostbyTag({ postType:"v", MaxPost:5, tagName:"Other Label" }); </script>
Horizontal Post
New Method (Using Short Code)
- on Dashbord Blogger Click Layout
- Click Add a Gadget
- Choose Labels
- Copy this Code:
if you want animated Horizontal Post shortcode look like this:[Widget_title][horizontal][recent][5]
[Widget_title][horizontal][animated][7]
- Click Save
OLD Method (Using Javascript)
- on Dashbord Blogger Click Layout
- Click Add a Gadget
- Choose HTML/Javascript
- Copy this Code:
<div id="sportpost"></div> <script type='text/javascript'> jQuery("#sportpost").RecentPostbyTag({ postType:"h", MaxPost:4, tagName:"Motion Design" }); </script>
- Click Save
- Note: In tagName is name of the Post Label that will show. on this sample is "Motion Design" mean will display artikel from Motion Design label.
If you want add new/next Horizontal Post you must change div id. Ex:
<div id="secondverticalpost"></div> <script type='text/javascript'> jQuery("#secondhorizontalpost").RecentPostbyTag({ postType:"h", MaxPost:5, tagName:"Other Label" }); </script>
Combine Post
New Method (Using Short Code)
- on Dashbord Blogger Click Layout
- Click Add a Gadget
- Choose Labels
- Copy this Code:
[Widget_title][combine][recent][5]
- Click Save
OLD Method (Using Javascript)
- on Dashbord Blogger Click Layout
- Click Add a Gadget
- Choose HTML/Javascript
- Copy this Code:
<div id="combinepost1"></div> <script type='text/javascript'> jQuery("#combinepost1").RecentPostbyTag({ postType:"c", MaxPost:5, tagName:"Motion Design" }); </script>
- Click Save
- Note: In tagName is name of the Post Label that will show. on this sample is "Motion Design" mean will display artikel from Motion Design label.
If you want add new/next Combine Post you must change div id. Ex:
<div id="combinepost2"></div> <script type='text/javascript'> jQuery("#combinepost2").RecentPostbyTag({ postType:"c", MaxPost:5, tagName:"Other Label" }); </script>
Gallery Post 1
New Method (Using Short Code)
- on Dashbord Blogger Click Layout
- Click Add a Gadget
- Choose Labels
- Copy this Code:
[Widget_title][gallery1][recent][10]
- Click Save
OLD Method (Using Javascript)
- on Dashbord Blogger Click Layout
- Click Add a Gadget
- Choose HTML/Javascript
- Copy this Code:
<div id="gallerypost1"></div> <script type='text/javascript'> jQuery("#gallerypost1").RecentPostbyTag({ postType:"g1", MaxPost:13, tagName:"Motion Design" }); </script>
- Click Save
- Note: In tagName is name of the Post Label that will show. on this sample is "Motion Design" mean will display artikel from Motion Design label.
If you want add new/next Combine Post you must change div id. Ex:
<div id="gallerypost2"></div> <script type='text/javascript'> jQuery("#gallerypost2").RecentPostbyTag({ postType:"g1", MaxPost:13, tagName:"Other Label" }); </script>
Gallery Post 2
New Method (Using Short Code)
- on Dashbord Blogger Click Layout
- Click Add a Gadget
- Choose Labels
- Copy this Code:
[Widget_title][gallery2][recent][10]
- Click Save
OLD Method (Using Javascript)
- on Dashbord Blogger Click Layout
- Click Add a Gadget
- Choose HTML/Javascript
- Copy this Code:
<div id="gallery2post1"></div> <script type='text/javascript'> jQuery("#gallery2post1").RecentPostbyTag({ MaxPost:12, tagName:"Your_TagName", postType: "g2" }); </script>
- Click Save
- Note: If you want add new/next Gallery Post 2 you must change div id and jQuery id must be same with new div id
Simple Recent/Random Post (No image)
New Method (Using Short Code)
- on Dashbord Blogger Click Layout
- Click Add a Gadget
- Choose Labels
- Copy this Code:
[Widget_title][noimage][recent][5]
- Click Save
OLD Method (Using Javascript)
- on Dashbord Blogger Click Layout
- Click Add a Gadget
- Choose HTML/Javascript
- Copy this Code:
<div id="simplenoimagepost1"></div> <script type='text/javascript'> jQuery("#simplenoimagepost1").RecentPostbyTag({ MaxPost:5, tagName:"Your_TagName", ShowImage:false }); </script>
- Click Save
- Note: If you want add new/next Simple Recent Post (No image) you must change div id and jQuery id must be same with new div id
VerticalSlider Post
New Method (Using Short Code)
- on Dashbord Blogger Click Layout
- Click Add a Gadget
- Choose Labels
- Copy this Code:
[Widget_title][verticalslide][recent][5]
- Click Save
OLD Method (Using Javascript)
- on Dashbord Blogger Click Layout
- Click Add a Gadget
- Choose HTML/Javascript
- Copy this Code:
<div id="verticalslider1"></div> <script type='text/javascript'> jQuery("#verticalslider1").RecentPostbyTag({ MaxPost:5, ImageSize:"w400", postType:"s", sliderType:"v", tagName:"Your_TagName" }); </script>
- Click Save
- Note: If you want add new/next Simple Recent Post (No image) you must change div id and jQuery id must be same with new div id
Hot Post
New Method (Using Short Code)
- on Dashbord Blogger Click Layout
- Click Add a Gadget
- Choose Labels
- Copy this Code:
[Widget_title][hot][recent][3]
- Click Save
OLD Method (Using Javascript)
- on Dashbord Blogger Click Layout
- Click Add a Gadget
- Choose HTML/Javascript
- Copy this Code:
<div id="hotpost1"></div> <script type='text/javascript'> jQuery("#hotpost1").RecentPostbyTag({ MaxPost:3, postType:"ht", tagName:"Your_TagName" }); </script>
- Click Save
- Note: If you want add new/next Simple Recent Post (No image) you must change div id and jQuery id must be same with new div id
Simple Recent/Random Post
- on Dashbord Blogger Click Layout
- Click Add a Gadget
- Choose Labels
- Copy this Code:
[Widget_title][simple][recent][5]
- Click Save
Slider, Horizontal Post, Combine Post, Gallery Post and Vertical Post use by one Javascript Script and You can see Default Code to Call this Plugin look like below: Default javascript mean if you just write code like this jQuery("#ID_Place_To_Load_Plugin").RecentPostbyTag(); configuration will look like below:
jQuery("#ID_Place_To_Load_Plugin").RecentPostbyTag({
blogURL: "",
ShowDesc: false,
ShowDate: true,
ShowComment: true,
Random: false,
AjaxLoad: true,
postType: "v",
sliderType: "c",
tagName: false
});
Property | Description |
---|---|
blogURL | Yours blog URL or you can leave it blank to load JSON where this script load. |
ShowDesc | To Show All Description (Just Work on Horizontal, Combine and Vertical PostType). Default is false |
ShowDate | To Show Date: Default is true |
ShowComment | To show Comment: Default is true (Just Work on Horizontal, Combine and Vertical PostType). |
Random | To Make Random Post: Default is false. |
AjaxLoad | If More Button text click and AjaxLoad true post will load and place after last post. if false will redirect to other page. |
postType | There are fifth kinds of PostType: "v" (vertical Post), "h" (horizontal Post), "c" (Combine Post), "g" (Gallery Post) and "s" (Slider Post) |
sliderType | There are two kinds of sliderType: "c" (Caraousel on Slider Post), "f" (Slideshow on Featured Post) |
tagName | If you want to show Post by the Label. Example: to show post from Sports Label just write like this tagName:"Sports" |
Error Page
To change text on Error Page follow this step
- On Blogger Dashbord Click Template
- Click Edit HTML
- Scroll down and Find this Code :
<div class='error-custom'> <h2>404 Not Found</h2> <p class='error-body'>We're sorry but we could not find the page you are looking for.<br/> This may happen if you have entered site url incorrectly or this page doesn't exist anymore.</p> <p>You can try searching page again or go back to home</p> <form action='/search' id='searchform' method='get'> <input id='s' name='q' onblur='if (this.value == "") {this.value = "Search...";}' onfocus='if (this.value == "Search...") {this.value = "";}' type='text' value='Search...'/> <input id='searchsubmit' type='submit' value='Go'/> </form> </div>
- Change which your's Language
Widgets Configuration
Summary and View Mode
Summary
- On Blogger Dashbord Click Template
- Click Edit HTML
- Scroll down and Find this Code :
var configSummary = { thumbnailSize: 'w350', // Define the post thumbnail size summaryLength: 250, // Define the summary length defaultNavi:'PageNavi', // Default page Navigation defaultView:'list', // Default view Mode postPerPage:6, // Number post every Page numshowpage:3 };
Property Description thumbnailSize Image Format use Picasa/Blogspot image format:
To make square image (180x180) Image Format use like this "s180-c" or "s180-p". image will be crop to make it square.
Blogspot Image format also look like this : "s180" (if image landscape width will 180px. If image Portrait height will 180px), "w180" (image width will 180px) or "h180" (image height will 180px)summaryLength Define the summary length defaultNavi This will setup Page Navigation: you can choose "PageNavi" to show Ajax Page Navigation or "Load More" to show Ajax Load More defaultView This will setup view mode: you can choose "grid" to show your's post on grid mode or "list" to show your's post on list mode postPerPage Number Post Will show if next Page Number Click. Note must be same with "Show at most" on Blogger Setting numshowpage Number Page Number will Show
Recent Comments
Blogger Recent Comments
New Method Using ShortCode
- on Dashbord Blogger Click Layout
- Click Add a Gadget
- Choose HTML/Javascript
- Copy this Code:
<div class="maxxizrcomment"></div>
- Click Save
- If you want change number recent comment and hide author comment code will look like this
<div class="maxxizrcomment" data-number="6" data-author="author_name" ></div>
OLD Method Using Javascript
- on Dashbord Blogger Click Layout
- Click Add a Gadget
- Choose HTML/Javascript
- Copy this Code:
<div id="rcentcomnets"></div> <script type='text/javascript'> jQuery("#rcentcomnets").RecentComments(); </script>
- Click Save
jQuery("#ID_Place_To_Load_Plugin").RecentComments({
blogURL:"",
numComments:4,
characters:100,
avatarSize:50,
Showimage:true,
defaultAvatar:"https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiCAuyWki3DVc5tnf3noKYxs4bqwiV8UQQEQx6sSamWKj-4bNxzRuq9fvV3lPKHwQlglUrurA6VzVaUGNiDvyO-COqMe-oyPoBQKLK7LNDfFHcwTf6dAX5Rg2tsk-8BEltIWuoOsEjDNz9K/s70/user-anonymous-icon.png",
maxfeeds:50,
adminBlog:""
});
Property | Description |
---|---|
blogURL | Yours blog URL or you can leave it blank to load where this script load. |
numComments | maximum number of recent comment |
characters | Number of summary characters to show. if set 0, will not show summary |
avatarSize | Image thumbnail size/avatar size |
Showimage | Show or hide the avatar. Value : true or false |
defaultAvatar | Backup image if comment author don't have avatar image |
maxfeeds | Maximum feed to load |
adminBlog | Control to show or hide author/admin comment. ex: if you don't want to show your comment, simply just write yours blogger name like this adminBlog:"satank MKR" |
Disqus Recent Comments
- on Dashbord Blogger Click Layout
- Click Add a Gadget
- Choose HTML/Javascript
- Copy this Code:
<div id="dsq-recentcoment" class="dsq-widget"> <script type="text/javascript" src="http://yours_DISQUS_Shortname.disqus.com/recent_comments_widget.js?num_items=5&hide_avatars=0&avatar_size=32&excerpt_length=150&hide_mods=0"></script> </div>
- Click Save
JSON Search Result
To edit JSON Search Result Text you can follow this step
- On Blogger Dashbord Click Template
- Click Edit HTML
- Scroll down and Find this Code :
searchxx({summaryLength:100, scrthumbSize:50});
- If you want to change it. You can see complete default Script below:
searchxx({
blogURL:"",
findText:"Search results for keyword",
NotfindText:"No result!",
Showthumb:true,
LoadingText:"Searching...",
MaxPost:10,
summaryLength:100,
scrthumbSize:50
});
Property | Description |
---|---|
blogURL | Yours blog URL or you can leave it blank to load where this script load. |
srcBlank | Backup image if post don't have image |
findText | Sentence if founded post by the keyword |
NotfindText | Text if no post founded |
Showthumb | Show or hide the post thumbnail. Value : true or false |
LoadingText | Text to show went searching |
MaxPost | Maximum number of article will be search |
summaryLength | Length of summary characters |
scrthumbSize | Size of thumbnail image, size in pixel |
Emoticon
To edit Emoticon Text you can follow this step
- On Blogger Dashbord Click Template
- Click Edit HTML
- Scroll down and Find this Code :
emoticonx({ emoRange:".comments p, div.emoWrap", putEmoAbove:"iframe#comment-editor", topText:"Click to see the code!", emoMessage:"To insert emoticon you must added at least one space before the code." });
- If you want to change it. You can see complete default Script below:
Property | Description |
---|---|
emoRange | Where the emoticon will show/work |
putEmoAbove | Where the emoticon sample will place |
topText | Sentence below the emoticon sample |
emoMessage | Sentence below the emoticon sample and alert box |
Related Post
To edit Emoticon Text you can follow this step
- On Blogger Dashbord Click Template
- Click Edit HTML
- Scroll down and Find this Code :
relatedPostsWidget();
- If you want to change it. You can see complete default Script below:
relatedPostsWidget({
blogURL:"",
maxPosts:5,
maxTags:5,
maxPostsPerTag:5,
rlt_summary:100,
rlt_thumb:50,
readMoretext:"[...]",
});
Property | Description |
---|---|
blogURL | Yours blog URL or you can leave it blank to load where this script load. |
maxPosts | Maximum number of article will be show (if Related Post) |
maxTags | Maximum Tag/Label will load |
maxPostsPerTag | Maximum post each tag/label will be show (maximum recent post if article don't have tag/label) |
rlt_thumb | Size of thumbnail image, size in pixel |
readMoretext | Read More Text |
News Ticker
To edit News Ticker Text you can follow this step
- On Blogger Dashbord Click Template
- Click Edit HTML
- Scroll down and Find this Code :
<script type='text/javascript'> //<![CDATA[ NewsTicker({MaxPost:8}); //]]> </script>
(Default) Complete Javascript to call News Ticker like this code:
NewsTicker({ blogURL:"", MaxPost:8, tagName: false });
- If you want to change it. You can see complete default Script below:
Property | Description |
---|---|
blogURL | Yours blog URL or you can leave it blank to load where this script load |
MaxPost | Maximum number artikel will show on News Ticker |
tagName | If you want to show News Ticker by the Label. Example: to show post from Sports Label just write like this tagName:"Sports" |
Comment Setup
To pick comment systems, access Layout. Click Edit link on Blog Posts gadget.
- On Blogger Dashbord Click Template
- Click Edit HTML
- Scroll down and Find this Code :
and this code:<meta content='218168578325095' property='fb:app_id'/> <meta content='100002549773049' property='fb:admins'/>
<div id='facebook-comment-appid' style='display:none'>218168578325095</div>
- Change 218168578325095 with yours Facebook App ID. and 100002549773049 with yours Admin ID.
- Facebook Admin ID use to moderate facebook comments.
- On Blogger Dashbord Click Template
- Click Edit HTML
- Scroll down and Find this Code :
<div id='disqus-shortname' style='display:none'>maxxizmkrdezign</div>
- Change maxxizmkrdezign with yours Disqus shortname. Where you can get Disqus shortname? Access your Disqus Admin and choose Settings
Other Config
Enable Your Blog to Anyone
Maxxiz use json feed to display your posts on home page. So you blog must be publised to everyone. Private blogs can not use this template.To enable your blog to anyone, access Settings menu and choose Basic settings. Then click Edit of Blog Readers option.
Enable Full Feed
Access Settings menu and choose Other settings. Click drop-down list at Allow Blog Feed option, then choose Full. After that, click Save settings button at the top right corner.Enable Search Preference
To improve your blog SEO, please enable Blogger Search Preferences. Access your Settings menu, choose Search preferences tab and click Edit link on Meta tags sectionDefault Configuration
var Alldefaultconfig = {
MaxPost:5,
MoreText: "Load more posts",
monthName: ["Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec"],
viewMoreText: "View More About",
BackupImage: 'http://1.bp.blogspot.com/-htG7vy9vIAA/Tp0KrMUdoWI/AAAAAAAABAU/e7XkFtErqsU/s72-c/grey.gif',
summaryLength:150,
FirstImageSize:"w350",
ImageSize:"w100",
slideshowSpeed:5,
NewsTickerText:"Latest News",
RandomTitle:"Random Posts",
RecentTitle:"Recent Posts",
RelatedTitle:"Related Posts",
RelatedStyle:"carousel",
CommentMode:"blogger"
};
Property | Description |
---|---|
MaxPost | Default Maximum Post (Recent Post by Tag,RelatedPost,AutoFeaturePost) |
MoreText | Define Load More Text if Recent Post |
monthName | Month Name format (Recent Post by Tag, Recent Comment, AutoFeatured Post, Related Post, News Ticker) |
viewMoreText | Define More Text (Recent Post by Tag and JSON Search) |
BackupImage | Backup image if post don't have image |
summaryLength | Default Summary Length (Recent Post by Tag, Related Post, JSON Search,AutoFeaturePost) |
FirstImageSize | Default First Image Size in Recent Post by Tag (blogger/blogspot format).Image Format use Picasa/Blogspot image format: To make square image (200x200) Image Format use like this "s200-c" or "s200-p". image will be crop to make it square. Blogspot Image format also look like this : "s200" (if image landscape width will 200px. If image Portrait height will 200px), "w200" (image width will 200px) or "h200" (image height will 200px) |
ImageSize | Default Image Size in Recent Post by Tag (blogger/blogspot format). Image Format use Picasa/Blogspot image format: To make square image (200x200) Image Format use like this "s200-c" or "s200-p". image will be crop to make it square. Blogspot Image format also look like this : "s200" (if image landscape width will 200px. If image Portrait height will 200px), "w200" (image width will 200px) or "h200" (image height will 200px) |
slideshowSpeed | Default Slide speed(Caraousel slide and Vertical slide) |
NewsTickerText | News Ticker Heading Title |
RandomTitle | Define Random Post Title (if Random Post widget don't have title) |
RecentTitle | Define Recent Post Title |
RelatedTitle | Define Related Post Title |
RelatedStyle | Related Post Style: "carousel" or "normal" |
CommentMode | Default Comment mode |
MobileRedirect | If you want redirect mobile version to desktop version: true or false |
Theme Customizer
NB : Blogger Customize will work if Blogger Mobile Template Enabled before upload this Theme
After customize yours template you can disable Blogger Mobile Template but it will make Blogger Customize not work
Property | Description |
---|---|
Main Color | This Will Change Body color, Main Area Color, Footer Area and Credit Area (footer widget title) |
Backgrounds | This will change Primary color |
Links | This will change Hover link Color and visited link color |
Page Text | This will change Main/Body Font Type, Heading font type, Text Color and Article Title Color |
Header | This will change Blog title font type, Blog description font type, and Blog description Color |
Top Navigation | This will Change Top Navigation Background Color, Navigation Hover Color, and Time Background |
Middle Navigation | This will change Top gradient Color, Bottom Gradient Color, Sub Menu Color, Sub Sub Menu Color Color |
Content Area | This will change Content Area background color, Widget Title Top gradient Color ,Widget title bottom gradient color, and Widget header text color |
Buttons | This will change all button color, Top gradient, Middle gradient and bottom gradient |
Buttons Hover | This will change all hover button color, Top gradient, Middle gradient and bottom gradient |
Search Input | This will change Search input border color, Search Input text Color and Search Result widget area color |
Search Input 2 | This will change Search input top gradient color and Search Input bottom gradient color |
Widget Area | This will change Widget area background color, border color, and Sidebar text color |
Footer Area | This will change footer text color, border color, image background color and footer hover link color |
Page Navigation Button | This will change Page navigation text color, border color, top gradient background color and bottom gradient background color |
Page Navigation Button 2 | This will change page navigation hover button border color, and active button background color |
Featured Widget | This will change fetured button text color, featured widget button top gradient background color, bottom gradient background color and dots background color |
Comment Widget | This will change comment date top background color and bottom background color |
Input | This will change Input top gradient background color, bottom gradient background color, text color and border color |
Other | This will change content button color, and Inset Shadow Color |
Change Background Image
It's Easy to customize this themes. Just Go to Blogger Dashbord and Click Template then Click Customize and Click BackgroundClick Background Image and choose image what you want or upload from yours computer
RTL Support
- On Blogger Dashbord Click Template
- Click Edit HTML
- Scroll down and Find this Code :
and change with:<Variable name="startSide" description="Side where text starts in blog language" type="automatic" default="left" value="left"/> <Variable name="endSide" description="Side where text ends in blog language" type="automatic" default="right" value="right"/>
<Variable name="startSide" description="Side where text starts in blog language" type="automatic" default="right" value="right"/> <Variable name="endSide" description="Side where text ends in blog language" type="automatic" default="left" value="left"/>
Once again, thank you so much for purchasing this theme. As I said at the beginning, I'd be glad to help you if you have any questions relating to this theme. No guarantees, but I'll do my best to assist. If you have a more general question relating to the themes on ThemeForest, you might consider visiting the forums and asking your question in the "Item Discussion" section.