Skip Navigation

[Resolved] Weird reaction after clicking image carousel

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 2 voices.

Last updated by Minesh 6 months ago.

Assisted by: Minesh.

Author
Posts
#2698493
Screenshot-2024-05-18-at-2.09.07 PM.jpg
Screenshot-2024-05-18-at-2.08.57 PM.png
Screenshot-2024-05-18-at-2.09.07 PM.jpg
Screenshot-2024-05-18-at-2.08.57 PM.png

The pop-up for the image carousel is acting so weird. It is hard to describe the issue.

Just click on the image section at the top of the page and you will see what is happening. I ran a test but couldn't find the root cause.

#2698619

Minesh
Supporter

Languages: English (English )

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

Hello. Thank you for contacting the Toolset support.

We have such report before and we have internal ticket and we already escalated this issue in front of our Devs. The fix for the issue will be published with near future hotfix release.

This also look the similar - 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/