Can the sliders slide automatically? - by rwlee33

This topic has 6 replies, 2 voices, and was last updated 9 years, 6 months ago ago by rwlee33

  • Avatar: rwlee33
    rwlee33
    Participant
    October 21, 2014 at 07:50

    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.

    http://www.designbykathryn.com

    5 Answers
    Avatar: Eva
    Eva Kemp
    Support staff
    October 21, 2014 at 12:03

    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.

    Avatar: rwlee33
    rwlee33
    Participant
    October 22, 2014 at 02:18

    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');
    Avatar: rwlee33
    rwlee33
    Participant
    October 22, 2014 at 02:23

    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

    Avatar: Eva
    Eva Kemp
    Support staff
    October 22, 2014 at 12:26

    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.

    Avatar: rwlee33
    rwlee33
    Participant
    October 23, 2014 at 03:34

    blah, blah, blah, yeah, I know.

  • Viewing 6 results - 1 through 6 (of 6 total)

The issue related to '‘Can the sliders slide automatically?’' has been successfully resolved, and the topic is now closed for further responses

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.