Okay
  Public Ticket #2678559
Image Gallery - Image Grid Style
Closed

Comments

  • Kicksaints started the conversation

    Hi there,

    I'm trying to remove the Lightbox click on the image grid style gallery so that it only displays the images in the grid format until the client requests that they want this to be enabled. 

    I was trying to unbind / disabled the click event on portfolio-items and work-item classes but it's not working. 

    Is there a way I can prevent the Lightbox on the Image Gallery with Image Grid Style enabled?

    Regards

    Nick

  •  2,963
    Andrew replied

    Hi Kicksaints,

    Thank you for writing in.

    The image grid style does not have the option to enable lightbox. 

    You can as well head to Salient > General Settings > Functionality and ensure this option is turned off:

    4415331970.png

    Hope this helps.

    Thanks.

  • Kicksaints replied

    Hey Andrew, 

    Just to clarify the Image grid style has Lightbox on by default. what I'm trying to do is disable it.

  • Kicksaints replied

    The option in Salient settings is also already off

  •  2,963
    Andrew replied

    Hi There,

    Please try:

    .portfolio-items .col.span_3 .work-item .work-info a {
        pointer-events: none;
    }

    Hope this helps.

    Thanks.

  • Kicksaints replied

    Ah perfect, that works. Thanks so much Andrew.