Before you ask please READ THIS

interval between slides for element people

edited May 2015 in Chillout Posts: 31
Hi there,

I am having trouble changing the interval between slides for element people. No matter what interval I set, the slider still rotates at the same speed..

www.profissas.com.br/profissas

Can you help?

Thanks.

Comments

  • Posts: 1,758
    Hi,
    thank You for the report, there's a bug, it'll be fixed in upcoming update.
    For now - if You're ok with editing theme's files:
    find file ..\wp-content\plugins\vc_extend_apollo13_chillout\vc_extend.js
    line 138
    
            $carousel.owlCarousel({
                autoPlay : auto_play,
                items: slides,
                singleItem: single,
                pagination : !hide_pag,
                scrollPerPage : scroll_count,
                slideSpeed : animation_speed,
                paginationSpeed : interval,
                navigation : !hide_nav,
                navigationText : false,
                paginationSpeed:800,
                itemsCustom: responsiveness
                
            });
    
    change to:
    
            $carousel.owlCarousel({
                autoPlay : (auto_play ? interval : false),
                items: slides,
                singleItem: single,
                pagination : !hide_pag,
                scrollPerPage : scroll_count,
                slideSpeed : animation_speed,
                navigation : !hide_nav,
                navigationText : false,
                paginationSpeed:800,
                itemsCustom: responsiveness
                
            });
    
    Remember to rate our theme if you like it ;)
    All the Best.
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

In this Discussion