Tagged: masonry
Hello. I followed this post, but it appears to be outdated.
My client does not want users to be able to click on the individual entries. I can use some CSS to disable the pointer, but it applies too far up the chain, preventing clicking on the sort options.
Thank you,
Ryan
Hey WP Turned,
You want to disable both the text and image link?
Best regards,
Jordan Shannon
Hi!
There is no easier way.
If you apply the pointer to
.av-masonry-image-container
that should not interact with the Elements on the top of ordering at all.
Regards,
Basilis
Yes, please. The entries should not be clickable at all. I’ve tried to target the recommended CSS selector and can’t get it work. Thanks!
Hi Ryan,
Please use following code
.av-masonry-container { pointer-events: none; }
Best regards,
Yigit
@Yigit – Please clone yourself. ; )
Good to go!!!