Skip Navigation

[Resolved] slide show modal window display all closing 3 marks

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
- 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Supporter timezone: Asia/Kolkata (GMT+05:30)

This topic contains 1 reply, has 1 voice.

Last updated by Steve 1 month ago.

Assisted by: Minesh.

Author
Posts
#2783799
screenshot-griffinmuseum_org-2024_11_14-14_57_22-(1).jpg

We have a content template that uses the gallery block to display a bunch of images. What's happening is that when the modal window opens to display the slide show all of the "X" marks to close each image appear- though only the first image in the slide show does

See this page for example- click on an image in the slider to open the modal slideshow
hidden link

#2783963

Minesh
Supporter

Languages: English (English )

Timezone: Asia/Kolkata (GMT+05:30)

Hello. Thank you for contacting the Toolset support.

This is known issue to us and already escalated in front of our Devs. The fix for the issue will be published with near future hotfix release. Please note that there is no ETA on it.

But the good news is that we have a simple workaround for this.

what if you try to add the following custom CSS code to your content template or view's block:

#lightbox > .lb-dataContainer.tb-lb-dataContainer {
display:none !important;    
}
#lightbox > .lb-dataContainer.tb-lb-dataContainer:first-of-type {
display:block !important;    
}

More info:
- https://toolset.com/course-lesson/adding-custom-css-to-templates-archives-and-views/

#2784073

Thanks Minesh that did the trick