June 2, 2011

Widgets

jQuery Image Slider For Blogger - V3


Jquery-Blogger-slider
As per your requests we are glad to present yet another stunning version of Image slideshow Widget for BlogSpot blogs. This widget is different from its previous versions with regard to speed, load time, navigation and control options. You can use it to display even your Featured Posts using the Featured post title and description. This widget is again an extracted code from a WordPress template. The slider is coded such that it will appear on your homepage only. So lets first see a demo,

Live Demo


Adding the Slider To Blogger:

Kindly follow these steps:
  1. Go To Blogger > Design > Edit HTML
  2. Backup your template
  3. Search for </head>
  4. Just above it paste the jQuery code in this page -> Slider jQuery Code
  5. Then search for ]]></b:skin>
  6. Just above it paste the CSS code below,

/*-------------------- MBT jQuery Image Slider -------------*/
.featuredposts{border:1px solid #E9E7DE;width:608px;background:#FFF;margin:0 0 10px 0;height:400px;overflow:hidden;}
.fp-slides{}
.fp-post{padding:13px;}
.fp-thumbnail{border:3px solid #dddddd; width:580px;height:266px;margin-bottom:10px;overflow:hidden;}
.fp-thumbnail:hover{border:3px solid #CAC9C9; width:580px;height:266px;margin-bottom:10px;overflow:hidden;}
.fp-title{color:#787878;font:bold 14px  Arial, Helvetica, Sans-serif;padding:0 0 4px 0;margin:0; text-transform:uppercase;}
.fp-title a{color:#000;text-decoration:none;}
.fp-title a:hover{color:#0080fF;text-decoration:none;}
.fp-label{color:#504D4D;margin:15px 15px 0 15px;padding:0;text-transform:uppercase;font:bold 16px/16px Arial,Helvetica,Sans-serif;}
.fp-post p{color:#504D4D;padding:0;margin:0;font:10px Arial,Helvetica,Sans-serif;height:32px;overflow:hidden;}
.fp-more,.fp-more:hover{color:#F77C04;font-weight:bold;}
.fp-nav{width:590px;padding:0px 10px;height:14px;}
.fp-pager a{background-image:url(http://4.bp.blogspot.com/-Bc53drZbsOc/TeDnc3a2_AI/AAAAAAAAHJ4/NlGJlRzJ3dE/s1600/featured-pager.png);cursor:pointer;margin:3px 6px 0 0;padding:0;height:10px;width:10px;display:block;float:left;overflow:hidden;text-indent:-999px;background-position:0 0;}
.fp-pager a:hover,.fp-pager a.activeSlide{text-decoration:none;background-position:0 -110px;}
.fp-prev{float:right;margin-right:4px;width:15px;height:17px;opacity:0.7;background:url(http://2.bp.blogspot.com/-xrvnRlI02a8/TeDndJyHamI/AAAAAAAAHKA/VSA--b82v9w/s1600/featured-prev.png) top left no-repeat;}
.fp-prev:hover{opacity:1;}
.fp-prev:active{opacity:0.7;}
.fp-next{float:right;width:15px;height:17px;margin-left:4px;opacity:0.7;background:url(http://1.bp.blogspot.com/-UzsUMLmRXT4/TeDnchM8AEI/AAAAAAAAHJw/pOOPL9dK6-g/s1600/featured-next.png;) top left no-repeat}
.fp-next:hover{opacity:1;}
.fp-next:active{opacity:0.7;}

          7.   Now Search for this,
<div id='main-wrapper'>
Hint: This code is located near <div id='content-wrapper'>
PS: In this part most of you will face problems as the coding for each template differ. If you could not find this code then do not panic and simply post your Blog URL in the comments.
   8.   and just below it add the HTML code below,
<b:if cond='data:blog.pageType != &quot;static_page&quot;'>
<b:if cond='data:blog.pageType != &quot;item&quot;'>

<div class='featuredposts clearfix'>
<div class='fp-slides'>
<div class='fp-post'>
<div class='fp-thumbnail'><a href='ADD POST URL-1 HERE'><img src='ADD IMAGE-1 LINK HERE'/></a></div><h3 class='fp-title'><a href='ADD POST URL-1 HERE'>WRITE POST TITLE HERE...</a></h3> <p> WRITE POST DESCRIPTION HERE... </p>
</div>
<div class='fp-post'>
<div class='fp-thumbnail'><a href='ADD POST URL-2 HERE'><img src='ADD IMAGE-2 LINK HERE'/></a></div>
<h3 class='fp-title'><a href='ADD POST URL-2 HERE'>WRITE POST TITLE HERE...</a></h3> <p> WRITE POST DESCRIPTION HERE... </p>
</div>
<div class='fp-post'>
<div class='fp-thumbnail'><a href='ADD POST URL-3 HERE'><img src='ADD IMAGE-3 LINK HERE'/></a></div>
<h3 class='fp-title'><a href='ADD POST URL-3 HERE'>WRITE POST TITLE HERE...</a></h3> <p> WRITE POST DESCRIPTION HERE... </p>
</div>
<div class='fp-post'>
<div class='fp-thumbnail'><a href='ADD POST URL-4 HERE'><img src='ADD IMAGE-4 LINK HERE'/></a></div>
<h3 class='fp-title'><a href='ADD POST URL-4 HERE'>WRITE POST TITLE HERE...</a></h3> <p> WRITE POST DESCRIPTION HERE... </p>
</div>
<div class='fp-post'>
<div class='fp-thumbnail'><a href='ADD POST URL-5 HERE'><img src='ADD IMAGE-5 LINK HERE'/></a></div>
<h3 class='fp-title'><a href='ADD POST URL-5 HERE'>WRITE POST TITLE HERE...</a></h3> <p> WRITE POST DESCRIPTION HERE... </p>
</div>
</div>          
<div class='fp-nav clearfix'>
<span class='fp-pager'/>               
<a class='fp-next' href='#fp-next'/>
<a class='fp-prev' href='#fp-prev'/>
</div>
         
</div>

</b:if></b:if>
Make these changes:
  • Replace ADD POST URL-1, 2, 3, 4, 5 HERE with the URL of your post pages one by one. These URLs will be added twice for each slide. Once for the image and second time for the Post title.
  • Replace ADD IMAGE-5 LINK HERE with the Image link of the Featured post. By default all images have width:580px; height:266px; You can edit the image size by editing the width and height in the CSS code shared in step#6. Make sure all your images must have same size
  • Replace WRITE POST TITLE HERE... with the title of your Post Page
  • Replace WRITE POST DESCRIPTION HERE with the Post Page description. You can write the first few lines of your post here and the readers can read the full post by clicking the title.
  • To Change the Overall size of the slider container then edit in step#6 the following two codes -> width:608px and height:400px
   9.   Save your template and you are done! Visit your blog and say Bingo! :>

Previous Versions:

You can also check the old versions here,
If you faced any problem implementing this tutorial then please do not hesitate to post your question. Would be a pleasure helping you. Have Fun! :>



If you enjoyed this post and wish to be informed whenever a new post is published, then make sure you Subscribe to our regular Email Updates!

If you don't want to get yourself into Serious Technical Trouble while editing your Blog Template then just sit back and relax and let us do the Job for you at a fairly reasonable cost. Submit your order details by Clicking Here »

177 comments:

Hetal Patil Rawat on Jun 2, 2011, 10:30:00 PM said... #

Hello,

Gr8 one Mohammad, looking for such a slider from long time :) Thanks...

Beben Koben on Jun 3, 2011, 12:16:00 AM said... #

nice master...
cek gi dot...BeBeN KoBeN
hihihi \m/

G on Jun 3, 2011, 6:55:00 AM said... #

There has to be an easier way right? Because every time I want to change a link I would have to go into edit html.
I know I am complaining. Sorry.

Mohammad Mustafa Ahmedzai on Jun 3, 2011, 2:22:00 PM said... #

@Hetal

My pleasure Hetal. Always welcomed :>

@beben

Yeh HTML5 is the best alternative to FLASH.

@G
Brother unfortunately I am weak in programming else I would have created a programmed widget for it. But this is by far the easiest way to add a slider to blogger. :>

Shadab on Jun 3, 2011, 2:46:00 PM said... #

Assalam Waalekum bhai
very very thanks for it....!!!! I will use it on my small blog...

Shadab on Jun 3, 2011, 2:53:00 PM said... #

There's a problem. I can't find these lines.
My blog URL is : http://dark-hackerz.blogspot.com/
Please help me..!!!!!! Thanks!!!!!!!

Mohammad Mustafa Ahmedzai on Jun 3, 2011, 3:43:00 PM said... #

@shahdab

Search for this,
<div id='headline'>

paste the code above it. If it did not work then search for this,

<div id='page'>

and paste the code below it.

Shadab on Jun 3, 2011, 4:45:00 PM said... #

@ Mohammad Mustafa Ahmedzai bhai
Everything worked fine but after saving the template i get this error: " Your template could not be parsed as it is not well-formed. Please make sure all XML elements are closed properly.
XML error message: The element type "img" must be terminated by the matching end-tag "". " Wat to do then???????

Mohammad Mustafa Ahmedzai on Jun 3, 2011, 8:09:00 PM said... #

@Shadab

I have updated the code. Please check now.

Shadab on Jun 3, 2011, 8:37:00 PM said... #

Yes now its Okay...... Thanks

Mosti on Jun 3, 2011, 10:46:00 PM said... #

hi mohammad i can't find main wrapper in my HTML .

Mohammad Mustafa Ahmedzai on Jun 4, 2011, 1:39:00 AM said... #

@Mosti
Find this,
<div class='column-center-inner'>

John Greece on Jun 5, 2011, 8:46:00 AM said... #

I like this slider very much. It is very impressive. But is it possible to make it work by adding the third part of the code wherever we want (i.e. as a widget or inside to a post as part of it) instead of below the div id='main-wrapper' label?

Mohammad Mustafa Ahmedzai on Jun 6, 2011, 1:07:00 AM said... #

@John

Code in step number 8 can be added anywhere you like even the HTML/Javascript widget. YOu just need to adjust the width and height of the container

John Greece on Jun 6, 2011, 4:36:00 PM said... #

@Mohammad Mustafa Ahmedzai
Yes, you are absolutely right. I just did confused with the first two lines of code. Now it's clear. Thank you for your help.

Anonymous said... #

not working ........did same as u said ,,,,,,,,try this @ http://lovejasica.blogspot.com/p/image-slider.html

Vishal Dharamdas on Jun 8, 2011, 1:09:00 AM said... #

Inspite of placing the correct image urls, the images are not showing. How do I rectify this?
My blog is- http://www.ultimatepotentialblog.com

Mohammad Mustafa Ahmedzai on Jun 8, 2011, 3:44:00 AM said... #

@john
No problem sir. Always welcomed :>

@Anonymous
Its all about plug and play. I did visit your website but could not find the codes in it. Did you added all codes?

@Vishal
Where have you saved your images? If it is photobucket or imagehack or anyother service then kindly store it at blogger by reading this tutorial,

Anonymous said... #

I am having difficulty finding this in my templet div id='main-wrapper' could you guid me on where to look or any other code, using the new blogspot templet, also is there a way to embed more than one jquiry slider on same page.
Samir
my blog http://www.realestatesnatch.blogspot.com

Mohammad Mustafa Ahmedzai on Jun 10, 2011, 9:28:00 PM said... #

@Anony

I will suggest that you add just one slider keeping blog load speed in mind.

Please search for this code in your template:

<div class='column-center-inner'>

Samir Safadi on Jun 11, 2011, 11:54:00 AM said... #

@Mohammad Mustafa Ahmedzai
Thanks Mohammad
Regards
Samir

Gabriel Calil on Jun 13, 2011, 4:09:00 AM said... #

I'm brazilian and don't speak english well, so if there is something wrong with my english, I apologize.
Hi, man! First of all, a great thanks for your tutorial.
There is a way to make the letters of the title and text of the slider bigger?
Can I make the slider appears in all pages of my blog (in all pages with specific posts)?
In case you need to take a look at my blog, because of the template model that I use: http://sitedobigorna.blogspot.com/

And again, thank you very much. I've tried to put a slider in my blogger blog, which I made this year, and didn't find any tutorial that works, except this one!

Mohammad Mustafa Ahmedzai on Jun 13, 2011, 3:55:00 PM said... #

@Samir

anytime friend.

@Gabriel
I am glad brother that you successfully installed the slider.

1)To edit the title size kindly edit this part of the CSS code,

.fp-title{color:#787878;font:bold 14px Arial, Helvetica, Sans-serif;padding:0 0 4px 0;margin:0; text-transform:uppercase;}
.fp-title a{color:#000;text-decoration:none;}
.fp-title a:hover{color:#0080fF;text-decoration:none;}

To increase the font size increase 14px
To change the title color change #000
To change the title mouse hover color change #0080ff

You can use our color Generator tool for doing this.

To change the description or text of the slider bigger edit this code,

.fp-post p{color:#504D4D;padding:0;margin:0;font:10px Arial,Helvetica,Sans-serif;height:32px;overflow:hidden;}

To make it bigger increase 10px

Hope this helps. :>

PS: Your English is just perfect!

Gabriel Calil on Jun 14, 2011, 2:54:00 AM said... #

Hi! Thanks!
Everything you told me worked perfect, except for the color of the title mouse hover; I inserted the same hex code that I put to the title and it didn't change its color (it still is orange). There is a way to fix this?
And, thanks again, I guess you will go to Heaven for doing this without receiving money for it.

Mohammad Mustafa Ahmedzai on Jun 15, 2011, 1:50:00 AM said... #

@Gabriel

this is because you have kept the title active and hover colours the same. I have created a clor combination for you. Just use the codes below without changing them in place of the code I sent earlier.


.fp-title a{color:#2288BB;text-decoration:none;}
.fp-title a:hover{color:#33AAFF;text-decoration:none;}



Thanks for the kind comment.

Funn said... #

Hi! I would like to know is there a way to stop the slide effect or slow it down even more? Thanks!

Gabriel Calil on Jun 18, 2011, 2:14:00 AM said... #

Hi, Mohammad! I didn't understand where should I put this code.

Thanks!

Mohammad Mustafa Ahmedzai on Jun 18, 2011, 2:25:00 PM said... #

@Funn
Yes you can do that by adjusting the slide rate in the javascript. Inside the javascript find this timeout: 4000, and replace it with this timeout: 500,

@Gabriel
You should add it in the CSS code mentioned in step#6
You will find these lines at line number 11 and 12

Batistuta on Jun 18, 2011, 4:06:00 PM said... #

this is my adres a problem on iquery 7 point please code

Batistuta on Jun 18, 2011, 4:09:00 PM said... #

@Batistuta
http://botnaruartur.blogspot.com/

Gabriel Calil on Jun 18, 2011, 11:04:00 PM said... #

Hi!
I replaced the codes that were at lines 11 and 12 by the codes you sent me; it still didn't work. I've got the title in blue, but the hover is still in orange (I wish to put it in blue too).

Thanks!

Movies Dhamaka on Jun 22, 2011, 1:17:00 PM said... #
This comment has been removed by the author.
Movies Dhamaka on Jun 22, 2011, 1:19:00 PM said... #

i cant find 2nd line in my template can you help me pleaee
my blog is this wwww.cricketsupernews.blogspot.com

M.Z's Site on Jun 23, 2011, 11:52:00 PM said... #

hello..i have a problem where i cant find the code in no.7
my blog is: http://mzsite.blogspot.com/

i hope u can solve my problem..thanks a lot!

Dav7 on Jun 25, 2011, 8:58:00 PM said... #

I was waiting for this slider for some time :)

But now I have problems installing on my blog. I have a test blog here: http://nova-templ.blogspot.com/

As you can see I changed some sizes and now the "next/prev" buttons are hidden and I can't make them appear.

Also the dots are more than the images, I only have 4 but the dots are 6, and if we click them they act strange :S

Hope you understand my problem and can help me !

Thanks Mohammad

Mohammad Mustafa Ahmedzai on Jun 26, 2011, 8:33:00 PM said... #

@Batistuta

Find this code in your template and paste the slideshow code juts below it.

<div class='column-center-inner'>

@Gabriel
Then your template needs thorough code scan. You will have to ask your designer which code is overriding the slideshows code. I do it at premier basis only.

@Movies
Please mention the step#?

@M.Z
Please find this code and paste the slideshow code juts below it,
<div class='column-center-inner'>

@DAV7
This is because you have added 4 images but the slideshow contains 6 Div sections. Please remove an un-used code like this one twice,

<div class='fp-post'>
<div class='fp-thumbnail'><a href='ADD POST URL-5 HERE'><img src='ADD IMAGE-5 LINK HERE'/></a></div>
<h3 class='fp-title'><a href='ADD POST URL-5 HERE'>WRITE POST TITLE HERE...</a></h3> <p> WRITE POST DESCRIPTION HERE... </p>
</div>

For those Next/previous buttons kindly adjust the height of the container.

You can try this all in MBT HTML Editor

msmariah on Jun 27, 2011, 10:27:00 AM said... #

Mohammad-- Thanks again for this. I think this is the best slider I've seen. Great work. Question - how do I change the borders for a uniform look. If you go to my site, you'll see what I'm referring to. Thanks

msmariah.com

Dav7 on Jun 28, 2011, 1:06:00 AM said... #

Mohammad, this is not my first jQuery installation, so I already deleted the div that wasn't necessary.

But as I understand now is that this happens when I add the set 8 code as html/widget on page elements!

But I can't paste it directly on the HTML editor because I get the error that some div is not closed :S

I want to put the slyder on div id='meio-wrapper' and here is my test blog http://nova-templ.blogspot.com/

Please help me, I really like this slide and want it to run on my blog :)

Mohammad Mustafa Ahmedzai on Jun 28, 2011, 1:58:00 AM said... #

@MS Maria
To change the border thickness or color edit these lines,

.fp-thumbnail{border:3px solid #dddddd; width:580px;height:266px;margin-bottom:10px;overflow:hidden;}
.fp-thumbnail:hover{border:3px solid #CAC9C9; width:580px;height:266px;margin-bottom:10px;overflow:hidden;}

The first border is for active mode and the second for Mouse hover. Hope this helps :>

@Dav7
Oh man of course you should not add it to HTML/JavaScript widget. The Slideshow uses Jquery effect which works perfect only when the code is added inside the template. I viewed your template. You need to add the slideshow below this code,

<div id='main-wrapper'>

Sudhir Dudeja on Jul 1, 2011, 9:23:00 AM said... #

http://allmytutorials.blogspot.com/

plzz help me i cant find wrapper in this too :( (and i m also nt able to find content wrapped in multi tab widget and waiting for ur reply there ).

sadeeonline on Jul 2, 2011, 12:49:00 PM said... #
This comment has been removed by the author.
Dav7 on Jul 2, 2011, 4:40:00 PM said... #

Looks like I can't use it on my blog, my intention was to put it on "div id='meio-wrapper'" but if we can't use it on page elements ther's no way to do it

:(

sadeeonline on Jul 2, 2011, 5:59:00 PM said... #

aslam o alaykum
this is my blog http://sadeestyleblog.blogspot.com/ slider is installed but the problem is i cant see the arrows on my slider donno where i have done mistake :S http://i56.tinypic.com/8wmyo3.png

splitzr on Jul 3, 2011, 6:05:00 PM said... #

GENiuS!!!!

Xplorasi on Jul 7, 2011, 11:05:00 AM said... #

hi brother. thanks for the great tutorial. but im having problem embedding this code to my blogspot static page.

please refer:

http://xplorasixpress.blogspot.com/p/news.html

Manuel Garcia PH on Jul 9, 2011, 9:42:00 AM said... #

I cant find the wrapper. here is my blog ( http://photoshopph.blogspot.com/ ) And Can i request ? If you visit my blog, you can see a facebook like box on the homepage. I want to replace it by the slideshow. Can i do it ? Thanks.

Manuel Garcia PH on Jul 9, 2011, 9:44:00 AM said... #

Can you message me for the answer on my facebook ? facebook.com/ManuelGarciaPH because i wont notice if you reply here. IM always using my facebook account thanks. I almost visited all of your tutorials. Maybe 10 more. hehe

aheins on Jul 10, 2011, 6:50:00 PM said... #

Hello, I am pretty confused myself. Have been trying to edit the width of my blog, but all the tips use 'main-wrapper' etc. and that code just does not exist in my HTML! I would really appreciate it if you could have a look and let me know what I need to change.

http://camping-wild.blogspot.com

Mohammad Mustafa Ahmedzai on Jul 11, 2011, 3:51:00 AM said... #

@Manuel

Instead of searching for that main-wrapper code search for this code,
<div id='content'>
Paste your Slideshow code just below it.

Yes you can remove your LikeBox by finding and deleting the like box code. This post will help you remove it ->

http://www.mybloggertricks.com/2011/06/add-facebook-like-box-at-bottom-of.html

If you needed more help let me know pal.

@aheins

No problem pal. Instead search for this code,

<div class="date-outer">

and paste the slide show code just below it.


There is a shortcut also
You can directly add the Slideshow code in step#8 to a HTML/JavaScript Widget.

xiaolin on Jul 14, 2011, 12:21:00 PM said... #

Can't find the line you mentioned....

Blog: http://www.xiaolinsblog.blogspot.com/

Thanks in Advance

@ňũbĦā√ ŤŸäğł on Jul 15, 2011, 7:11:00 PM said... #

hii bro .... i ve used ur above slider n it seems 2 work fine , the only problem i have is adjusting the width i have tried on many width parameters to get a perfect view (since i have set a smaller area where i put my post u can chk it @ www.vellapen.blogspot.com ) , now the major problem is

1) each time on hovering the mouse ..the frame width inc too much on d right side
2)sumhow i just cant fit d image in a proper ratio with the frame

otherwise i think everything is working great ... thnx n hoping for a reply as early as possible ... thnx bro :)

thousandnews wordpress on Jul 24, 2011, 1:01:00 PM said... #

http://thousandnews.blogspot.com

Mark Prime on Aug 2, 2011, 11:16:00 AM said... #

Mohammad, how does one go about making the slide show, any slide show, show on the home page only? Thank you for your time.

HSI on Aug 2, 2011, 3:04:00 PM said... #

hello,this is abdul wahab khan from india,i have jsut put the slider u shown in this post i have done everything rigt but i want to adjust the size of my slider please let me know and this is my website www.hadsonimpex.com please have a look and let me what more changes i have to do please its a request and u can send mail to me if you do't mind thanxs a lot

captain on Aug 7, 2011, 2:08:00 AM said... #

this is my url
http://southmovietrailers.blogspot.com/
I have the 7th step problem

resensinema on Aug 7, 2011, 4:12:00 AM said... #

Assalamu'alaikum Mohammad.

Nice to know you. :)

Hey i already installed the jquery, and I'm happy coz it worked! :)

But there's is some question related to the jquery:
1. How to make the image slider ONLY displayed on hompage/mainpage?
Yes, it's not appear on post page, but it did appear on LABEL page. Take a look for example:

http://resensinema.blogspot.com/search/label/DOCUMENTARY

2. Is there's a way to change the 'DOTS' & 'ARROW' color (active-nonactive)? What codes should I change to make this happen?

THX for your answer Mohammad. Sorry for my bad english.
Oh btw, Happy Fasting!

Rishabh Parihar on Aug 11, 2011, 10:43:00 AM said... #

i was not able to fine this"<div id='content-wrapper'>
"
http://www.psgians.blogspot.com
please help me

Muhammad Junaid on Aug 13, 2011, 1:29:00 AM said... #

Assalam o Alaikum.. Mohammad Mustafa bhai
i have made a blog related to wallpapers ..
but first of all i want to add a slider just like you made..
but is there any way that i can use this slider in any post in want..? i dont want to add it in that section where it appears..
thanx and Happy Ramadan

Adm. on Aug 14, 2011, 11:32:00 PM said... #

Great look a tis in my Blog:
www.atualizacoes.net

admin on Aug 17, 2011, 11:00:00 PM said... #

Brother, do we have to edit in EDIT HTML each time to change the contents in the slider?

ihsan on Aug 18, 2011, 12:44:00 AM said... #
This comment has been removed by the author.
ihsan on Aug 18, 2011, 12:53:00 AM said... #

oops., there is an error after I install. in my blog there is no button"orange" to push next slide.

thanks..,

ihsan on Aug 18, 2011, 12:53:00 AM said... #
This comment has been removed by the author.
ihsan on Aug 18, 2011, 12:59:00 AM said... #

@ihsanhow did i resolve this.,

just look at http://ihsansaidi.blogspot.com/

thanks soo much..

Arumugam S on Aug 18, 2011, 1:59:00 AM said... #

This one is not a demo one. Can I get the code for the actual demo kind of slideshow..

ushi sato on Aug 19, 2011, 4:21:00 PM said... #
This comment has been removed by the author.
ushi sato on Aug 19, 2011, 4:22:00 PM said... #

hi. huge problem. downloaded a custom template with the jquery slideshow for my blog. unfortunately the code seems to be broken - the slide on works properly after you go and click on "older posts" 3 times. it basically does not work on the home itself, you need to go back and back before it works. basically my "next/prev" slide option does not work. help please!
btw, i posted my entire code to a friends blog and it works fine. it just does not seem to work on my site.

Ramses Rivera on Aug 21, 2011, 2:26:00 PM said... #
This comment has been removed by the author.
admin on Aug 25, 2011, 9:19:00 PM said... #

Assalam
Not working on My Blog
Sometimes it just works then stops have a look at here
http://livecricketasia.blogspot.com

ihsan on Aug 26, 2011, 12:03:00 AM said... #

@adminoke. just repost/edit this post:)

Amy Nunnally on Sep 2, 2011, 9:24:00 AM said... #

Wonderful slider and tutorial! I have it on my blog now, and my images are filling the entire slider box, but only a portion (the top left corner) of the image is visible. It seems like the image itself is bigger than the box, but I sized the image to 580x266. Any ideas?

www.horizongolden.blogspot.com

Sushil on Sep 3, 2011, 3:14:00 PM said... #

i can not find both words plz help me
http://softwarezone.co.in

Gords on Sep 5, 2011, 7:58:00 AM said... #

could i change the color of the orange ball below?

Binod on Sep 10, 2011, 1:09:00 AM said... #

http://www.sahihoo.com/
help me out

Binod on Sep 10, 2011, 2:02:00 AM said... #

I got the rest but photo was not displayed

CHULALA on Sep 21, 2011, 3:25:00 PM said... #

cant find the <div outer wrapper code ..
http://chuchu-chulala.blogspot.com/

Aaden on Sep 24, 2011, 12:42:00 AM said... #

There's a problem. I can't find these lines.
My blog URL is : http://amatureteenwallpapers.blogspot.com/
Please help me..!!!!!! Thanks!!!!!!!

CEO Click Team. on Sep 27, 2011, 1:23:00 PM said... #

www.goclicksocial.blogspot.com

XW on Sep 30, 2011, 7:55:00 PM said... #

i have successfully incorporated the slider but somehow the images won't show up. i have made sure the image links are correct. will try again.

-Cepze on Oct 21, 2011, 6:06:00 PM said... #

Assalamuallaikum
i can't find <div id='main-wrapper... code please help
http://extremecrewterror.blogspot.com/
THX :)

Boedhye Thejoe on Oct 26, 2011, 12:11:00 PM said... #

nice blog...look my to

Author on Oct 31, 2011, 5:05:00 PM said... #

Thank you for the excellent tips! works perfect everytime--except I have trouble with the slideshow:-!cant seem to find the div- wrapper but love your blog!Keep up the fantastic work!

Shoriful Islam Sumon on Nov 2, 2011, 2:10:00 PM said... #
This comment has been removed by the author.
Shoriful Islam Sumon on Nov 2, 2011, 2:14:00 PM said... #

Hi.
Brother I follow your instruction . But did not Work it in my blog.
But I need this . Please help me. What can i do?
My Blog: sportsitnet.tk

Mohammad hamza on Nov 3, 2011, 9:42:00 AM said... #
This comment has been removed by the author.
Ogodi3 on Nov 3, 2011, 11:08:00 AM said... #

Hey I couldnt find step 7 help please. http://3rdworldhere.blogspot.com/

Unknown on Nov 6, 2011, 9:24:00 AM said... #

Hi
Thanks for a great gadget !
But I want to display small post thumnail images instead of the dots as navigation. Is it possible? And how to do it?
Thanks a lot !

riezen on Nov 6, 2011, 7:03:00 PM said... #

Hello it's nice so nice to be at your blog again.. I am with your entrecard bucket. I don't know if this will be a right section for me. Please let me know how to change my slider from my current to another blogger templates. Right now i am with zenmag templates http://btemplates.com/2011/blogger-template-zenmag/demo/ and i want the slider of this template. will this be possible http://btemplates.com/2011/blogger-template-suvsite/demo/

I am looking forward. Thanks

Bori B. on Nov 10, 2011, 2:25:00 AM said... #

Hi Mohammed,
Thanks for this great widget. I really like it but I'm having a
problem with the images and the source of them because they are not showing in the content slider. Even if this is an image from the post on blogger, it won't appear in the content slider. What should I do?

Bori

Nitin on Nov 15, 2011, 6:46:00 PM said... #

my blog url is techdarbar.blogspot.com and i am unale to find the main-wrapper part.

Groupdmt on Nov 17, 2011, 6:04:00 PM said... #

Fantastic blog i am loving your blog thanks for sharing...

prépresse

Oguntayo Mathew AdeKunle on Nov 17, 2011, 10:13:00 PM said... #

Mr Mohammed, nice work you done here, it's really helpful, keep the flag rolling.

saad on Nov 21, 2011, 12:45:00 AM said... #

hi my blog url http://downlaodfreemovies.blogspot.com/

john on Nov 21, 2011, 8:27:00 PM said... #

really great job you've done by mistake my blog slider was deleted and after i followed your instructions so now i feel that this is better then my old one ... thumbs up !!

Groupdmt on Nov 24, 2011, 3:55:00 PM said... #

Thanks Mohammed..
Thanks for sharring importent information in this blog.
Go Pro Helmet Hero

Lok Bahadur Thapa on Nov 25, 2011, 10:28:00 AM said... #

it's great...

PlugarSpace on Nov 26, 2011, 5:47:00 AM said... #

I can't find these lines.
My blog URL is : http://www.plugarspace.blogspot.com
Please help me.!

Rohan on Nov 26, 2011, 11:12:00 PM said... #

CAn u help

Blog - gamezone-kunal.blogspot.com

thx in advance

amazing site on Nov 29, 2011, 2:26:00 PM said... #

aslam meri site ye ha webfg.blogspot.com muj se ye lines find ni horhi ha

Atom on Dec 5, 2011, 2:46:00 PM said... #
This comment has been removed by the author.
susantasahoo007 on Dec 5, 2011, 3:00:00 PM said... #

i have added it to my blog.
but i have some problem.
i the size of the slider width to be 990px and height to be 200px maximum.

please help me to get that size

i have added to links of images

this is how it looks now http://4.bp.blogspot.com/-6TSyoEiMNZE/TtyUAQik4EI/AAAAAAAALKo/aY0eyu1na0I/s1600/base1.jpg

but i want like this http://3.bp.blogspot.com/-DlpsV9H3QX4/TtyUVhE9gWI/AAAAAAAALKw/vFzj8hznjo8/s1600/base2.jpg

i want the image size to be 100x140px.
below the image only post title no description.
below the slider.

so please help me

Regards
Susanta

this is my blog http://movietreasure.blogspot.com

Amit on Dec 14, 2011, 3:56:00 PM said... #

hey there.
Great work you are doing dude.
I have this one query. I want to use your code for multiple sliders on a single page in my blog.That means I want to instantiate more than one such Image sliders on a static page.
Please let me know how to do it.

Regards
Amit

Daniel Dhinakaran on Dec 26, 2011, 7:39:00 PM said... #

www.daniel-dhinakaran.blogspot.com

O'Brien on Dec 27, 2011, 1:13:00 PM said... #

How do i make this slider appear on my home page alone???

m2mdaily on Jan 2, 2012, 3:26:00 PM said... #

I really appreciate the idea behind this great post.You are doing a fine job.Keep it up.
machine to machine

www.northseajuice.eu on Jan 3, 2012, 7:28:00 PM said... #
This comment has been removed by the author.
jennifer|johnson on Jan 6, 2012, 10:10:00 AM said... #

Hi, I was looking for an image slider for my site and found your program. Thanks! I really like it. One problem: in IE, my #2, #3, etc. images load and are visible stacked vertically below the first slide...is there a fix for this? http://medicalcodingstudent.blogspot.com

Buddy Lee on Jan 7, 2012, 6:48:00 PM said... #

Hi!

Can you help me pls??

my slide show is working , but there is 12 posts... but i have only 6 ... why they copy?

and the next button doesn't work ;/

my blog :http://www.officialbuddyleeblog.com/
Thank you very much!!

africalass on Jan 9, 2012, 3:15:00 PM said... #
This comment has been removed by the author.
MDLinkZ on Jan 11, 2012, 12:41:00 PM said... #

Hi.
Awesome work ur doin'.

I've just attempted to apply this slider to my blogspot blog and it seems not to work. i think there's something wrong with the javascript in my template.

Please take a look and reply as soon as possible? www.mediadownlinkz.blogspot.com

The Coalition for Affordable Health Coverage on Jan 11, 2012, 9:57:00 PM said... #

I am having some trouble getting the slider to come up. Currently it shows all of the slides at the same time.

Any ideas?

http://jbstaging.blogspot.com/

salman on Jan 21, 2012, 12:57:00 AM said... #

i have inserted the slider here http://testblog1150.blogspot.com/
i want to know that is there any way to add more than four posts

Rabbi Khan on Jan 22, 2012, 6:11:00 PM said... #

hi mohammad can you just help me that i followed every steps to install this slider. but only showing 1 post & its not sliding.my side address is www.4ddigital.co.cc/

Bryer MacPherson on Jan 25, 2012, 6:00:00 PM said... #

How do i remove a slide on the slider?

timslatter.com on Jan 26, 2012, 2:37:00 PM said... #

Hi there - I had a problem finding the main-wrapper code. My blog url is http://furyvw.blogspot.com.

Sam Sexy on Jan 26, 2012, 3:04:00 PM said... #

@timslatter.com

Your blog is not open for public so just not able to help you.

timslatter.com on Jan 26, 2012, 4:57:00 PM said... #

@Sam Sexy The blog is now open.

Sam Sexy on Jan 26, 2012, 5:18:00 PM said... #

@timslatter.com
Try finding this:

<div class='main-outer'>
<div class='main-cap-top cap-top'>


Paste the code below it.

Áurea on Jan 31, 2012, 2:14:00 AM said... #

Hello Mohamed,
I have a Brazilian blog where I teach several features to the blogger.
I would like to translate some of your posts on my blog to teach bloggers in my country to make your blog more fun.
Allows you to translate and teach in my blog that teaches the resources here?
I will always citing the source.
Thank you,

Áurea

Tom de Jongh on Jan 31, 2012, 4:42:00 AM said... #

Hi Mohammad, I see you answered a lot of comments(questions) that's really great :) I have a different question. I edited the size of the image and also the size of the 'frame' containing the image, title, description and next/prev buttons.
For some reason the buttons got located too far down imo. I gave some extra attributes to the div containing the buttons and placed it relative and an offset to the top. Now the buttons aren't clickable anymore.
What would be the correct way to relocate these buttons?

http://concretewaarheid.blogspot.com/

Analyst on Feb 6, 2012, 11:29:00 AM said... #

I have a slider installed at http://www.indian-share-tips.com/ and I want to block slider slides from appearing in specific pages. My code is installed in template. Please tell me how to do it. Thanx for your awesome tutorials. Regards

Guilt / Lust on Feb 10, 2012, 10:44:00 AM said... #

Hi There!

It's almost perfect! I have added it to my homepage on blogger.
But it also shows up in labelled pages/categories. Is there anything I can do to the code to fix that?

Otherwise, it is perfect!

This is what I am talking about: http://guiltlust.blogspot.com/search/label/fragrance

THANKS!!! :D

wan razin on Mar 1, 2012, 3:52:00 PM said... #
This comment has been removed by the author.
duniasharing.com on Mar 22, 2012, 1:22:00 PM said... #

Nice blog bro...

thx for tutor

Ardianta Sisgo on Mar 22, 2012, 7:11:00 PM said... #

why this, is not available on newest chrome.. look my blog. is not suport with google chrome.. :( www.ardianta.tk

Big Bang Lovers on Apr 4, 2012, 9:23:00 PM said... #

Hi Mohammad. I've followed the steps and it turned out so good like what i want. Thanks a lot for that. But I have a few problems. Is it possible to align the pictures to center? As my pic size are different from each other. Please reply me ASAP. I really need your guidance. TQ

My Blog : http://bigbanglovers-only.blogspot.com

arhamvhy on Apr 5, 2012, 2:32:00 PM said... #

very cool master..
I like it

Claudia on Apr 6, 2012, 7:18:00 AM said... #

This is awesome! but what if i want the slider to only appear on one specific static page?

BanditHijo on Apr 9, 2012, 8:21:00 AM said... #

@Mohammad Mustafa Ahmedzai : excuse me mohammad, please help me, how to all slides show on all pages, not only in home.

Stéphanie on Apr 15, 2012, 3:12:00 AM said... #

Hi! I`m having problems with the images size. Is there a way to add images without the URL image? Here's what it looks like now:
http://sosmode.blogspot.ca/
Thanks!

Coolz on Apr 17, 2012, 8:51:00 AM said... #

i dont get it i found all the string required and copy/paste as you said.... and still cant make it work did i make something wrong?

my test blog

http://kurotes001.blogspot.com/

karan malhotra on Apr 26, 2012, 12:20:00 AM said... #
This comment has been removed by the author.
Zheng Yao Chin on Apr 30, 2012, 10:31:00 AM said... #

Hi,
is it possible to put the slideshow under the links and title?
Our blog: 6rexperimental.blogspot.com
Thanks

Muhammad Imran on May 7, 2012, 8:49:00 PM said... #

Hello Mohammad, doing a good job. pl help me my image slider is not working. my blog idress is http://freesoftwaresproviders.blogspot.com/. and 2nd problem is that even i posted this element <b:if cond='data:blog.pageType == "item"'>
<div style='display:none' id='bpslidein_place_holder'></div>
</b:if>
but still slider come out at the end of my page instead at the end of post.
pl help me. thanks

Chetankumar Chandak on May 10, 2012, 1:54:00 PM said... #

hi Mohammed the image slider is not working in Chrome...can u plz help...my site www.techalert.in i need to solve this urgently..

I Can Feed Myself on May 10, 2012, 9:25:00 PM said... #

Hi Mohammed,

I'm trying to insert you wonderful gallery but having the problem that you said most people will have. Here is my blog address:

http://icanfeedmyself-permaculture.blogspot.com/

if you don't mind, please respond to this e-mail - spiiral.graphics@gmail.com

Laura @ Hip Pressure Cooking on May 17, 2012, 10:08:00 AM said... #

It looks like I might not get an answer on this, lots of UN-answered questions, here!

I got it to work... but it seems to show the top frame twice, once in the right place, as a boarder to the slider and the second, after the widget. Did I do something wrong?

http://hipcooking.blogspot.it/

Thanks, I hope to be able to fix this - other than having to update the code in the template (some sliders do it in a widget) this is the nicest slider I've seen so I'd love to get it working!

Thanks,

L

web development outsourcing company on May 23, 2012, 5:05:00 PM said... #

This is really useful for blogs , I will consider this for blog creation.

poshykoolz on May 24, 2012, 11:35:00 AM said... #

Hi, great tutorial, really need this one.
I have a question: Is it possible to show slider in every post or page?

Thanks!
http://lyricscollectionfree.com

freeimageandvideo.blogspot.in on May 29, 2012, 4:18:00 PM said... #

nice tips. i really like your post. thanks.

Oyon on Jun 3, 2012, 11:38:00 PM said... #

Hi

I am having trouble with finding the following code:
<div id='main-wrapper'>

Please help.

My url is http://crackeduniverse.blogspot.com

Maxi on Jun 9, 2012, 2:37:00 AM said... #

assalamo alaykom,,brod mohammad,i need your help i didn't find this code ]]> to my blog,my account is from weebly.com,,,this my site url...www.pfcofwloveradio.com hope u can help me to solve my problem,,,,shukran brother mohammad.

Maxi on Jun 9, 2012, 2:46:00 AM said... #

this is the code what i mean brod mohammad,]]></b:skin> i didnot see it inside the template html of blog,,,www.pfcofwloveradio.com my account from weebly.com,,,hope you can help me,,shukran

Kaleem on Jun 18, 2012, 7:26:00 PM said... #

www.all4masti.com/p/chat-room.html
Chat Rooms, Best Pakistani Girls Chat Rooms, Best Indian Girls Chat Rooms, Chat With Pakistani Girls And Boys, Chat With Indian Girls And Boys.

Muhammad Habib Zulkhamsyah on Jun 19, 2012, 8:24:00 PM said... #

please help me
how to use multiple jquery function on single Jquery.min.js
please help me

ms. dreamystargazer on Jun 21, 2012, 8:07:00 AM said... #

hi,
thanks for your brilliant slider.
the images slide are left; how do i center them?
where do i change the code to center the images?
thank you

SOUMYA CYBER WORLD on Jun 24, 2012, 7:58:00 AM said... #

I cannot find div id='main-wrapper'. My blog url is soumyacyberworld.blogspot.com

Shashank on Jun 27, 2012, 11:05:00 AM said... #

Amazing. . thank you very much. Had been looking for this since long time.

Mahbub S.B. Jalil on Jul 1, 2012, 11:53:00 AM said... #

Salam brother, you are not gonna believe it, but i made it mess! please help me out: http://dolancerhelp.blogspot.com/p/test.html this is my blog address....

Mahbub S.B. Jalil on Jul 1, 2012, 11:56:00 AM said... #

Salam brother, you are not gonna believe it, but i made it mess! please help me out: http://dolancerhelp.blogspot.com/p/test.html this is my blog address....

Neel Shah on Jul 9, 2012, 6:45:00 PM said... #

techineel.blogspot.in

Haqua d'rot Herminium on Jul 20, 2012, 7:43:00 PM said... #

thanks for the tutorial :) at first im having difficulty finding the "div id " in step 7 i cant find it...i only found the div class='main-outer' by just trial and error :) at last
heres my blog anime-minidownload.blogspot.com under construction.. thanks once again.. very informative post,,,keep it up

alpapito on Jul 24, 2012, 6:19:00 PM said... #

Hello,
I am starting to make my first move in making my dreams come true. I am making this blog but I can not complete the process I can find the div id 'main-wrapper' code in my blog. As mentioned above I'll just put my blog here.

Please help me.

This blog is always my best resource.

Best Regards,
Alpapito

Melanie Magdalena on Aug 8, 2012, 2:26:00 AM said... #

Hello, I am working on adding this slider to a blog: http://e-morgaine.blogspot.com and the slides do not change... how do I fix it?

Sakthivel Dhana on Aug 12, 2012, 1:10:00 PM said... #

tamillyricssheet.blogspotin

Xie Hang on Aug 17, 2012, 10:20:00 PM said... #

http://yeoxiehang.blogspot.sg/

Unknown on Aug 21, 2012, 8:17:00 AM said... #

http://estilomoldar.blogspot.in/ nt able to add image slider script

Kamal Ks on Aug 25, 2012, 9:49:00 PM said... #

how to remove feature slider from blogger template please help

ali al-hussaini on Sep 23, 2012, 2:26:00 AM said... #
This comment has been removed by the author.
JerichoMontes on Sep 23, 2012, 11:05:00 PM said... #

Mohammad, Very nice tutorial. But I Can't find this code on my template. <div id='main-wrapper'> Please help me to find it. really need this slideshow for my blog. http://kristianoblog.blogspot.com/

Thank you so much. I'll wait for your reply.

Rumahexcel on Oct 4, 2012, 7:37:00 AM said... #

good job...

Ardian Haryo P on Oct 19, 2012, 12:19:00 PM said... #

wow nice posting

Faizan Abrar on Oct 29, 2012, 11:43:00 AM said... #

i can not find the code

my website is http://qazihabib.blogspot.com/

jojopig.com on Nov 3, 2012, 7:30:00 PM said... #

thanks for the post.

SugarLova on Nov 3, 2012, 9:58:00 PM said... #

hi,

Please help me..something went wrong..only the caption appear but no pictures.

sugarlova.blogspot.com

Thank you in advance.

pagesong.com on Dec 18, 2012, 2:13:00 PM said... #

nice blog

TYLOR 'tayo-Ilori on Dec 22, 2012, 5:10:00 PM said... #

Hi Weldone. My Slider isnt working. here is my site www.meetylor.tv

Spacerguy on Dec 26, 2012, 6:35:00 AM said... #
This comment has been removed by the author.
sabilul hidayah on Jan 2, 2013, 10:17:00 PM said... #

http://mig33messenger.blogspot.com/

Maniteja.pdk on Jan 8, 2013, 6:45:00 PM said... #

www.padakantilakshmikantham.blogspot.com

pls help me to keep sldeshow

advance tqu :)

Judy diyAddict on Jan 24, 2013, 11:45:00 PM said... #

HI Moammad,

Thank you for all your tutorials. It really helped me a lot. I put the borders to 0 since the size of my photos are not the same. By the way, I featured you in my blog. I hope you could visit at http://www.pursuitoffunctionalhome.com/2013/01/stalking-thursday-5.html

bx jahin on Feb 8, 2013, 7:19:00 AM said... #


The information provide is very useful for us. thanks for sharing This and hope you will share again.


web hosting
business web hosting
affordable web hoting
website hosting

Mike Tesoriere on Mar 2, 2013, 10:34:00 PM said... #

what does this error mean?

Error parsing XML, line 1140, column 127: The value of attribute "href" associated with an element type "null" must not contain the '<' character.

Manohar Rao on Mar 31, 2013, 11:30:00 AM said... #

Seems I need help as my template differs. My blog is http://www.ncooltips.com/

Thanks in advance. I really enjoy your articles at no cost.

Manohar Rao on Apr 1, 2013, 4:09:00 AM said... #

Perfect, it worked in chrome, but not in IE. seems something is wrong. but not sure where it is ?

anyways, once again thanks from http://www.ncooltips.com/

Grandma Mashelley on May 3, 2013, 1:01:00 AM said... #

Thank you for this code. Still loading the pics, but so far it works beautifully.

sree on May 17, 2013, 10:57:00 PM said... #

www.ubuntucafe.in

Click Here To add Comment

Confused? Feel free to ask

Your feedback is always appreciated. We will try to reply to your queries as soon as time allows.

Note:
1. To add HTML CODE in comments then please use our HTML Encoder
2. You can always Test the tutorial on our HTML Editor
3. No cheesy/spam Comments tolerated Spam comments will be deleted immediately upon our review.

Regards,
Mohammad

Support Us

If our Tutorials have helped you a little, then kindly spread our voice using the badge below:-

or try a Beautiful Banner


Widgets

 
  • MBT Icons and buttons

    Icons and Buttons

    Our resources have been successfully downloaded over 10K times and found almost every where. Get yours!

  • choosing webhost for a blog

    Why HostGator?

    Learn Why we chose HostGator as our Web Host and find discount coupons to kick start your blog today!

  • SEO Settings for blogger

    ALL IN ONE SEO PACK 2012

    Learn every single SEO tip that will boost your blog's ranking and organic traffic. We got them all!

  • Blogger widgets and plugins

    Visit MBT's Blogger LAB

    Why not take a tour of all great Blogger widgets published so far? You Name it we have it!

  • become a six figure blogger!

    Become a SIX FIGURE BLOGGER

    Learn what it takes to become a successful entrepreneur and build a living online!

About The Author

Hi! I am Mohammad, a certified SEO Consultant, Pro Blogger, Computer Engineer and an addicted Web Developer. Read More..

Recipes

SEO Affiliate Marketing Social Media

Make Money Online Web hosting

Blogging Tips Web Designing

Plugins and Widgets Blogging Ethics

Recent Comments

Popular Series

Powered by:

My Blogger Tricks © 2013. All Rights Reserved | Contact |