Showing posts with label blog. Show all posts
Showing posts with label blog. Show all posts

Saturday, 27 December 2014

Adding Numbered Page navigation will be useful for readers to easily go through your posts.Please follow the below instructions to add a page navigation to your blog.

First go to Blogger Dashboard, then select Template and then Edit HTML.




STEP #1:
Find the below code by pressing Ctrl+f and type the below code in it.
<b:includable id='mobile-index-post' var='post'>
Paste below code before the above line.
<b:includable id='page-navi'><div class='pagenavi'><script type='text/javascript'>var pageNaviConf = {
perPage: 5,numPages: 5,firstText: &quot;First&quot;,
lastText: &quot;Last&quot;,
nextText: &quot;&#187;&quot;,
prevText: &quot;&#171;&quot;
}
</script>
<script src='https://www.googledrive.com/host/0B2ww3WS8P1MJYUpZd21XNXBYYW8' type='text/javascript'/>
<div class='clear'/>
</div>
</b:includable>

STEP #2:

Now find the below code
<b:include name=’nextprev’/>
Now, Replace the above code with the given below code
<b:if cond='data:blog.pageType == &quot;index&quot;'>
<b:include name='page-navi'/>
<b:else/>
<b:if cond='data:blog.pageType == &quot;archive&quot;'>
<b:include name='page-navi'/>
</b:if>
<b:else/>
<b:if cond='data:blog.pageType == &quot;item&quot;'>
<b:include name='nextprev'/>
</b:if>
</b:if>

STEP #3:
Now find  ]]></b:skin>

Paste the below code before the above code.

#blog-pager, .pagenavi {
     clear: both;
     text-align: center;
     margin: 30px auto 10px;
}
#blog-pager a, .pagenavi span, .pagenavi a {
padding: 10px;
background: #ffffff;
color: #333333;
text-decoration: none;
font-family: arial;
font-size: 14px;
position: relative;
margin: 0px 4px 4px 0px;
-webkit-transition: all 0.4s ease 0s;
-moz-transition: all 0.4s ease 0s;
-ms-transition: all 0.4s ease 0s;
-o-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
#blog-pager a:visited, .pagenavi a:visited {
     color: #fff;
}
#blog-pager a:hover, .pagenavi a:hover {
     color: #fff;
     text-decoration: none;
     background: #54c0d1;
box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.5);
position: relative;
}
.pagenavi .current {
     color: #fff;
     text-decoration: none;
     background: #54c0d1;
}
.pagenavi .pages, .pagenavi .current {
     font-weight: bold;
}

Now, click Save Template and I hope you like this widget. Please give your valuable comments

How to add numbered page navigation to your blog

Sunday, 14 December 2014

  • It will be attractive if you add a slider in your blog. First go to Dashboard, select Layout and then click on Add a Gadget.

A pop up window will appear. Scroll the window and click HTML/JavaScript.




Now copy the following code.
<style type="text/css">
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus{
outline:none;
}
.slides,
.flex-control-nav,
.flex-direction-nav{
margin:0;
padding:0;
list-style:none;
}

.flexslider{

margin:0;
padding:0;
}
.flexslider .slides > li{
display:none;
-webkit-backface-visibility:hidden;
-moz-backface-visibility:hidden;
-ms-backface-visibility:hidden;
-o-backface-visibility:hidden;
backface-visibility:hidden;
}

.flexslider .slides img{

width:100%;
display:block;
}
.flex-pauseplay span{
text-transform:capitalize;
}

.flexslider a.intro {

bottom:0;
color:rgba(0, 0, 0, 0.1);
font-size:14px;
position:absolute;
right:0;
text-decoration:none;
z-index:99999;
}
.slides:after{
content:".";
display:block;
clear:both;
visibility:hidden;
line-height:0;
height:0;
}
html[xmlns] .slides{
display:block;
}
* html .slides{
height:1%;
}

.no-js .slides > li:first-child{

display:block;
}

.flexslider{

margin:0 0 60px;
background:#fff;
border:4px solid #fff;
position:relative;
-webkit-border-radius:4px;
-moz-border-radius:4px;
border-radius:4px;
-webkit-box-shadow:0 1px 4px rgba(0,0,0,.2);
-moz-box-shadow:0 1px 4px rgba(0,0,0,.2);
box-shadow:0 1px 4px rgba(0,0,0,.2);
zoom:1;
}
.flex-viewport{
max-height:2000px;
-webkit-transition:all 1s ease;
-moz-transition:all 1s ease;
-o-transition:all 1s ease;
transition:all 1s ease;
}
.loading .flex-viewport{
max-height:300px;
}
.flexslider .slides{
zoom:1;
}
.carousel li{
margin-right:5px;
}

.flexslider li {

border: 0 none !important;
padding: 0 !important;
text-indent: 0 !important;
}
.flex-direction-nav a{
width:30px;
height:30px;
margin:-20px 0 0;
display:block;
background:url(http://project.dimpost.com/flexslider-carousel/images/bg_direction_nav.png) no-repeat 0 0;
position:absolute;
top:50%;
cursor:pointer;
text-indent:-9999px;
opacity:0;
-webkit-transition:all .3s ease;
-moz-transition:all .3s ease;
-o-transition:all .3s ease;
transition:all .3s ease;
}
.flex-direction-nav .flex-next{
background-position:100% 0;
right:-36px;
}
.flex-direction-nav .flex-prev{
left:-36px;
}
.flexslider:hover .flex-next{
opacity:0.8;
right:5px;
}
.flexslider:hover .flex-prev{
opacity:0.8;
left:5px;
}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover{
opacity:1;
}
.flex-direction-nav .disabled{
opacity:.3!important;
filter:alpha(opacity=30);
cursor:default;
}

.flex-control-nav{

width:100%;
position:absolute;
bottom:-40px;
text-align:center;
}
.flex-control-nav li{
margin:0 6px;
display:inline-block;
zoom:1;
*display:inline;
}
.flex-control-paging li a{
width:11px;
height:11px;
display:block;
background:#666;
background:rgba(0,0,0,0.5);
cursor:pointer;
text-indent:-9999px;
-webkit-border-radius:20px;
-moz-border-radius:20px;
border-radius:20px;
-webkit-box-shadow:inset 0 0 3px rgba(0,0,0,0.3);
-moz-box-shadow:inset 0 0 3px rgba(0,0,0,0.3);
box-shadow:inset 0 0 3px rgba(0,0,0,0.3);
}
.flex-control-paging li a:hover{
background:#333;
background:rgba(0,0,0,0.7);
}
.flex-control-paging li a.flex-active{
background:#000;
background:rgba(0,0,0,0.9);
cursor:default;
}
.flex-control-thumbs{
margin:5px 0 0;
position:static;
overflow:hidden;
}
.flex-control-thumbs li{
width:25%;
float:left;
margin:0;
}
.flex-control-thumbs img{
width:100%;
display:block;
opacity:.7;
cursor:pointer;
}
.flex-control-thumbs img:hover{
opacity:1;
}
.flex-control-thumbs .active{
opacity:1;
cursor:default;
}
</style>
<script type="text/javascript" src="http://project.dimpost.com/flexslider-carousel/jquery.js"></script>
<script type="text/javascript" src="http://project.dimpost.com/flexslider-carousel/jquery.flexslider-min.js"></script>
<script type="text/javascript">
 $(document).ready(function(){
$(window).load(function() {
  $('.flexslider').flexslider({
    animation: "slide",
    animationLoop: false,
    itemWidth: 210,
    itemMargin: 0,
    minItems: 1,
    maxItems: 4
  });
});
});
</script>
<div class="flexslider">
  <ul class="slides">
    <li>
      <img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhrawyBgjvsNqJkS_hLM074vA9JrMYV8674OZ-3XdGPuinQ57hMxNARdjqovYuenIO7E6TQUfs20GqoZgqGr3zgcs4rLuyLGVCtoLHoVSADdE4k0gVkH9Njj-SKL5xz_pUVj13dqygcdQ/s1600/beautiful-rose-flowers-30.jpg" height=250 width=300  />
    </li>
    <li>
      <img src="http://webneel.com/wallpaper/sites/default/files/images/01-2014/32-flower-wallpaper.preview.jpg" height=250 width=300  />
    </li>
    <li>
      <img src="http://2.bp.blogspot.com/-yMt7eZ3ENHI/T5XfCmcJ6fI/AAAAAAAAYpI/INwt9dRazTE/s1600/0.jpg" height=250 width=300 />
    </li>
    <li>
      <img src="http://3.bp.blogspot.com/-nssqeyWW1vc/Tm85hYxRhAI/AAAAAAAADvU/j_ORYNploFk/s1600/flowers_and_butterflies-277733-1251185295.jpeg" height=250 width=300 />
    </li>
    <li>
      <img src="http://i2.wp.com/www.wonderslist.com/wp-content/uploads/2013/01/Whitehaven-Beach_Australia.jpg?resize=550%2C309" height=250 width=300 />
    </li>
    <li>
      <img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg1VoKUbpcsSP8lmqLYmpKn4HQGPOzkcgHp_-7Cp-A92rtpUecU91Y9T4N9eLthsQkvD-pH0A92xUWvDFdqeYU87p4G_bOtBMtmGJkqtmLtaD9hPH4XHIZpLgQiFrTrXpxmdUwvzMd67clb/s1600/beautiful-places-nature-2.jpg" height=250 width=300 />
    </li>
    <li>
      <img src="http://planetden.com/wp-content/uploads/2014/03/taj11.jpg" height=250 width=300 />
    </li>
    <li>
      <img src="http://thefabweb.com/wp-content/uploads/2012/05/beautiful-swan-x.jpg?95073f" height=250 width=300 />
    </li>
    <li>
      <img src="http://media-cache-ak0.pinimg.com/736x/03/b3/c7/03b3c7348116c0e99e27a582691187fa.jpg" height=250 width=300 />
    </li>
    <li>
      <img src="http://wallpaperus.org/wallpapers/04/160/winter-season-1920x1080-wallpaper-1665400.jpg" height=250 width=300 />
    </li>
    <li>
      <img src="http://inspirefree.com/wp-content/uploads/2014/09/10086637516_fde6ccdaf9_z.jpg" height=250 width=300 />
    </li>
    <li>
      <img src="http://i01.i.aliimg.com/wsphoto/v1/562335951_1/Rose-of-Sharon-Beautiful-Purple-Rose-Colors-Flower-150-Seeds-Home-Decoration-5749.jpg" height=250 width=300 />
    </li>
  </ul>
</div>
Now, paste the above code in content field.Click save.



How to add a slider in your blog

It's very easy to track the visitors on your blog by simply adding a gadget. The gadget will show the page views of your blog. Let us see how to add page views on your blog.

Click here to Create a blog on Blogger(for free)

STEP #1: Go to Dashboard of blogger. Click on Layout and then Click Add a Gadget where you want to place the visitors count.



STEP #2:  A pop up window appears on the screen as shown below. Select basics.



STEP #3: Scroll down the window. Select Blog's Stats.



STEP #4: Change the details as your wish. Finally, click save.


How to add page views to your blog

When you create your blog using blogger, it will have a default logo of favicon like this.

But you can change the logo of your blog as you wish.


STEP #1: Sign into Blogger and go to Dashboard. Go to your blog in which you wish to change the logo. Click on Layout, now click on Edit.as shown in image.




STEP #2: Click on Choose File.



STEP #3: Select the image which you wish to use this as the logo and then click on Open. Make sure that your image should be in square shape.




STEP #4: Now, Click on save. That's it. You set your logo for your blog.






How to change the logo of your blog

Sunday, 23 November 2014

             At first, I thought that creating a blog is a difficult task because  I know only the basics of HTML and PHP. Before start this blog,my opinions about blog are:

  • Blogger should be well versed in coding like HTML, HTML 5, CSS, PHP.
  • Blogger should pay to create a blog.
  • Lot of Intelligence about different Fields.



But when I was browsing, I came to know that good knowledge about coding is not necessary to start a blog. The great news is we need not pay to create a blog in blogger.com, WordPress.org etc. You can start your own blog at various areas like Technology, Sports, Travel, Entertainment, Education, Personal etc.. But you should take your own time to think about why you decided to start a blog, the name and URL of your blog because the URL of your blog should be related to the posts and pages of your blog. For example, consider your blog is focusing on sports but if your blog URL is related to education then it will be of no use. So, just think over it. Now, I will guide you to create a  blog in BLOGGER with step by step instructions.

STEP #1: Type the "blogger.com" in address bar



STEP #2: Sign into your Gmail account





















STEP #3: Now you will be redirected to the following page. Click on New Blog as shown in below



STEP #4: Enter the Title and Address (URL) of your blog and check it's availability
 


STEP #5: Check whether it is available or not. If it is available, click Create.




STEP #6Now, your blog is created, click on your blog name to see the details about your blog.



STEP #7: That's it. You created your blog. Enjoy Blogging. Please give your valuable comments.




How to create a blog for free

 
KayalSpot © 2015 - Designed by Templateism.com