December 03, 2009

Auto Move Image Slider i.e carousel For Blogger


; I had provided you earlier with an image slider with two left and right panels which on click take you to other images.But some of my readers at that time wanted it to have auto moves of images in slider.So in this post i will tell you how to auto move the images in slider.If you you don't know what exactly image slider is, then don't worry, just i would like you first to read my previous post on image slider for it and if you like it just follow that tutorial to have it in your blog.After following that tutorial and adding it in your blog,just you have to make small change in that tutorial to make it automove.


Some other widgets you would like to implement for sure like peel add for blogger for attracting your visitors to subscribe your blog or show of your advertiser or show of some other important stuff.Some hacks like these i previously wrote were image hover effect,images reflection in blogger posts and zoom your images in blogger posts,which might also help you a lot.

Now lets carry on with an important tutorial of how to add the auto move image slider to your blog.







Implementation



Just visit my Previous post on image slider and follow the complete instructions there and save your template.If you get work your slider and want to make it auto move,just follow this important step.

Important Step



While adding image slider from here you would have added some script in my special step i have mentioned there.Just what you have to do is replace that whole script with the below one and you will get your slider auto move,that's it.


<script type='text/javascript'>
stepcarousel.setup({
galleryid: &#39;mygallery&#39;, //id of carousel DIV
beltclass: &#39;belt&#39;, //class of inner &quot;belt&quot; DIV containing all the panel DIVs
panelclass: &#39;panel&#39;, //class of panel DIVs each holding content
autostep: {enable:true, moveby:1, pause:6000},
panelbehavior: {speed:500, wraparound:true, persist:true},
defaultbuttons: {enable: true, moveby: 1, leftnav: [&#39;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj6K8P_u1GnJfvPLLGEDnx4ucAWOiSzkw-xc6sze13EFwmKYIoSX-uy2TQKa82hzaLxxOtJ1iHA4B1NLNhAql9cLbRNpcJ6WYeX_sEdi5fsnoRg3I9UOFwkRf_CXWGvQJfy7_-T5IzX3JY/s400/left.jpg&#39;, -48, 0], rightnav: [&#39;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjIO5CY0ijim4ib6IWgE9bLbhu_nR4o_zEfcw1_Lt8GAi7cxZGNewoqmDPHAzKs91Z0FIqezt1G9z0UP9pkpKWjtU9T6pwB0UbbRMe9TSbLyxRdfaMK1w-JL6g8GKTDEedmuxCPI3BhMz8/s400/right.jpg&#39;, 0, 0]},
statusvars: [&#39;statusA&#39;, &#39;statusB&#39;, &#39;statusC&#39;], //register 3 variables that contain current panel (start), current panel (last), and total panels
contenttype: [&#39;external&#39;] //content setting [&#39;inline&#39;] or [&#39;external&#39;, &#39;path_to_external_file&#39;]
})
</script>


The green lines are the images of side arrows to make it scroll left and right,you can have your images also to make it look different.And in red are number to control speed of slider and no of images to be shown at one auto move in slider,so make it adjust acc. to you.If you increase images to be shown from 3 to any number then you have to increase the size of slider.For this you need to study its css part and make modifications in it.

I hope now you would have no problem in making this mage slider auto move.Enjoy It !!

TEXT ME ANY QUERY

 

Copyright 2009 All Rights Reserved Revolution Two Church theme by HackkingAday