Social Top Widget
Access your blog Layout > click Edit link on Social Top widget.
Icons Available { facebook, twitter, gplus, linkedin, instagram, pinterest }
Image Example:
Top Menu Widget
Access your blog Layout > click Edit link on Top Menu Widget.
Image Example:
Label Based Slider widget
Access your blog Layout > click Edit link(Slider). add your desired label in the html/javascript area.
like this.
Note** :- Labels are case sensitive.
Image Example:
Social Footer Widget
Access your blog Layout > click Edit link on Social Footer widget.
Icons Available { facebook, twitter, gplus, linkedin, instagram, pinterest }
Image Example:
Footer Menu Widget
Access your blog Layout > click Edit link on Footer Menu Widget.
Image example:
Instagram Widget
Access your blog Layout > click Edit link on Instagram Widget.
Paste this Below code into it.
<div id='instafeed'/>In above code you you will see a
<script type='text/javascript'>//<![CDATA[
var feed = new Instafeed({
get: 'user',
userId: 3541708255,
limit:6,
sortBy:'random',
accessToken: '3541708255.1677ed0.5e79fa74dcac4a52bea0ebba51eacb88',
template: '<li><a href="{{link}}" target="_blank"><img src="{{image}}" /><div class="insta-likes"><div style="display: table; vertical-align: middle; height: 100%; width: 100%;"><span style="display: table-cell; vertical-align: middle; height: 100%; width: 100%;">{{likes}} <i class="fa fa-heart"></i><br/>{{comments}} <i class="fa fa-comment"></i></span></div></div></a></li>',
resolution: 'standard_resolution'
});
feed.run();
//]]>
</script>
accessToken: ‘3541708255.1677ed0.5e79fa74dcac4a52bea0ebba51eacb88′,
This – 3541708255.1677ed0.5e79fa74dcac4a52bea0ebba51eacb88 is a access token ID.
Now you need to create you new one and replace with this.
How to Create Instagram Access Token
1. you need access token for instagram widget to work
Go to this url-> http://instagram.pixelunion.net/
Login Via your instagram Account and Generate access token in a single click.
2. Once you get access token just replace with this access token with in a your code.
Theme Option
- Box / Fluid:
To make the blog width boxed simply add any size more than 1170px, to make the blog full width add 100%.
- Slider Count:
Type your number for Slider Posts, Default is "5"
- Slider Display:
To hide the slider add none, to redisplay add block
Template Customizer
Access your blog Template > click Customize.
Here you can change the background, and apply pre-defined colors.
Image Example:
NOTE: To make any changes you must click Apply to Blog in the upper Right.
NOTE 02: To return to default style click Clear advanced changes to theme color, and click Apply to Blog.

