Multiple dia's showing in advanced slider

Hi there,
Im a fan of Portum theme, but I have some (small) troubles with the slider. If I add more than 1 slide and adjust the parameter to showing 2 slides, they both show up the same time.

> Show this many slides set to 2
> Slide this many items at once set to 1

If I change these parameters to 2 & 2 nothing happens
If I change these parameters to 1 & 2 it does slide, but he skips the second slide & he lost the background picture.

I don’t know how to configure this correctly.
Site = MKB Muziek. I currently use the last option for the parameters (1&2).

Thank you in advance
Ps. i am interested in premium functions such as widgets and more support. What do you offer (is there a overview)?

Jorg

Good evening

Try this, delete slider widget and then recreate it from scratch :wink:

Hi Noda,
Thank you for your fast comment.
I just did, but the same happens. I cannot set the parameters in any correct way :frowning:

.ewf-slider .ewf-slider__slides li {
  list-style: none;
  padding-top: 35px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 2;
  background-attachment: unset;

This works fine now. When I set parameters to 1 & 1 (autostart on; loop slides off)

Good morning

So, is your problem resolved by this? are you satisfied?