Remove scroll feature from lightbox

Hi there,

I’m using the lightbox feature as a modal popup for multiple popups on the same page, however when you click one, it goes into a sort of “Gallery mode” and allows the user to scroll between them all. Do you guys have some code to stop this from happening please? I’d just like to display the boxes as singular static boxes on the same page, rather than “all at once” per say!

Thanks,
Kind regards,

Hi,

To achieve that you need to add a unique class for each pop up and also a separate lightbox shortcode for each
class.

eg.

[lightbox selector=".class1"]
[lightbox selector=".class2"]
[lightbox selector=".class3"]
[lightbox selector=".class4"]

Hope that helps

Fantastic, exactly what I wanted. Thank you for your help!

Kind regards

You’re most welcome, Keanu.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.