Swiper.js works by appling special arrangment, positioning and layering rules to the elements within it, so when you’re trying to do special element arrangements inside of swiper, you have to account for those major impacts.
I’ve never been blocked from achieving a capability I wanted, but it often took quite a bit of experimentation to find the right solution. That’s often easiest to do in devtools since you can see exactly what’s happening to your arrangement and that makes the options clearer.
hi @Brandon_B I have checked your project and swiper works as expected. Keep in mind that javascript doesn’t work in Designer “preview” to see JS work you have to visit Live published site.
At this moment you have active link only on slide “title” section. The reason why you can’t click on slide BG image is that slider-titles_component has set height: 100%; this means that the element which holds bg image is not accessible. The one way be able to click on bg image is reseting height value to create a space where you can click. Other option can be set “click through” but I didn’t tried that.