Tagged: 

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #925614

    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

    #925704

    Hey WP Turned,

    You want to disable both the text and image link?

    Best regards,
    Jordan Shannon

    #925711

    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

    #925817

    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!

    #926289

    Hi Ryan,

    Please use following code

    .av-masonry-container { pointer-events: none; }

    Best regards,
    Yigit

    • This reply was modified 6 years, 8 months ago by Yigit.
    #926294

    @Yigit – Please clone yourself. ; )

    Good to go!!!

    #926319

    Hi Ryan,

    Cannot promise but will try to :)

    Great! Let us know if you have any other questions or issues!

    Regards,
    Yigit

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Masonry – Prevent Clicking Entries’ is closed to new replies.