Stylish JQuery Featured Post Widget for Blogger

Stylish JQuery Featured Post Widget for Blogger


Featured Post widget is important to add the most interesting content of your blog. By adding featured post widget, you can emphasize the most popular content and show it to your readers. You may have seen these kinds of widget in similar WordPress blogs.


Today, we'll learn how to add it into Blogpsot Blogs. Earlier, I created Platinum Blogger Template. From the most of the template users, I received the comments that Featured Post widget is not present there. So considering this, I am writing the separate tutorial which we will start now!

First of all view the Demo here.

Note: Platinum Blogger Template users don't have to follow the Step1, Step2, Step3, Step4 and Step5. So you can directly jump to Step 6.

Updated: All code has been updated. Please re follow the instructions those who have installed this widget.

Step 1. As general, Log on to your Blogger account and go to Design > Edit HTML.

Step 2. Find the following code in your Template:

]]></b:skin>
Step 3. Just above  ]]></b:skin> tag, add the following CSS codes:

#featured{
width:336px;
padding-right:250px;
position:relative;
height:250px;
background:#fff;
border:5px solid #ccc;
}
#featured ul.ui-tabs-nav{
    position:absolute;
    top:0; left:336px;
    list-style:none;
    padding:0; margin:0;
    width:250px;
}
#featured ul.ui-tabs-nav li{
    padding:1px 0; padding-left:13px;
    font-size:12px;
    color:#666;
}
#featured ul.ui-tabs-nav li span{
    font-size:11px; font-family:Verdana;
    line-height:18px;
}

#featured .ui-tabs-panel{
    width:336px; height:250px;
    background:#999; position:relative;
        overflow:hidden;
}
#featured .ui-tabs-hide{
    display:none;
}

#featured li.ui-tabs-nav-item a{/*On Hover Style*/
    display:block;
    height:60px;
    color:#333;  background:#fff;
    line-height:20px;
    outline:none;
}
#featured li.ui-tabs-nav-item a:hover{
    background:#f2f2f2;
}
#featured li.ui-tabs-selected{ /*Selected tab style*/
    background:url('http://1.bp.blogspot.com/_b0xJ7qk6DTc/TH_EU5a4UJI/AAAAAAAAA8c/U6OHv72PgrY/s1600/selected-item.gif') top left no-repeat;
}
#featured ul.ui-tabs-nav li.ui-tabs-selected a{
    background:#ccc;
}

#featured ul.ui-tabs-nav li img{
    float:left; margin:2px 5px;
    background:#fff;
    padding:2px;
    border:1px solid #eee;
}
#featured .ui-tabs-panel .info{
    position:absolute;
    top:180px; left:0;
    height:70px; width: 400px;
    background: url('http://3.bp.blogspot.com/_b0xJ7qk6DTc/TH_ECqSLSzI/AAAAAAAAA8U/DQnot3Fpm7I/s1600/transparent-bg.png');
}
#featured .info h2{
    font-size:18px; font-family:Georgia, serif;
    color:#fff; padding:5px; margin:0;
    overflow:hidden;
}
#featured .info p{
    margin:0 5px;
    font-family:Verdana; font-size:11px;
    line-height:15px; color:#f0f0f0;
}
#featured .info a{
    text-decoration:none;
    color:#fff;
}
#featured .info a:hover{
    text-decoration:underline;
}

.ui-tabs-nav-item img {
width:45px;
height:45px;
}

Step 4. Now, add the following JavaScript code above the </head> tag:

<script src='http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js' type='text/javascript'/>
<script src='http://ajax.googleapis.com/ajax/libs/jqueryui/1.5.3/jquery-ui.min.js' type='text/javascript'/>
<script type='text/javascript'>
    $(document).ready(function(){
        $(&quot;#featured &gt; ul&quot;).tabs({fx:{opacity: &quot;toggle&quot;}}).tabs(&quot;rotate&quot;, 5000, true);
    });
</script>

Step 5. Save the Template.

Step 6. Again, Head out to Design > Page Element > Add a Gadget > HTML JavaScript. Add the following code into the box:

<div id="featured">

          <ul class="ui-tabs-nav">
            <li class="ui-tabs-nav-item ui-tabs-selected">
<a href="#fragment-1">
<img alt="" src="http://3.bp.blogspot.com/_b0xJ7qk6DTc/TH_IuKUZnYI/
AAAAAAAAA9M/VAeu2yhU8JY/s1600/image3.jpg" />
<span>15+ Excellent High Speed</span></a></li>

            <li class="ui-tabs-nav-item">
<a href="#fragment-2">
<img alt="" src="http://2.bp.blogspot.com/_b0xJ7qk6DTc/TH_HWDk0CJI
/AAAAAAAAA8s/SpiYm3ZE69A/s1600/image2.jpg" />
<span>20 Beautiful Long Exposure</span></a></li>

            <li class="ui-tabs-nav-item">
<a href="#fragment-3"><img alt="" src="http://3.bp.blogspot.com/_b0xJ7qk6DTc/TH_IuKUZnYI/
AAAAAAAAA9M/VAeu2yhU8JY/s1600/image3.jpg" /><span>35 Amazing Logo Designs</span></a></li>

            <li id="nav-fragment-4" class="ui-tabs-nav-item">
<a href="#fragment-4">
<img alt="" src="http://1.bp.blogspot.com/_b0xJ7qk6DTc/TH_FaAkb6ZI/
AAAAAAAAA8k/d9Qpzcs8sG4/s1600/image4.jpg" />
<span>Create a Vintage</span></a></li>
          </ul>

        <!-- First Content -->
        <div id="fragment-1" style="" class="ui-tabs-panel">
            <img alt="" src="http://3.bp.blogspot.com/_b0xJ7qk6DTc/TH_IuKUZnYI/
AAAAAAAAA9M/VAeu2yhU8JY/s1600/image3.jpg" />

             <div class="info">
                <h2><a href="#fragment-1">15+ Excellent High Speed</a></h2>
                <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla tincidunt condimentum lacus. Pellentesque ut diam....<a href="#">Read more</a></p>
             </div>
        </div>

        <!-- Second Content -->
        <div id="fragment-2" style="" class="ui-tabs-panel">
            <img alt="" src="http://2.bp.blogspot.com/_b0xJ7qk6DTc/TH_HWDk0CJI/
AAAAAAAAA8s/SpiYm3ZE69A/s1600/image2.jpg" />

             <div class="info">
                <h2><a href="#fragment-2">20 Beautiful Long Exposure</a></h2>
                <p>Vestibulum leo quam, accumsan nec porttitor a, euismod ac tortor. Sed ipsum lorem, sagittis non egestas id, suscipit....<a href="#">Read more</a></p>
             </div>
        </div>

        <!-- Third Content -->
        <div id="fragment-3" style="" class="ui-tabs-panel">
            <img alt="" src="http://3.bp.blogspot.com/_b0xJ7qk6DTc/TH_IuKUZnYI/
AAAAAAAAA9M/VAeu2yhU8JY/s1600/image3.jpg" />

             <div class="info">
                <h2><a href="#fragment-3">35 Amazing Logo Designs</a></h2>
                <p>liquam erat volutpat. Proin id volutpat nisi. Nulla facilisi. Curabitur facilisis sollicitudin ornare....<a href="#">Read more</a></p>
             </div>
        </div>

        <!-- Fourth Content -->
        <div id="fragment-4" style="" class="ui-tabs-panel ui-tabs-hide">
            <img alt="" src="http://1.bp.blogspot.com/_b0xJ7qk6DTc/TH_FaAkb6ZI/
AAAAAAAAA8k/d9Qpzcs8sG4/s1600/image4.jpg" />

             <div class="info">
                <h2><a href="#fragment-4">Create a Vintage</a></h2>
                <p>Quisque sed orci ut lacus viverra interdum ornare sed est. Donec porta, erat eu pretium luctus, leo augue sodales....<a href="#">Read more</a></p>
             </div></div></div>

These codes are little bit confusing. So, you have to edit these codes carefully. Here is the customizations:

Replace fragment-1, fragment-2, fragment-3 and fragment-4 with your post URL. There is two link in the code but you have to place same URL. For example: There is two fragment-1. So, replace these two fragment-1 with same post URL.

Red color code is for image URL. Do same as you have done for the Links above. There is two image URL. So replace Image URL with your own. For example, replace both Image URL of Link-1 with your own. Note: the both Image URL must be same.

The text with Pink color is the title of each post. So, replace all of the Pink color text with the title of your post.

The text with Green color is the summary of the post. Replace these text with short summary which must match with the titles.

Step 7. Now, Save the widget and finally you're done!

Make sure you have placed the featured post widget on the top of the "Blog Posts" as shown below:


I hope the customization is not so hard. If there is any confusing then you are free to ask question via Comment. Also, you can share you opinion and suggestion.

UPDATE: Try using this hack so the widget will appear only on homepage and it won't overlap the posts: Hiding Featured Post Widget in Post Pages in Blogger

Do you like this featured post widget? Let us see your work!



96 comments:

  1. it'll be nice to place this on the top.. good work

    ReplyDelete
  2. @Johny

    I am intending to see this widget on your blog :)

    ReplyDelete
  3. but i have stopped blogging... i also want to make a little money but adsense is not allowing me... it blocks my account everytime.. (i discussed this by mail with you.. remember?)

    ReplyDelete
  4. Step 3 and Step 6 Code Is Wrong.

    In Step 3 Code This Code Should Also Be There

    .ui-tabs-nav-item img {
    width:45px;
    height:45px;
    }

    ReplyDelete
  5. Not work for me, please i want know How to Put Related Articles in my blog

    http://hapatchan.blogspot.com/

    ReplyDelete
  6. @Johny

    Yes, but you should be patience while Blogging. One day, you'll surely get success :) Keep going on...

    @Poras

    I'll check it. Thanks for informing.

    @Bulma

    Let me know what problem is going on if I cans olve it :)

    ReplyDelete
  7. I try hard but didn't work may be some code is mistake like the guy said but i done that ... not work. common ...the pic come down to cover my 3 first block post .. i try to hide three of them .. still one down to my first blog post...common do something...funny

    www.patanirver.blogspot.com

    ReplyDelete
  8. i am waiting now to get access to a little online cash for to buy a WP premium membership... i think my problem will be minimized with a .com domain.. (i think so)

    ReplyDelete
  9. Hey Anup the code is wrong!! The Pictures cover the first three post of my blog... please help..

    ReplyDelete
  10. My go and see my blog the featured widget is there but the pictures are out of place, I copied the code exactly.
    http://www.techedog.com/

    ReplyDelete
  11. @Poras, Bulma and @Mamunur

    Actually, I used the code same as in Platinum Blogger Template. Now, I have updated the post with the new code. Please have a look!

    ReplyDelete
  12. Go it working but the big pictures on the featured slideshow still overlap posts... :/

    ReplyDelete
  13. @Admin

    Now I've updated the codes. Please check for the update on this post :)

    ReplyDelete
  14. Wow.... now this something really cool! A featured post widget will surely increase the page-views of a blog :D

    ReplyDelete
  15. Thank you soo much!!!!! now all i need is to add a facebook like button, and a subscribe email widget! haha if you could help. thatd be great! thanks again so much.

    ReplyDelete
  16. wowwww thanks!!!!!!!!!! oh and if you could help me find out how to post a usershare.net music player for each post... thanks

    ReplyDelete
  17. @Pubudu

    Yeah! You're right. It helps to increase Page View little bit :)

    @Anonymous

    Let me get some details please.

    @Admin

    I'm glad you found it working :)

    ReplyDelete
  18. @ANUP , on the platinum template, theres a "twitter" share button for each post, i would like to add a facebook like button for each post as well. how could i do so?

    Thanks

    ReplyDelete
  19. @Anonymous

    Hi there,

    I have posted about Facebook like button here (See on the bottom of the post). Please DON'T be Anonymous while commenting.

    Thanks!

    ReplyDelete
  20. @Rafeyu

    Yes, I can see its working fine on your blog and its looking cool :)

    ReplyDelete
  21. Great trick..thanks for sharing :D

    ReplyDelete
  22. Somebody Copied Your Post Without any Backlink.
    http://www.wierdwalker.com/2010/09/another-jquery-featured-post-widget-for.html

    ReplyDelete
  23. @Poras

    Thanks for informing me. Even that guy is copying my hole code and post image as well. I have contacted that guy. If he doesn't reply, I will report it to Google.

    ReplyDelete
  24. Whenever I try to edit the code it starts loading then just shows a blank page, as if it's trying to load your page. Not Sure what I'm doing wrong.

    http://www.freddyv.net

    Any help would be greatly appreciated.

    ReplyDelete
  25. @Freddy

    I'm not clear about your problem. Please tell me in details, then I can solve your problem kindly!

    Where did your edited your code actually?

    ReplyDelete
  26. Anup-

    After narrowing down the problem even more, I figured out that I must be doing something wrong when I replace '#fragment-1' with my URL. That's when everything gets messed up.

    Just so I'm clear. I'm replacing both '#fragment-1' that are in blue correct?

    Pics and everything else is working, but when I put in my URL it goes crazy.

    Thanks again

    ReplyDelete
  27. @Freddy

    I deleted your previous by mistakenly :( Thats stupid blogger new comments system faults!

    Anyway, If you have skipped to step 6 then, please repeat the instructions once again from step 1. The CSS code was wrong before. But now I updated the code. It may work now! It doesn't overlap your posts.

    Let me know if there is any problems.

    ReplyDelete
  28. Anup-

    It's cool. I think I got it working now. I have another question though. Do you have the code/tutorial on how to post the facebook and twitter share links in this template? I tried doing it using the facebook code but it doesn't show up.

    Thanks again. Great template. Makes my blog look much cleaner.

    www.freddyv.net is what i used it on.

    ReplyDelete
  29. @Freddy

    Yes, It working on your blog now :) You can found how to add Facebook share button tips on this page (On the bottom of the post).

    I hope it helps you. Let me know if it doesn't work.

    ReplyDelete
  30. Anup-

    Great thanks. You've been a big help. My blog looks much better now.

    ReplyDelete
  31. @Freddy

    I am glad everything is working fine on your blog :) Let me know again if there is any problems!

    Thanks for using this template.

    ReplyDelete
  32. You can do this easily from my latest tutorial, You don't need to edit any code, just copy and paste it.

    Here is the working demo of the jquery based automatic content slider.

    Here is a tutorial about it, I bet it's a lot easier than this complex code.

    ReplyDelete
  33. @sangsang

    It is automatic but you have top place content manually!

    ReplyDelete
  34. hi its not working on my blog the page stops loading when i customize it and I must say taht I am not that bad at webdesigning and it means that I put it correctly

    ReplyDelete
  35. Hi ,

    I tried it , but the animation is not working

    ReplyDelete
  36. I'm having some trouble with this.
    I do just as you say and then add it to the platinum template. It seems to be fine when I go on to my blog to check but after a second or two the page redirects to a blank page. What can I do to change this?
    Thanks.

    ReplyDelete
  37. @A Thrifty Mrs

    If you have skipped from Step 6 then don't do that! Just repeat instruction from Step 1.

    You have to remove same CSS code from the platinum template and replace it with the above one.

    ReplyDelete
  38. Hi
    I did every step on this page from 1-6.It goes wrong each time.
    Which code do I need to remove in my css?

    ReplyDelete
  39. @A Thrifty Mrs

    Simply, find the same code that you are going to add in your template :)

    Which goes like this:

    #featured{

    ...
    to
    ...

    .ui-tabs-nav-item img {

    ReplyDelete
  40. Sorry I am unclear as to what I need to do. (I have platinum template!)
    Do I delete the above code and then do steps 1-6?
    Or do I just delete the code and then do step 6?
    Please help!

    ReplyDelete
  41. @A Thrifty Mrs

    Try to follow the following steps:

    Go to Blogger.com > Design > Edit HTML. Find and delete entire CSS codes of step 3.

    Also find and delete entire code of step 4. Save the template.

    Again, follow the tutorial and instruction of the post from step 1.

    Let me know if you are again confused!

    ReplyDelete
  42. Hello thanks for being so easy going! I'm afraid I still have problems.
    I do exactly as you say.

    Issues - steps 3 & 4 these codes are in my template twice!

    When I finish doing as you say the template editor says something is wrong and that the script isn't closed. There is no way I have deleted any of it.
    Is it possible for me to email my template to you?

    ReplyDelete
  43. Ι use this wigdet in my website, but I have a problem since I put google adsense on it. It loads the 4 main divs with delay. Do you know what is wrong with it?
    You can check it here: www.athens-football.gr

    ReplyDelete
  44. @A Thrifty Mrs

    Yes of course you can send me your template via contact me form and I will check the problem :)

    @Georg

    Hi Georg,

    I think it is not loading slow. Some JavaScript containing on your site might effect the load time of your blog. And other is similar.

    BTW, its looking professional and fits on your site :)

    ReplyDelete
  45. Hi Anup,

    thank you for your response :)
    The problem is not exactly that is slowing down the whole page rendering, but when the slideshow is loading, for a second the 4 main divs are all together visible.
    You can see the difference here (the page without adsense):
    http://www.athens-football.gr/index2test.php

    But I think that this is adsense issue.

    ReplyDelete
  46. Hi! I got it sorted in the end with the help of another commenter. The problem was the link needs to go in h2 not fragment.


    Can I ask another question? (Sorry so many)
    Which part of the code should I edit to change to font size of the white writing that goes over the image? I need to make it larger.

    ReplyDelete
  47. @George

    Oh! I got you. You mean, when the page is loading, all three part of slideshow is visible together. I think it is similar to all jQuery slideshow. But when the page loading is complete it returns back to normal :)

    And that is not a Adsense issue :)

    @A Thrifty Mrs

    You have to make some minor CSS change to modify h2 and text size of slideshow.

    Yo do so, change font size 18px to 22px or keep increasing as you need.

    #featured .info h2{
    font-size:18px; font-family:Georgia, serif;
    color:#fff; padding:5px; margin:0;
    overflow:hidden;
    }

    #featured .info p{
    margin:0 5px;
    font-family:Verdana; font-size:11px;
    line-height:15px; color:#f0f0f0;
    }

    Hope it helps.

    ReplyDelete
  48. Is it a requirement to have the Platinum Theme? otherwise the scroller wont work? I am trying to get this to work on www.bbleaks.com but it keeps showing all the images and then forces me to a blank page with all of my ads...it doesn't make sense. Please help :)

    ReplyDelete
  49. @LouiV

    Have you done all the steps. You should start from step 1 :)

    ReplyDelete
  50. hai anup bro.. i use your platinum template, but..the problem i got is the same with these Mamunur said...

    Hey Anup the code is wrong!! The Pictures cover the first three post of my blog... please help..

    September 13, 2010 1:03 PM
    Mamunur said...
    My go and see my blog the featured widget is there but the pictures are out of place, I copied the code exactly.
    http://www.techedog.com/

    are you sure it was updated? please help, i badly wanna add that slide.. :(

    ReplyDelete
  51. It works thanks.
    Take a look : http://androidbuster.com

    ReplyDelete
  52. hi! I Like this feature very much. But I want this feature to be seen on home page only not on static and posts. How can I do that? please help.thank you.

    Here's my test blog link:http://breakinglimits.blogspot.com

    ReplyDelete
  53. hi! I like this feature very much but I want this to be seen ONLY on HOME PAGE not on static and posts. how can I do that? thank you. hope you can help. Thanks a lot!

    ReplyDelete
  54. @Noel

    Hi Noel,

    Just follow the following steps to display featured post widget only on homepage:

    Find <body> tag on your template and add the following code just below it:

    <b:if cond='data:blog.pageType == "item"'>

    <style type="text/css">
    #featured{display:none;}
    </style>

    </b:if>

    Save the template! You're done. I hope it helped you :)

    ReplyDelete
  55. looks fairly easy to do, will give it a try shortly.

    ReplyDelete
  56. I m having problem in changing page number.At bottom it displays page number like 1,2,3,etc.My problem is when i click on page number 2 it automatically shows page number 3 with black mark and some bug is showing.please help me.

    ReplyDelete
  57. @devlevis

    Can I have your blog URL please?

    ReplyDelete
  58. my blog url is
    http://techgadz.blogspot.com/

    ReplyDelete
  59. Thanks for the great template.

    But there is a small problem with changing the default logo.
    when I tried to replace default logo 'Platinum Theme', my logo turned to be very small. I tried to increase the size by editing html, what I got is a blurred logo.

    Is there any way to fix this. It would be great help then.

    - Phoenix

    ReplyDelete
  60. This is beautiful. I love it.

    I'm having the same problem as George above. Every image shows up.
    I'm waiting and waiting for it to load completely, but each link on the side keeps saying 'loading', one at a time. It won't finish.
    The rest of the blog is loaded.

    I do have a slow connection but the demo site loads fine for me.

    ReplyDelete
  61. @Monica

    I think you are testing featured post widget on this blog: http://testingmon2.blogspot.com

    Right?

    If yes, then it is working very fine :)

    When page is loading, the 3 images shown up together but after complete page load, it goes back to normal as in Demo blog.

    ReplyDelete
  62. @Phoenix Ryder

    Send me your copy of template plus image URL. I'll try to solve it.

    You can use contact me form.

    ReplyDelete
  63. @devlevis

    Why I can't see the featured post widget in your blog?

    ReplyDelete
  64. bro i only dint add features post widget.
    please clarify my below doubts.In feature post widget we can add only 4 images and if we try to add more images then it will not work.so is thr any solution for this?
    nd also in this post you havent added "Add a gadjet"to header,so we cant put ads thr.So can you please tell me how to add gadjet in header?please

    ReplyDelete
  65. hey anup i did what was given in the tutorial but the images overlap my posts what to do plz help me out. watch this out http://techsavysblog.blogspot.com

    ReplyDelete
  66. I have the same problem as the person above me.
    I'm using a template from the blogger. template designer

    ReplyDelete
  67. @devlevis

    I'll look if it is possible to place more than 3 content in this widget. To place this widget on the header, grab the widget box to the top of your blog's layout(to the header area).

    @PhOEniX-_-PhX and FrancoB

    Make sure you haven't missed any of the above steps.

    ReplyDelete
  68. Really it is a very gud template i ever seen.Big thnx for Anup.
    I have successfully implemented this and it is correctly working.
    check this site
    http://www.techgadz.com/

    ReplyDelete
  69. Thank you Anup for sharing your knowledge and talent.

    ReplyDelete
  70. Plssssss HELP ME! Could not figure out why this is happening... I did everything exactly the way you said... Steps 1 to 6...
    http://cultzine-cinema.blogspot.com/
    pls help
    xx
    Zaira

    ReplyDelete
  71. @devlevis

    I'm glad its working for you :)

    @Craig Brown

    You're welcome :)

    @Zaira Brilhante

    I saw 3 big images are overlapping the posts. Have you try to re doing the steps?

    ReplyDelete
  72. @anup is there any way to add posts using labels here? It would really save lot of time & work... Thanks.

    ReplyDelete
  73. @Kaamil

    Sorry. What does that mean? Do you want categories to be listed on featured post widget?

    ReplyDelete
  74. Please HELP ME.. I try hard but didn't work may be some code is mistake like the guy said but i done that ... not work.
    cek this http://www.naturalhealthnbeauty.info/

    ReplyDelete
  75. It was great thanks for sharing
    I am planing to add this feature in my blog

    ReplyDelete
  76. Anup, I had loved the way in which you explained the stuff. I had once tried this slider in blog, but unfortunately it did not suit my blog. So went in for another. But I I have linked to this post of yours from my blog post which lists 10 Featured Posts sliders for Blogger blogs

    ReplyDelete
  77. Hi! Thanks so much for this widget, but I can't seem to figure out what I'm doing wrong. It keeps over lapping my post, and I've tried everything but I can't seem to get it to work.
    If you can check it out and let me know, that'd be awesome.
    http://letstestthings.blogspot.com/ <3
    Thanks!
    - AVA
    :)

    ReplyDelete
  78. great its working ,,thanks dude for this nice template ,, i like it ,, thanks so much (^_^)/

    ReplyDelete
  79. its working guys ,, check this link http://joysmiles.blogspot.com

    ReplyDelete
  80. Hi Anup,

    I sent a message via your "Contact Us" page. I am having a problem running the widget on my blog. It keeps overlapping on the other banners.
    Thanks!

    ReplyDelete
  81. Really nice template, I really like it.

    But I have some problem to install it on my site. The #featured use jquery seem conflict with my prototype.js, make #featured not works, but I already fix this.

    The #featured also overlap when loading, it look not good for me. So I fix it a little.

    Overall, this is the best template I've ever use. Good job Anup, can't wait another good template from You.

    ReplyDelete
  82. i did all the steps but it always redirects to a blank page... loading forever... please help..

    site url is www.asianjunkiez.com

    ReplyDelete
  83. how to adjust the width of the frame so the admin!

    ReplyDelete
  84. Thank u, it's working

    http://www.hadissoft.com/

    ReplyDelete
  85. It works fine.My question is can this slider (script) can be modify so it takes automatic latest content from blog and show .There a lots of slider that can do it included with template but i want this slider and didnt see anywhere template with this slider that automatic take content..so can it be done,and how ? best regards

    ReplyDelete
  86. Yeah this isn't quite right unfortunately. I've got it working though and explained here: Feature sites for Blogger Gadget Hack. Thanks so much for your help though Anup.. you the man. I'm a fan for life. I'm spreading the word of your good work!

    - tork

    ReplyDelete
  87. really very nice effect buddy nice work

    ReplyDelete
  88. i want to ask i have one another jquery slider in my blog when ever i put this code one thing is working and one is not ..this code works properly but for this code stop anothor jquery slider ..what should i do i want to use both .plz help me i will very thankfull to you..http://macrogirls.blogspot.com/

    ReplyDelete
  89. First of all view the Demo here. (??????????????)

    ReplyDelete
  90. Can Someone answer the questions (Maybe other than Admin )So that we can solve our queries??

    ReplyDelete
  91. About Overlapping Posts issue:

    Try using this hack so the widget will appear only on homepage and it won't overlap the posts: Hiding Featured Post Widget in Post Pages in Blogger.

    Hope this helps.

    @.kimchi

    I can't see the widget in your blog..?

    @Linh Dung VnMart

    At the initial CSS line just change the width as your wish:

    #featured {

    width:336px ...

    @Oasis

    Unfortuantely, the coding are arragned with respect to manual update so it grabbing autmatically new content is currently off.

    ReplyDelete

Don't spam.

 

Recent Comments

Search Hack Tutors

Find Us On:

© Copyright 2011 Hack Tutors All Rights Reserved
Designed by Anup Kayastha | Back To Top