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

How to go to the first page when you reach the last page using manualControls #386

Open
giwrgos88 opened this issue Jul 22, 2017 · 1 comment

Comments

@giwrgos88
Copy link

I'm using the responsiveslides and I implemented it using manualControls. The issue that I have is that when you reach the last page is not going back to the first page or from the first page if you click previus to take you back to the last page. By disabling the manualControls and enabling nav is working fine. Here is my configuration

jQuery(document).ready(function ($) {
    var homesliderConfig = {
        speed: 500,
        timeout: $('.carousel').data('interval'),
        nav: false,
        random: false, 
        pause: $('.carousel').data('pause'),
        namespace: "homeslider",
        manualControls : ".direction",
    };

    $(".rslides").responsiveSlides(homesliderConfig);

});

Am I missing something?

@giwrgos88 giwrgos88 changed the title How to go to the last page when you reach the first page using manualControls How to go to the first page when you reach the last page using manualControls Jul 22, 2017
@giwrgos88
Copy link
Author

@viljamis any help on this one? thanks

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

No branches or pull requests

1 participant