You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello - after v.11 update I'm not able no more to get an infinite loop carousel with a centered slide and the previous/next slide always visible. What I'd like to get is to have the active sclide in the middle and half of the prev/next slides visible respectively on left & right of the active one.
Now the carousel start correctly:
"half-left|center|half-right"
but after the first animation, the next slide is not visible:
Hello - after v.11 update I'm not able no more to get an infinite loop carousel with a centered slide and the previous/next slide always visible. What I'd like to get is to have the active sclide in the middle and half of the prev/next slides visible respectively on left & right of the active one. Now the carousel start correctly:
"half-left|center|half-right"
but after the first animation, the next slide is not visible:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello - after v.11 update I'm not able no more to get an infinite loop carousel with a centered slide and the previous/next slide always visible. What I'd like to get is to have the active sclide in the middle and half of the prev/next slides visible respectively on left & right of the active one.
Now the carousel start correctly:
but after the first animation, the next slide is not visible:
This is the array of settings :
$swiper_settings = array(
'slidesPerView' => 1,
'centeredSlides' => true,
'loop' => true,
'freeMode' => true,
'speed' => 1000,
'autoplay' => array(
'delay' => 2000,
'disableOnInteraction' => false
),
// 'normalizeSlideIndex' => false,
'keyboard' => array(
'enabled' => true,
'onlyInViewport' => true
),
'navigation' => array(
'nextEl' => '.nav-btn--next',
'prevEl' => '.nav-btn--prev'
),
'pagination' => array(
'el' => '.carousel-pagination',
'clickable' => true
),
'breakpoints' => array(
'992' => array(
'slidesPerView' => 'auto',
),
),
'effect' => 'slide',
);
...this is a php array that will be json_encode(d)
Any suggestion are more than welcome...
Beta Was this translation helpful? Give feedback.
All reactions