Comments Michael started the conversationMay 4, 2016 at 4:29pmHey there!I'm handling a pretty big team here. Is it possible to randomize the order of the team members in the carousel so that on each page load another bunch of people would be displayed first? 1,973Support repliedMay 4, 2016 at 10:56pmAlthough I see it's a good idea I'm not sure if it's possiblethe caroufredsel options are described here:https://dev7studios.com/caroufredsel-old/configuration.phpand is initialized in /js/scripts.jsif( jQuery('.our-team-new').length > 0 ){ jQuery('.our-team-new').carouFredSel({ width: '100%', height: 'auto', prev: '#prev3', next: '#next3', align: "center", scroll: 1, auto: false, visible: { min: 1, max: 5 } }); }line 352Hope it helps, thanksThank you. Clapat Support https://www.clapat.com/ Review Envato Item Support PolicyMichael repliedMay 5, 2016 at 1:55pmIn case anyone beside me will ever need this feature as well:jQuery('.our-team-new').carouFredSel({ width: '100%', height: 'auto', prev: '#prev3', next: '#next3', align: "center", scroll: { items:1, duration: 1500, pauseOnHover: true }, auto: true, visible: { min: 1, max: 5 }, items: { start: "random" } });Have a great day! 1,973Support repliedMay 5, 2016 at 4:22pmNice, excellent! thanks for sharing.Thank you. Clapat Support https://www.clapat.com/ Review Envato Item Support Policy Sign in to reply ...
Hey there!
I'm handling a pretty big team here. Is it possible to randomize the order of the team members in the carousel so that on each page load another bunch of people would be displayed first?
Although I see it's a good idea I'm not sure if it's possible
the caroufredsel options are described here:
https://dev7studios.com/caroufredsel-old/configuration.php
and is initialized in /js/scripts.js
if( jQuery('.our-team-new').length > 0 ){
jQuery('.our-team-new').carouFredSel({
width: '100%',
height: 'auto',
prev: '#prev3',
next: '#next3',
align: "center",
scroll: 1,
auto: false,
visible: {
min: 1,
max: 5
}
});
}
line 352
Hope it helps, thanks
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy
In case anyone beside me will ever need this feature as well:
jQuery('.our-team-new').carouFredSel({
width: '100%',
height: 'auto',
prev: '#prev3',
next: '#next3',
align: "center",
scroll: { items:1, duration: 1500, pauseOnHover: true },
auto: true,
visible: { min: 1, max: 5 },
items: { start: "random" }
});
Have a great day!
Nice, excellent! thanks for sharing.
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy