Maxxiz Responsive Blogger Template Documentation - Expand Your Business

We are who can Expand Your Business at Global Level

Hot

Post Top Ad

Maxxiz Responsive Blogger Template Documentation

Maxxiz Responsive Blogger Template Documentation

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

I assume you have a blogger account, so let's get 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.
In Choose mobile template window, check "Yes. Show mobile template on mobile devices.", then click drop down at Choose mobile template option, choose Custom, then click Save button.

Installation

You can do it by follow this step:
  1. Unzip the “Maxxiz-theme.zip” file.
  2. On Blogger Dashboard Click Template.
  3. Click Backup/Restore button (Top Right).
  4. Click Choose File button. Find where the “Maxxiz-theme.xml” file location.
  5. Then Click Upload.

After installing the theme, this it the minimun setting to make all widget works fine in this themes.

Embedded Comment

This to make comment area like the Demo and make Emoticon show
  1. On Blogger Dashboard Click Setting.
  2. Click Posts and Comments
  3. in Comment Location Choose Embedded
  4. Then Click Save settings.

Blog Feed

This to make recent comment, Search Result, Auto Featured Post, and Post by Label work fine
  1. On Blogger Dashboard Click Setting.
  2. Click Other
  3. in Site Feed Allow Blog Feed Choose Full Or Short
  4. Then Click Save settings.
NB:
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
  1. Right Header Widget Area(Ads 728x90)
  2. Featured Post Area
  3. Top Sidebar Area
  4. Middle Sidebar Area
    a. Popular Post
    b. Recent Comment
    c. Archive Widget
  5. Bottom Sidebar Area
  6. Label Post Widget Area
  7. Footer Widget Area
  8. Manual Featured Post Area (work with Image Widget)
  9. Left Sidebar Area

Manual Slide Show

To Create Manual Slide Show follow this step
  1. on Dashbord Blogger Click Layout
  2. On Manual Slideshow Widget Area Click Add a Gadget
  3. Choose Image Widget




    1. Fill With Image Title
    2. Image Description
    3. Link When Image or Title Click
    4. Search Yours Image
    5. Uncheck shrink to fit


    NB : Recommended Image Size 517px x 250px
  4. Click Save
  5. 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)


[Title][featuredpost][random][5]


New Method (Using SHORTCODE)

  1. on Dashbord Blogger Click Layout
  2. Click Add a Gadget
  3. Choose Labels widget
  4. Copy this Code:

    [Title][featuredpost][random][5]



  5. Click Save

Old Method (Using Javascript)

To add Featured Post widget follow this step
  1. on Dashbord Blogger Click Layout
  2. Click Add a Gadget
  3. Choose HTML/Javascript
  4. Copy this Code:

    <div id="featpost"></div>
    <script type='text/javascript'>
    jQuery("#featpost").AutofeaturedPost({
    MaxPost:5
    });
    </script>
  5. Click Save
NB: MaxPost should be not more than 5 Post (because if more than 5 post Slideshow CSS must be change to make it looks good) (Default) Complete Javascript to call Auto Featured Post like this code:
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
To add Post by Label (Carousel Slider Post) widget follow this step

New Method (Using Short Code)

  1. on Dashbord Blogger Click Layout
  2. Click Add a Gadget
  3. Choose Labels
  4. Copy this Code:

    [Widget_Title][carouselslide][recent][9]



  5. Click Save

OLD Method (Using Javascript)

  1. on Dashbord Blogger Click Layout
  2. Click Add a Gadget
  3. Choose HTML/Javascript
  4. 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>
  5. Click Save
  6. 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

To add Post by Label (Vertical Post) widget follow this step

New Method (Using Short Code)

  1. on Dashbord Blogger Click Layout
  2. Click Add a Gadget
  3. Choose Labels
  4. Copy this Code:

    [Widget_title][vertical][recent][5]
    if you want animated Vertical Post shortcode look like this:
    [Widget_title][vertical][animated][7]



  5. Click Save

OLD Method (Using Javascript)

  1. on Dashbord Blogger Click Layout
  2. Click Add a Gadget
  3. Choose HTML/Javascript
  4. Copy this Code:

    <div id="musicpost"></div>
    <script type='text/javascript'>
    jQuery("#musicpost").RecentPostbyTag({
    postType:"v",
    MaxPost:4,
    tagName:"Music"
    });
    </script>
  5. Click Save
  6. 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

To add Post by Label (Horizontal Post) widget follow this step

New Method (Using Short Code)

  1. on Dashbord Blogger Click Layout
  2. Click Add a Gadget
  3. Choose Labels
  4. Copy this Code:

    [Widget_title][horizontal][recent][5]
    if you want animated Horizontal Post shortcode look like this:
    [Widget_title][horizontal][animated][7]



  5. Click Save

OLD Method (Using Javascript)

  1. on Dashbord Blogger Click Layout
  2. Click Add a Gadget
  3. Choose HTML/Javascript
  4. Copy this Code:

    <div id="sportpost"></div>
    <script type='text/javascript'>
    jQuery("#sportpost").RecentPostbyTag({
    postType:"h",
    MaxPost:4,
    tagName:"Motion Design"
    });
    </script>
  5. Click Save
  6. 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

To add Post by Label (Combine Post) widget follow this step

New Method (Using Short Code)

  1. on Dashbord Blogger Click Layout
  2. Click Add a Gadget
  3. Choose Labels
  4. Copy this Code:

    [Widget_title][combine][recent][5]



  5. Click Save

OLD Method (Using Javascript)

  1. on Dashbord Blogger Click Layout
  2. Click Add a Gadget
  3. Choose HTML/Javascript
  4. Copy this Code:

    <div id="combinepost1"></div>
    <script type='text/javascript'>
    jQuery("#combinepost1").RecentPostbyTag({
    postType:"c",
    MaxPost:5,
    tagName:"Motion Design"
    });
    </script>
  5. Click Save
  6. 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

To add Post by Label (Gallery Post 1) widget follow this step

New Method (Using Short Code)

  1. on Dashbord Blogger Click Layout
  2. Click Add a Gadget
  3. Choose Labels
  4. Copy this Code:

    [Widget_title][gallery1][recent][10]



  5. Click Save

OLD Method (Using Javascript)

  1. on Dashbord Blogger Click Layout
  2. Click Add a Gadget
  3. Choose HTML/Javascript
  4. Copy this Code:

    <div id="gallerypost1"></div>
    <script type='text/javascript'>
    jQuery("#gallerypost1").RecentPostbyTag({
    postType:"g1",
    MaxPost:13,
    tagName:"Motion Design"
    });
    </script>
  5. Click Save
  6. 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

To add Post by Label (Gallery Post 2) widget follow this step

New Method (Using Short Code)

  1. on Dashbord Blogger Click Layout
  2. Click Add a Gadget
  3. Choose Labels
  4. Copy this Code:

    [Widget_title][gallery2][recent][10]



  5. Click Save

OLD Method (Using Javascript)

  1. on Dashbord Blogger Click Layout
  2. Click Add a Gadget
  3. Choose HTML/Javascript
  4. Copy this Code:

    <div id="gallery2post1"></div>
    <script type='text/javascript'>
    jQuery("#gallery2post1").RecentPostbyTag({
    MaxPost:12,
    tagName:"Your_TagName",
    postType: "g2"
    });
    </script>
  5. Click Save
  6. 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)

To add Post by Label (Simple Recent Post (No image)) widget follow this step

New Method (Using Short Code)

  1. on Dashbord Blogger Click Layout
  2. Click Add a Gadget
  3. Choose Labels
  4. Copy this Code:

    [Widget_title][noimage][recent][5]



  5. Click Save

OLD Method (Using Javascript)

  1. on Dashbord Blogger Click Layout
  2. Click Add a Gadget
  3. Choose HTML/Javascript
  4. Copy this Code:

    <div id="simplenoimagepost1"></div>
    <script type='text/javascript'>
    jQuery("#simplenoimagepost1").RecentPostbyTag({
    MaxPost:5,
    tagName:"Your_TagName",
    ShowImage:false
    });
    </script>
  5. Click Save
  6. 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

To add Post by Label (Vertical Slider) widget follow this step

New Method (Using Short Code)

  1. on Dashbord Blogger Click Layout
  2. Click Add a Gadget
  3. Choose Labels
  4. Copy this Code:

    [Widget_title][verticalslide][recent][5]



  5. Click Save

OLD Method (Using Javascript)

  1. on Dashbord Blogger Click Layout
  2. Click Add a Gadget
  3. Choose HTML/Javascript
  4. 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>
  5. Click Save
  6. 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

To add Post by Label (Hot Post) widget follow this step

New Method (Using Short Code)

  1. on Dashbord Blogger Click Layout
  2. Click Add a Gadget
  3. Choose Labels
  4. Copy this Code:

    [Widget_title][hot][recent][3]



  5. Click Save

OLD Method (Using Javascript)

  1. on Dashbord Blogger Click Layout
  2. Click Add a Gadget
  3. Choose HTML/Javascript
  4. Copy this Code:

    <div id="hotpost1"></div>
    <script type='text/javascript'>
    jQuery("#hotpost1").RecentPostbyTag({
    MaxPost:3,
    postType:"ht",
    tagName:"Your_TagName"
    });
    </script>
  5. Click Save
  6. 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

To add Post by Label (Simple Recent Post) widget follow this step
  1. on Dashbord Blogger Click Layout
  2. Click Add a Gadget
  3. Choose Labels
  4. Copy this Code:

    [Widget_title][simple][recent][5]



  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
  1. On Blogger Dashbord Click Template
  2. Click Edit HTML
  3. Scroll down and Find this Code :

    <div class='error-custom'>
    
    <h2>404 Not Found</h2>
    <p class='error-body'>We&#39;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&#39;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 == &quot;&quot;) {this.value = &quot;Search...&quot;;}' onfocus='if (this.value == &quot;Search...&quot;) {this.value = &quot;&quot;;}' type='text' value='Search...'/>
    <input id='searchsubmit' type='submit' value='Go'/>
    </form>
    
    </div>
  4. Change which your's Language

Summary

To change image size and Summary length and other summary configuration follow this step.
  1. On Blogger Dashbord Click Template
  2. Click Edit HTML
  3. 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

Blogger Recent Comments
To add recent comments widget follow this step
New Method Using ShortCode
  1. on Dashbord Blogger Click Layout
  2. Click Add a Gadget
  3. Choose HTML/Javascript
  4. Copy this Code:

    <div class="maxxizrcomment"></div>
  5. Click Save
  6. 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
  1. on Dashbord Blogger Click Layout
  2. Click Add a Gadget
  3. Choose HTML/Javascript
  4. Copy this Code:

    <div id="rcentcomnets"></div>
    <script type='text/javascript'>
    jQuery("#rcentcomnets").RecentComments();
    </script>
  5. Click Save
(Default) Complete Javascript to call Recent Comments like this code:
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
To add recent comments widget follow this step
  1. on Dashbord Blogger Click Layout
  2. Click Add a Gadget
  3. Choose HTML/Javascript
  4. 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>
  5. Click Save
To edit JSON Search Result Text you can follow this step
  1. On Blogger Dashbord Click Template
  2. Click Edit HTML
  3. Scroll down and Find this Code :

    searchxx({summaryLength:100, scrthumbSize:50});
  4. If you want to change it. You can see complete default Script below:
(Default) Complete Javascript to call JSON Search Result like this code:
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

To edit Emoticon Text you can follow this step
  1. On Blogger Dashbord Click Template
  2. Click Edit HTML
  3. 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."
    });
  4. 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
To edit Emoticon Text you can follow this step
  1. On Blogger Dashbord Click Template
  2. Click Edit HTML
  3. Scroll down and Find this Code :

    relatedPostsWidget();
  4. If you want to change it. You can see complete default Script below:
(Default) Complete Javascript to call Related Post like this code:
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

To edit News Ticker Text you can follow this step
  1. On Blogger Dashbord Click Template
  2. Click Edit HTML
  3. 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
    });
  4. 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"
Maxxiz supported 3 comment systems: default threaded comment of Blogger, Facebook comment and Disqus comment. You can choose to use one comment system or combine two of them together by changing settings in Blog widget.
To pick comment systems, access Layout. Click Edit link on Blog Posts gadget.

In the Configure Blog Posts window, you will pick comment systems by input their names in comment text field. Template supported 3 names: blogger, facebook, disqus. You can combine two of them by separate their names by "-". Example, combine blogger with facebook comment system like the demo blog, you can input blogger-facebook. After input, click Save to enjoy.

Facebook Comment need Apps ID and Admin Id. To know how to get App ID and Admin Id you can search on Google or How To Get App ID. And you can follow this step to change my Facebook App ID and Admin ID.
  1. On Blogger Dashbord Click Template
  2. Click Edit HTML
  3. Scroll down and Find this Code :

    <meta content='218168578325095' property='fb:app_id'/>
    <meta content='100002549773049' property='fb:admins'/>
    and this code:
    <div id='facebook-comment-appid' style='display:none'>218168578325095</div>
  4. Change 218168578325095 with yours Facebook App ID. and 100002549773049 with yours Admin ID.
  5. Facebook Admin ID use to moderate facebook comments.
If you pick disqus comment system, you must input Disqus short name for it. To do that, follow this step.
  1. On Blogger Dashbord Click Template
  2. Click Edit HTML
  3. Scroll down and Find this Code :

    <div id='disqus-shortname' style='display:none'>maxxizmkrdezign</div>
  4. Change maxxizmkrdezign with yours Disqus shortname.
  5. Where you can get Disqus shortname? Access your Disqus Admin and choose Settings

    Then scroll down to Site Identify, you will see the shortname there.


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.

In Blog Readers radio options, choose Anybody and click Save changes.


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 section

Next, check Yes option, then type your Blog Description into the text field and click Save changes.

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
It's Easy to customize this themes. Just Go to Blogger Dashbord and Click Template then Click Customize and Click Advanced
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 Background


Click Background Image and choose image what you want or upload from yours computer

Because this theme support upload Background Image and this option make auto RTL Language change not work and to make it support RTL language must be change little CSS code. Follow this Step
  1. On Blogger Dashbord Click Template
  2. Click Edit HTML
  3. Scroll down and Find this Code :

    <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"/>
    and change with:
    <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"/>
Thats Code just change default and value for startSide from left change to right and for endSide from right change to 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.

© satankmkr 2013

Post Top Ad