You can preview the modal when you push “Totaal projecten”
It is build using the modal web flow tutorial, and added a slider to it. The first problem is that my images seem to run through the slides. Which screws up the whole lay out.
The second one is that the slider arrows doesn’t seem to work in the model. I’ve build this completely with interactions and no custom code. I’ve found some suggestions on this community but those involve adding code and I’m curious if there are other solutions given I don’t know that much code.
Okay it’s your “Modal Wrapper” and the “Slider” needs divs with images inside, then the Slider needs z-index 1001. Here I’ll do a quick video of your read-only and post here. Give me a minute…
Hey @Pauwelslies, How do you want the “Modal” to appear from being hidden?
Slide in from left, right?
Popup from 0% opacity?
Appear with no transition?
The “Popup” is the parent and it does need “HIDE/SHOW” for the arrows and buttons to work, because it’s set as “Fixed Full” to cover screen, so when you add only opacity, the browser still has it placed above all the content. You’ll think you can click it but nothing works (I tested this out a couple of times). The Popup needs to be removed from the DOM - or the browser document for any effects to happen - so using hide/show does remove it