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

Slides disappears when slider switch. #407

Open
gevzroot opened this issue Jan 22, 2020 · 0 comments
Open

Slides disappears when slider switch. #407

gevzroot opened this issue Jan 22, 2020 · 0 comments

Comments

@gevzroot
Copy link

Hello, Viljamis, I need your help to resolve issue with slider in Firefox. I has an actual versions of FF and ResponsiveSlides and it's not working properly with each other. Slider show only first slide and disappear when switching the slides. This problem occures in FF only, in other browsers all ok. Please help?

Code I use:

function initResponsiveSliders() {
  jQuery('.rslides').responsiveSlides({
    auto: true,
    speed: 500,
    timeout: 5000,
    nav: true,
    pause: true,
    pauseControls: true,
    prevText: '<i class="fas fa-chevron-circle-left fa-3x"></i>',
    nextText: '<i class="fas fa-chevron-circle-right fa-3x"></i></i>',
    navContainer: '#navContainer'
  });

  jQuery('#operativno-slider').responsiveSlides({
    auto: true,
    speed: 500,
    timeout: 20000,
    nav: true,
    pause: true,
    pauseControls: true,
    prevText: '<i class="fas fa-angle-left"></i>',
    nextText: '<i class="fas fa-angle-right"></i>',
    navContainer: '#oper-controls'
  });
}
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