1. Setting Main Blog Part
- On Blogger Dashboard Click Layout.
- Click Edit on Blog Posts Widget.
- Change it to look like that image.
- Click Save.
2. Navigation Menu
- On Blogger Dashboard Click Template.
- Click Edit HTML.
- Press Crtl+F.
- And search 'Menu bar'
- And find This Code:
| Change |
Please Change the links according to your need,For links Just replace the # with url and Change the Name of the link |
3. About Author
- On Blogger Dashboard Click Layout.
- Click Add a Gadget.
- Choose HTML/Javascript.
- Add the following Code:
<div class="widget-content">
<div class="My-pix">
<img alt="My Photo" src="http://1.bp.blogspot.com/-BoCkJc9x0OQ/VV8p4CPfruI/AAAAAAAAAyA/OFYxwQz69K0/s250-c/author-img.jpg" />
</div>
<dl class="profile-datablock">
<div class="bt_author_bio">
<h3><a href="http://www.yotemplates.com" title="Zarja">Zarja Kij</a></h3>
<dd class="profile-textblock">Far far away, behind the word mountains, far from the countries Consonantia….
<br/>
<img src="http://1.bp.blogspot.com/-xrD5EdyFRKY/VdmQ1qZpJYI/AAAAAAAADAA/uth4f04JQEE/s1600/sig%25289%2529.png" style="width:30%;height: auto;" />
</dd>
</div></dl></div>
Now all You Have to do is, Change the Image URLs with Your Desired Image URLs, And Social Links URLs (href=#) with Your Social Sites links
NOTE:If You Are Still Facing some Problems, Fill Free to ask for the assistance.
4. Popular Post Carousel
5. Side Bar Social Icons
- On Blogger Dashboard Click Layout.
- Click Add a Gadget.
- Choose HTML/Javascript.
- Copy the following Code:
<div class="social-links-wrap">
<ul class="social-links clearfix">
<li><a href="http://www.facebook.com/yotemplates" title="Facebook" target="_blank"><i class="fa fa-facebook"></i></a>
</li>
<li><a href="http://www.twitter.com/yotemplates" title="Twitter" target="_blank"><i class="fa fa-twitter"></i></a>
</li>
<li><a href="#" title="Flickr" class="blu_flickr_background_hover blu_flickr_border_hover" target="_blank"><i class="fa fa-flickr"></i></a>
</li>
<li><a href="#" title="Instagram" target="_blank"><i class="fa fa-instagram"></i></a>
</li>
<li><a href="#" title="Dribbble" target="_blank"><i class="fa fa-dribbble"></i></a>
</li>
</ul></div>
| # |
Change social links with your links. |
6. Instagram Widget
- On Blogger Dashboard Click Template.
- Click Layout.
- Add an HTML/Javascript Widget wherever you want to place instagram widget
- And Paste the Code Generated Fromsnapwidget.com
7. Slider Setting
- On Blogger Dashboard Click layout.
- And Follow the instructions given the below:
8. Latest Posts
- On Blogger Dashboard Click Layout.
- Click Add a Gadget.
- Choose HTML/Javascript.
- Add the following Code:
<style>
.gfg-root {
width: 100%;
height : auto;
position : relative;
overflow : hidden;
margin: 0 auto;
text-align : center;
font-size: 12px;
border: 1px solid #DBDBDB;
}
.gfg-title {
font-size: 16px;
font-weight : bold;
color : #6B6B6B;
background:#F3F3F3;
background-repeat: repeat;
line-height : 1.4em;
overflow : hidden;
white-space : nowrap;
padding: 5px;
text-shadow: 0px 2px #fff;
}
.gfg-entry {
background-color: #FFFFFF;
width : 100%;
height : 9.2em;
position : relative;
overflow : hidden;
text-align : left;
margin-top : 3px;
}
.gf-title a {
text-transform: capitalize;
color: #5bc98a;
font-size: 14px;
}
.gfg-subtitle {
display: none;
}
.gfg-list {
position : relative;
overflow : hidden;
text-align : left;
}
.gfg-listentry {
line-height : 1.5em;
overflow : hidden;
white-space : nowrap;
text-overflow : ellipsis;
padding-left : 15px;
padding-right : 5px;
}
.gfg-listentry-odd {
background-color : #F3F3F3;
border-bottom : 1px dotted #CCCCCC;
padding: 15px 5px;
}
.gfg-listentry-even {
background-color : #F3F3F3;
border-bottom : 1px dotted #CCCCCC;
padding: 5px;
}
.gfg-listentry-odd a{
color: #5BC98A;
padding: 0 0px 0 10px;
}
.gfg-listentry-even a{
color: #5BC98A;
padding: 0 0px 0 10px;
}
.gfg-listentry-highlight {
background: #FFFFFF;
}
.gfg-listentry-highlight:before {
position: absolute;
left: 0;
content: '\25BA ';
font-size: 14px;
color: #DBDBDB;
}
.gfg-listentry-highlight a {
color: #242424;
}
.gfg-root .gfg-entry .gf-result {
position : relative;
background-color: #ffffff;
width : auto;
height : 100%;
padding-left : 20px;
padding-right : 5px;
}
.gfg-root .gfg-entry .gf-result .gf-title {
font-size: 14px;
line-height : 1.2em;
overflow : hidden;
white-space : nowrap;
text-overflow : ellipsis;
margin-bottom : 2px;
margin: 10px 5px;
}
.gfg-root .gfg-entry .gf-result .gf-snippet {
height : 3.8em;
color: #000000;
margin-top : 3px;
}
.clearFloat {
clear : both;}</style>
<script src="http://www.google.com/jsapi" type="text/javascript"></script><script src="http://www.google.com/uds/solutions/dynamicfeed/gfdynamicfeedcontrol.js" type="text/javascript"></script>
<script type="text/javascript">
function showGadget() {var feeds = [{title:'List',url:'http://chrishtmas-yotemplates.blogspot.in/feeds/posts/default?redirect=false&start-index=1&max-results=10'},];
new GFdynamicFeedControl(feeds, 'feedGadget',{numResults : 10, displayTime : 5000, hoverTime : 500});} google.load("feeds", "1");
google.setOnLoadCallback(showGadget);
</script>
<div id="feedGadget">Loading...</div>
Now all You Have to do is, Change the Image URLs with Your Desired Image URLs, And Social Links URLs (href=#) with Your Social Sites links