Okay
  Public Ticket #2939769
Remove meta- image gallery
Closed

Comments

  •  5
    nadesignllc started the conversation

    Looking to use the image gallery widget to just display images in a grid. I do not want to use the meta function, just simply want to display images.

    I would normally do this via WP bakery layouts, but I have images on the 3rd level and cannot next any more columns. 

    Is there a way to just turn off the meta function via CSS so the images just display static, without hover and without linking to their larger size?

  •  8,840
    Tahir replied

    Hey,

    Please provide the page url so that i can write up the custom css for whats possible.

    Thanks


    ThemeNectar Support Team 

  •  5
    nadesignllc replied

    https://laumstaging.wpengine.com/about/

    I just want the images to display without links or hover actions. I know I can do this with column structures and single images, but this is much faster.

  •  8,840
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):

    .wpb_gallery_slidesimage_grid {
        pointer-events: none !important;
    }

    Thanks


    ThemeNectar Support Team 

  •  5
    nadesignllc replied

    Worked, great. Would be nice to have that as a selectable style option in the future for image galleries.