I have created a slider in a collection with a standard six slides. The issue I’m having is that some pages have 5 images in the slide, and the others have 6. When there are only 5 images in a slider I want to delete the last slide so it does not show up blank. Anyone have any ideas?
@bart Hi! I’m having exatly the same problem here. I’m getting the pictures of a CMS. And I manage to avoing showing 4 blanks but there always a last stubborn with slide at the end. How could I get rid of it?
@bart@Siton_Systems the problem is in the math CSS code of the slider “transform: translateX(-1737.89px); opacity: 1; transition: transform 500ms ease 0s;” it’s a bug of @WebflowMasterclass
As if we remove the invisible element the problem persist.
Thank you for posting this @Pablo_Ledo. I entered this code before the body tag and added the conditions for visibility on the slides themselves. I am doing something wrong? It still isn’t working. It is still showing a grey / blank slide at the last slide.
Here is my preview link. Webflow - Our Home Sarnia Inc.
I found a workaround within Webflow. @AbbieNorris Your slider has up to 6 slides pulling from CMS. And you need to display 5 images. When you upload your images to the CMS put the 5th image on the 6th CMS image field. Leave the 5th empty. Then set the visibility for each slide based on if the image is set via CMS or not. It worked for me on this website I’ve made: https://www.knukimphoto.com/work/sportivo-sunday-edit
This project has 12 pics total. But the CMS has 20 image fields.
Let me know if that does the trick. I also stumbled upon this solution, but I haven’t tried it yet.