Comments 3Rajan started the conversationSeptember 25, 2023 at 11:56amHello,Is there a way to disable the lightbox, or disable the ability to click on the event thumbnail? This isn't something I want for the events, and I couldn't find a way to do it in the options.Thank you! 877Zhivko repliedSeptember 25, 2023 at 12:26pmHi,Could you send me a screenshot of the section you are talking about? Stachethemes Developer 3Rajan repliedSeptember 25, 2023 at 12:39pmSure, here's a screenshot from your demo site, which opens a lightbox when the thumbnail is clicked.I put a notation on the image.Attached files: Capture.JPG 877Zhivko repliedSeptember 25, 2023 at 12:55pmWell, there is no built-in way to disable this but it can be achieved with css: .stec-media-carousel-images::after { content: ""; width: 100%; height: 100%; z-index: 9999; position: absolute;}You can place it in Calendar Dashboard -> Settings -> Fonts & Colors -> Advanced (Custom style) Stachethemes Developer 3Rajan repliedSeptember 25, 2023 at 5:23pmWorks like a charm. Thanks again!1 Like Sign in to reply ...
Hello,
Is there a way to disable the lightbox, or disable the ability to click on the event thumbnail? This isn't something I want for the events, and I couldn't find a way to do it in the options.
Thank you!
Hi,
Could you send me a screenshot of the section you are talking about?
Stachethemes Developer
Sure, here's a screenshot from your demo site, which opens a lightbox when the thumbnail is clicked.
I put a notation on the image.
Attached files: Capture.JPG
Well, there is no built-in way to disable this but it can be achieved with css:
You can place it in Calendar Dashboard -> Settings -> Fonts & Colors -> Advanced (Custom style)
Stachethemes Developer
Works like a charm. Thanks again!