CMS slider Conditional Visibility is not working

Hi. I have a basic CMS slider with x5 slides. I’ve set Conditional Visibility on each slide so only slides with content shows. What I can’t understand is that when I add content to a Slide (say just slide 1 only) , Webflow shows that Slide plus another ‘blank one’ despite adding no content to any other slides? For example this page https://webflow.com/design/fixfire only has content in Slides 1 and 2 yet shows a ‘blank’ slide for Slide 3.

I’ve double checked the Conditional Visibility settings for each slide are set correctly and they appear to be, so I’m confused!


Here is my public share link: ** https://preview.webflow.com/preview/fixfire?utm_source=fixfire&preview=b6547784705bd452281a3b6e326f4fd0 **
(how to access public share link)

1 Like

That’s generally how the dynamic lists work. What I do in a cms slider hack is set the limit items to 1. That way it only shows 1 item no matter what. Hope that solves your issue!

Hi, thanks for your message! I’ve since got around the issue with a tiny bit of custom code that works a treat but thank you anyway!

Hey @ConnectCreativeDes

Would you mind sharing your solution or just the code for the benefit of the community? That would be great if you can. Cheers.

Hi there, I’d love to but just need to check something - the code was written for me as a bespoke solution for this issue, by a company that I pay a support fee to. I’m sure they will be fine with me sharing the solution but feel I need to double check with them before I put it out there.

I’ll message them now and let you know!

1 Like

Hi there, the solution can be found in a video on this facebook page Redirecting... and the video here: https://www.facebook.com/jasontinnin/videos/10157906733494428/

And here’s the code:

<script>
$(function() {
$(“.w-condition-invisible”).remove();
Webflow.ready();
});
</script>

I can add that https://www.flowpros.com is a HUGE help in solving issues like this. I’m not affiliated in any way, just a customer. If you run into issues whilst using WF they provide 1 to 1 consultation, producing help videos and great explanations helping to get you back up and running. This slideshow issue is a great example of that! Subscription is very reasonable for the help they provide :slight_smile:

3 Likes

Have exactly the same problem. I tried the custom codes below and doesn’t work… Hope Webflow will be able to fix the bug soon.

https://www.crystocraft.com/product-en/crystocraft-gothic-style-crystal-champagne-flutes-set-yin-and-yang

1 Like

Did you watch the video through?

Hey there, the video has been removed, unfortunately. Is it possible to watch it anywhere else or get to know how to make this work? Thanks a million!

Sorry, looks like it gone now. If you contact the guys at FlowPros Connect | Facebook who made it they may be able to help you.

Hi @Eddie_Chou

did you manage to fix this issue?

Kaj

Hi, Im having a similar problem here, could you take a look and help me out?

PREVIEW LINK: https://preview.webflow.com/preview/castel-arquitectos?utm_medium=preview_link&utm_source=dashboard&utm_content=castel-arquitectos&preview=310d9ddef9bb877a5681730e7c079e4f&mode=preview

I would need to hide the slides that don’t have pics in the CMS collection.

@bart This is the previous bug I was having with the slider. Do you have any solution?

this is working, tnx a lot.

1 Like