Menu
show-notice
hide-notice

Beautiful Featured Slider With Navigator For Blogger

on 16 March 2013

First of all sorry for late post, still I was busy with final exam, I lost few days for blogging. Today I came up with an beautiful featured slider and I want to share with you. You may have seen many websites with cool content slider. In the past I had posted featured content widget, it was cute widget.

This is an automatic slider with small navigation which is used to navigate next and prev. In this widget there is a specialty that is you don't won't to add image url and link text, it pick out your blog recent post automatically as compared to other slider we have to manually add image url and link text. You just have to add your blog address that's all.
Live Demo

How To Add Featured Slider In Blogger

1. Go to your blogger layout page
2. Click Add Gadget and select HTML/JavaScript.
3. Now paste the following code into it.
<style type="text/css">
#slides *{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}
#slides ul,#slides li{padding:0;margin:0;list-style:none;position:relative}
#slides ul{height:250px}
#slides li{width:49.9%;height:100%;position:absolute;display:none}
#slides li:nth-child(1), #slides li:nth-child(2), #slides li:nth-child(3), #slides li:nth-child(4){display:block}
#slides li:nth-child(1){left:0;top:0}
#slides li:nth-child(2){left:50.1%;width:24.8%;height:49.8%}
#slides li:nth-child(3){left:75.2%;width:24.8%;height:49.8%}
#slides li:nth-child(4){left:50.1%;top:50.2%;height:49.9%}
#slides a{display:block;width:100%;height:100%;overflow:hidden}
#slides img{display:block;width:100%;height:100%;border:0;padding:4px;background-color:#0097BD;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px}
#slides .overlayx{width:100%;height:100%;position:absolute;z-index:2;background-image:url(http://softglad.at.ua/images/fadebg.png);background-position:50% 50%;background-repeat:repeat-x;border:4px solid #00BD79;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px}
#slides h4{position:absolute;bottom:30px;margin:0;font-size:18px;font-family:Arial;left:0;padding:0 10px;color:white;z-index:3;line-height:20px;font-weight:normal}
#slides li:nth-child(2) h4,#slides li:nth-child(3) h4{font-size:13px;line-height:15px}
#slides .label_text{font-size:9px;color:white;bottom:10px;z-index:3;left:10px;font-family:Verdana,Geneva,sans-serif;position:absolute}
#slides li:nth-child(2) .autname,#slides li:nth-child(3) .autname{display:none}
#slides .overlayx,#slides li{-webkit-transition:all .4s ease-in-out;-moz-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out;-ms-transition:all .4s ease-in-out;transition:all .4s ease-in-out}
#slides li:hover .overlayx{-ms-filter:"progid:DXImageTransform.Microsoft. Alpha(Opacity=10)";filter:alpha(opacity=10);-khtml-opacity:0.1;-moz-opacity:0.1;opacity:0.1}
#buttons{margin: 5px auto;text-align: center;background:#00BD79;width: 10%;}
#buttons a{display:inline-block;text-indent:-9999px;width:15px;height:25px;position:relative}
#buttons a::before{content:"";width:0;height:0;border-width:8px 7px;border-style:solid;border-color:transparent #535353 transparent transparent;position:absolute;top:50%;margin-top:-8px;margin-left:-10px;left:50%}
#buttons a#nextx::before{border-color:transparent transparent transparent #535353;margin-left:-3px}
@media only screen and (max-width:600px){
  #slides ul{height:600px}
  #slides li:nth-child(1){width:100%;height:49.8%}
  #slides li:nth-child(2){top:50.2%;height:24.8%;left:0;width:49.8%}
  #slides li:nth-child(3){left:50.2%;top:50.2%;width:49.8%;height:24.8%}
  #slides li:nth-child(4){left:0;top:75.3%;height:24.8%;width:100%}
}
</style>
<div id="featuredpost"></div>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js" type="text/javascript"></script>
<script src="http://softglad.at.ua/widgets/slider.js" type="text/javascript"></script>
<script type='text/javascript'>
//<![CDATA[
$(document).ready(function () {
FeaturedPost({
blogURL:"http://softglad.com",
MaxPost:8,
idcontaint:"#featuredpost",
ImageSize:300,
interval:5000,
autoplay:true,
tagName:false
});
});
//]]>
</script>
Now replace the url (highlighted in red) with your blog url and Save It. You can also customize image size, auto play, number of post to display and interval time on the above code.

I'm strongly recommend you to add this widget above your blog post section.

This widget will show in every pages of your blog like post, archive, static, label page. So if you wish to display this widget only in home page then you may have to follow below tips.
1. Goto template page and click edit HTML. Check mark Expand widget template.
2. Find the following piece of code in your blog, Below code is not exactly same in your blog. It will different widget id, here is an just example HTML7
<b:widget id='HTML7' locked='false' title='' type='HTML'>
<b:includable id='main'>
<b:if cond='data:blog.homepageUrl == data:blog.url'>
  <!-- only display title if it's non-empty -->
  <b:if cond='data:title != &quot;&quot;'>
    <h2 class='title'><data:title/></h2>
  </b:if>
  <div class='widget-content'>
    <data:content/>
  </div>

  <b:include name='quickedit'/>
</b:if>
</b:includable>
</b:widget>
You cannot find the third line and last third line code (highlighted in red) but you have to copy paste and add it between your widget in your template.

I hope you like this new widget and if you got any error you can feel free to comment below.

SHARE

34 comments:

  1. its not work please help me

    ReplyDelete
    Replies
    1. Bro. Please mention where you got error.
      The script that I posted in this article never get any error because i tested well.

      Delete
  2. Hello Ashiq bro how are you. i want chat with you and some guide line required.. pls tell me how to possible to make money in google adsens.. and tell me i want make a website how it??

    pls guide me mahmoodge1@gmail.com

    ReplyDelete
    Replies
    1. Fine. I will try to add you soon and give you some ideas about blogging.
      Thanks....

      Delete
  3. nice slider but can you tell me how to change the green outline with a blue?

    ReplyDelete
  4. bro gadget fits my site perfectly but i want to run this gadget on particular label does it possible? it is showing recent posts on it own.

    ReplyDelete
  5. here is my site you can see my problem http://www.ourtfi.com/

    ReplyDelete
  6. How can i add this slider to all of my posts, i mean under image and text. Thanks :)

    ReplyDelete
    Replies
    1. I have already coded to appear in all pages of a blog like post, static page, label, archive etc.

      Delete
    2. Hello Ashiq, nice gadget but links opens in new tab... how can i force it to open in self window instead of blank?

      Delete
  7. thanks man you helped me....

    ReplyDelete
  8. This comment has been removed by the author.

    ReplyDelete
  9. This comment has been removed by the author.

    ReplyDelete
  10. Dear,

    this does not work in sub domain url. I tried in my sub domain blogspot.com it didn't work. But when i tried in my domain name which i purchased, it worked.

    I want to put this slider in my sub domain blog

    please tell me how to do it

    ReplyDelete
  11. can i use for basic html?

    ReplyDelete
  12. This comment has been removed by the author.

    ReplyDelete
  13. awesome this is wat i want i used it at www.telugusongs.net.in

    ReplyDelete
  14. look like same with the vertical slider. but still nice :)
    http://soffmodd.blogspot.com/

    ReplyDelete
  15. it stopped working on our site technews24h.com , why?

    ReplyDelete
  16. This comment has been removed by the author.

    ReplyDelete
  17. Hi there! loved your gadget. Is there a way to remove author name and date from the slider photos?

    ReplyDelete
  18. widhet is not showing pictures, why?

    ReplyDelete
  19. my widget is not showing pictures, why?

    ReplyDelete
  20. Replies
    1. same here, script stop working last 48 hours..
      blog: http://stergiog.blogspot.com

      Delete
  21. script stop working last days

    ReplyDelete
  22. I can see it on iPad...but in browsers on PC i can't see it, why?
    the page is technews24h.com

    ReplyDelete
  23. Please help me bro it doesent work at my site http://adroiten.blogspot.com/

    ReplyDelete
  24. the working codes you looking for is here !
    just search in google: featured posts metro ui - contohblog

    ReplyDelete

Important -Comments with Links will be deleted immediately upon our review and If you are asking a question click the 'Subscribe By Mail' link below the comment form to be notified of replies.