From our sponsor: Ready to show your plugin skills? Enter the Penpot Plugins Contest (Nov 15-Dec 15) to win cash prizes!
Today we want to share a fancy content rotator with you. It shows some image with a headline and sub-headline in each slide and allows navigating through the slides using the thumbnails that also contain a headline. Hiding the thumbnails will reveal a scrollable text container and the navigation arrows will move up so that one can navigate to the previous or next slides.
The beautiful images are by Andrey & Lili. The images are licensed under the Attribution-NonCommercial 3.0 Unported (CC BY-NC 3.0) License.
We also use the jQuery Mousewheel Plugin by Brandon Aaron and the jScrollPane Plugin by Kevin Luck.
Tiny break: 📬 Want to stay up to date with frontend and trends in web design? Subscribe and get our Collective newsletter twice a tweek.
Examples
We have two examples, one with autoplay and one without:
For the HTML structure we will have a main container, the content wrapper and the container for the thumbs. Each cr-content-container needs an ID assigned which we will reference in each thumb with data-content:
<div class="cr-container" id="cr-container"> <div class="cr-content-wrapper" id="cr-content-wrapper"> <div class="cr-content-container" id="content-1" style="display:block;"> <img src="images/1.jpg"class="cr-img"/> <div class="cr-content"> <div class="cr-content-headline"> <h2>The slide title</h2> <h3> <span>Some sub-title</span> <a href="#" class="cr-more-link"> read more →</a> </h3> </div> <div class="cr-content-text"> <p>Some text here...</p> </div> </div><!-- cr-content --> </div><!-- cr-content-container --> <div class="cr-content-container" id="content-2"> ... </div><!-- cr-content-container --> ... </div><!-- cr-content-wrapper --> <div class="cr-thumbs"> <div data-content="content-1" class="cr-selected"> <img src="images/thumbs/1.jpg"/> <h4>The slide title</h4> </div> <div data-content="content-2"> <img src="images/thumbs/2.jpg"/> <h4>Another slide title</h4> </div> ... </div><!-- cr-thumbs --> </div><!-- cr-container -->
The default options are the following:
$('#cr-container').crotator({ // slideshow on autoplay : false, // slideshow interval slideshow_interval : 3000, // if true the thumbs will be shown initially openThumbs : true, // speed that the thumbs are shown / hidden toggleThumbsSpeed : 300 });
We hope you like this little content rotator and find it useful!
Great example as usual.
Any chance of a hover pause facility?
Cheers,
Barton.
Love it! 😀
this is great! nice work.
Wow… this one is great. Also the images btw… and you’re soooo fast with your useful drops of code
Great tutorial.
Did anyone else find that the back/forward buttons not working in the demo? (Firefox 5)
Thanks all for the great feedback! @Sue, works fine over here 🙂
Cheers,
ML
Works fine too on my firefox 5 !
Great content rotator ! It looks like some flash stuff without flash !!
ihih,
What a tool!
Another awesome post!
thanks for tutorial ! very nice 🙂
Thank you!
awww
No Comments….
AWESOME 😀
Just love your work. Any chance of a full screen adaptive example?
Nice…
Like This +1 ^_^
awesome and elegant.
big thanks mary
Awesome slider 🙂
The only issue I’m having is when setting the options to true for autoplay and hiding the thumbs on load, for some reason this stops the slider from functioning.
Is anyone else having this issue?
@Martin That was indeed a bug 🙂 I have updated the zip file with the fix. Thanks!
Great tutorial…thanks a lot
Thanks, it’s wonderul!
Hi thanks for posting up another really simple tutorial, this content slider looks great and functions beautifully. The show and hide function is a nice addition to the slider, thanks for sharing, keep up the good work!
Nice example. Simple and nonsticky
Nice! Awesome tut!
Elegante y espectacular como siempre 🙂
As always, brilliant. Thanks
What is the license on this can we use it in commercial projects?
Thanks! 🙂
How can we add a fade in/out effect to the content?
Great work.
F.
This is WOW… man, amazing, best content slider I have seen in a while.
That is really good, it is all about the graphics as well. Now I need to find a place to use it in my web design.
Great!!! I hope to improve it in my own project. Thanks
perfect..so glad i found this. thanks!
Hi my friend,
if i want to show 3 thumbs instead of 4 thumbs like you. I have to repair how???
Wow. Fantastic slider. Thanks. But can you help me with…in Opera v.11.52 last or first preview picture look strange…in ff, ie, chrome it’s all ok.
Hi there,
I would also like to know as would others how easy it would be to create a pause effect for this code? Is it possible to have it so that when someone hovers over any part of the rotator it stops cycling through the thumbnails?
Hi!
This is a very cool content rotator 😀
I’m just having a small problem when editing 😐
I changed the width of the content (its a little larger) and I want to add more than 4 thumbs. In this case from 4 to 6.
How can I add more thumbs? I search every where but coudn’t find the place 🙁
Help plz.
Tks.
(First, sorry for the double post)
Its just to say that I finaly found the place here we can edit the numbers of thumbs displayed.
We have to edit the jquery.accordion.js
Tks any way.
This content rotator with jQuery rocks!, tks 😉
Hey joao, you say we have to edit jquery.accordion.js to change the number of thumbs displayed, but that script it not used in the plugin, so I am confused. Can you be more specific about changing the number of thumbs? Thanks!
Sorry Angel, my bad, I meant “jquery.crotator.js”
I accidentally copied the name “jquery.accordion.js” since I was working in another jquery 😛
Open the “jquery.crotator.js” and change the numbers 4 in the parts of the code:
“set = Math.ceil( (i + 1) / 4 );”
“top : ( i < 4 && config.thumbsNav ) ? $item.data('top')'"
"var maxSet = Math.ceil( ( config.totalThumbs ) / 4 );"
Funciona como dice “joao” pero no te olvides modificar en style.css
.cr-thumbs{
width:575px; ….
de 575px al tamaño que necesites..