Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Auto slide show stopped working on clicking on pager/next/previous #201

Closed
ManiAkasapu opened this issue May 24, 2013 · 2 comments
Closed

Comments

@ManiAkasapu
Copy link

Thanks for awesome plugin.
using 4.1,
First my code:

$('.bxslider').bxSlider({

        auto: true,
        pause: 1000,
        randomStart : true,
        autoHover: true

    });

My Problem: If I click on (next / previous / Jump to any slide ) its moving to that slide but afterwards it is not automatically moving to next slide. What i need is if i jump to any slide it should start animation from the next slide to it.

Hope I explained well enough.

Please look into the issue and help me.

@ManiAkasapu
Copy link
Author

I overcame the above situation by adding below lines.

slider = $('.bxslider').bxSlider();
$('.bx-prev, .bx-next, .bx-pager-item').live('click',function(){
slider.startAuto();
});

But by default the plugin should provide this. Please check and provide the option to include this feature.

@Tidal-Wave
Copy link
Collaborator

Closing due to lack of example and age of issue. Please provide a working example of the issue. Possibly related to #702.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants