When using the nested slider component to custom build the slides i get an error when i use the items per page. If i choose to show 3 items per page and i only have a total of 5 items then the builder displays one extra slider (cloned of the first one). It should display 3 on first and only two on the second but it always creates extra slides to have exact match as items per page. Same happens if i say i want 4 items per page and i only show 5 or 6 it auto creates the rest even though they are not in the navigator. Attached are images of the extra slide it created. Any fix for this? as i really need to use custom slides. thnx
Would really appreciate a reply from dev team so I know if its an actual bug or if its just how the slider works. Same goes for my svg post. Thank you in advance.
The slider javascript logic will create cloned slides if you have the slider configured as loop which is the default. If you set it to slide it should fix the issue reported.
Nevertheless, this is a problem since the cloned slides are not well styled. We already identified this and we’re fixing it.