How to make an automatic Carousel slider based on labels?
In this tutorial I will discuss how to create automatic Carousel slider based on your labels in blogger. All you have to do only replace with your own label and the slider will work based on the label that you add in Edit HTML template. I made this carousel slider was very simple and only used jCarousellite script without adding easing effects or mousewheel.
- You must login to blogger with your account
- After that select the blog that you want to add slider.
- Go to the template >> Edit HTML and check the expand widget templates, don't forget to backup your template first.
- And then place this following codes above ]]></b:skin>: Look at some codes with the blue color above, that's the width and height of the slider in the demo that I made, change with your own size depend on your template width.
- Still in Edit HTML, add this following code above </head> :Notes:See the red URL script above, that's the latest series jQuery.min.js script code that I use to made this slider. And if you've found jQuery.min.js although with the different series in your template, the red codes no longer need to insert. There must be only one jQuery.min.js in your template, it is up to the serial number, if possible the latest version.Blue code (15) : amount of your post that display in the slider. news was a label that I choose to show up in slider.
- Next step you must call the slider to appear in your blog. Place this following code above <div id='main-wrapper'>:You can also put the following codes in the bottom of your navigation menu or you can also placed in your footer side, that's depend on your needs.
- The final step, save templates and see the results.
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.