This topic has 6 replies, 2 voices, and was last updated 10 years, 1 months ago ago by rwlee33
Hello,
Can the post and/or product sliders slide on their own? For example, is there a setting so that the sliders move on their own, to show all the products?
I’ve seen this in other sites and sliders, and would like to implement this instead of a static slider that the user has to slide.
This would be handy on product sliders, brand sliders, posts, etc.
P.S. I’m NOT looking for this in the rev slider for only 1 slide at a time. I want this for posts, products, brands, etc, that show 4 or more at a time and then slide one or more at a time.
Hello,
Unfortunately we don’t have such feature. Sorry.
We’ll take this into our account and try to implement it in future updates.
Thank you.
Regards,
Eva Kemp.
That would be an extremely useful feature.
I found a bit of code for the 2014 sliders. Perchance, would you have a recommendation for tweaking this to work with your sliders?
function add_script_in_footer(){
?>
<script type="text/javascript" charset="utf-8">
jQuery(document).ready(function(){
var change_every = 5; // The number of seconds that the slider will auto-advance in
var current = 1;
function auto_advance(){
if(current == -1) return false;
jQuery('#featured-content .slider-next').eq(current % jQuery('#featured-content .slider-next').length).trigger('click', [true]);
current++;
};
setInterval(function(){auto_advance()}, change_every * 1000);
});
</script>
<?php
}
add_action('wp_footer', 'add_script_in_footer');
Correction: I found a bit of code for the 2014 Theme sliders.
Link: https://wordpress.org/support/topic/twenty-fourteen-slider-not-slide?replies=4#post-5046422
Hello,
Sorry, but this requires additional customization and is a paid service.
You may create a ticket at https://support.8theme.com/ concerning this issue.
Thank you.
Regards,
Eva Kemp.
blah, blah, blah, yeah, I know.
Tagged: automatic, persuasive, slide, sliders, templates, woocommerce, wordpress
The issue related to '‘Can the sliders slide automatically?’' has been successfully resolved, and the topic is now closed for further responses