Okay
  Public Ticket #3485310
Disabling Thumbnail Lightbox
Closed

Comments

  •  3
    Rajan started the conversation

    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!

  •  783
    Zhivko replied

    Hi,

    Could you send me a screenshot of the section you are talking about?



    Stachethemes Developer

  •  3
    Rajan replied

    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

  •  783
    Zhivko replied

    Well, 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)

    7310316795.png



    Stachethemes Developer

  •  3
    Rajan replied

    Works like a charm. Thanks again!