Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

124
Vistas
How to prevent slick slider stopping when it is clicked several times?

I have created a slider with some image items that is infinitely scrolling with autoplay. I've disabled pause on hover and i want to prevent every single event that would trigger it to stop.

One specific thing with that is when I'm clicking on it several times, then it stops and i can drag it. I don't want this behaviour and i thing I've done everything to prevent it. I want it to be unstoppable

Those are mine Slick Carousel setting:

$(document).ready(() => {
 $('.clients-slider').slick({
 infinite: false,
 slidesToShow: 6,
 slidesToScroll: 1,
 autoplay: true,
 speed: 5000,
 draggable: false,
 swipe: false,
 swipeToSlide: false,
 centerMode: false,
 arrows: false,
 dots: false,
 focusOnSelect: false,
 accessibility: false,
 touchMove: false,
 pauseOnHover: false,
 pauseOnFocus: false,
 pauseOnSwipe: false, 
 cssEase: 'linear',
responsive: [
  {
    breakpoint: 1366,
    settings: {
      slidesToShow: 4
    }
  },
  {
    breakpoint: 768,
    settings: {
      slidesToShow: 3
    }
  }
],
});
});

Here is my html/php code (I'm doing it in wordpress):

<section class="clients" id="clients">
<h2 class="offer-head" style="max-width: 1300px;margin-left:auto;margin-right:auto;"><?php echo $partnerzy; ?></h2>
<div class="clients-slider" pause-on-hover="false" draggable="false">
    <?php if( have_rows('slajder_partnerzy') ): ?>
        <?php while( have_rows('slajder_partnerzy') ): the_row(); ?>
            <img  class="clients-slide-single" src="<?php echo get_sub_field('partner_logo'); ?>" alt="logo-client" />
        <?php endwhile ?>
    <?php endif ?>    
</div> 

Can anyone relate on this? Of course I'm properly importing jquery and slick carousel library.

about 4 years ago · Juan Pablo Isaza
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda