I want to be able to use the content element MASONRY of posts, on a page: http://colinwalton.co.uk/paintings/
but when clicking on the image, I want the lightbox to open ONLY, and not take the visitor to the post.
Is it possible to turn off the a.href
Thanks.
Don’t worry. I have found this works:
.av-masonry-container.isotope { pointer-events: none !important; }
Is doesn’t turn on the Lightbox, but at least it stops the unnecessary linking to post pages.