Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #431715

    Hi, I love the look of your masonry image shortcode page and was wondering if it was possible to disable the image pop feature for all images within the gallery?

    http://kriesi.at/themes/enfold/shortcodes/masonry-gallery/

    #432366

    Hi norwestarch!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .avia_desktop .av-masonry-entry:hover .av-masonry-image-container {
      -webkit-transform: scale(1,1);
      transform: scale(1,1);
    }

    Best regards,
    Yigit

    #432463

    Thanks for your quick reply. Sorry, that wasn’t quite what I was after. I’m wondering if it’s possible to remove the ability to click on an image and open up the gallery slideshow? The collage of images on a page is enough, we don’t need to view larger versions of the images. Many thanks.

    #433505

    Hey!

    Sorry my bad :)
    Please use following code instead

    .av-masonry-gallery a {
      pointer-events: none;
    }

    Regards,
    Yigit

    #433845

    No need to apologise, my fault for not explaining myself properly the first time. That worked perfectly. Fantastic and quick support!!

    #434595

    Hi!

    Great, glad we could help :)

    Best regards,
    Rikard

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.