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

    I have a masonry gallery with portfolio entries. I want to ask if it is possible to deactivate link to some portfolio entries because they dont have any content inside.

    Thank you

    #428250

    Hey georgesociel!

    You can inspect elements on your masonry element and remove links using post ID’s ( http://i.imgur.com/0tNORUe.png ) as following

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

    Best regards,
    Yigit

    #428397

    Hey Yigit,

    Thank you for your reply. I would like to have both elements with links and without links. Can i do that?

    #428408

    Hey!

    From what i understand, you have a masonry element and you would like to make only some of the items there unclickable, is that correct? If so, you can use the code i posted above. If you can post the link to your website and point out the items, we can provide you the code as well.
    If that is not what you meant, please elaborate.

    Cheers!
    Yigit

    #428737

    Thank you Yigit.

    It is working. But i am losing that way the overly effect for the specific post. What can i do for that?
    Best Regards,

    • This reply was modified 9 years, 7 months ago by georgesociel.
    #428832

    Hi!

    As you can see from my screenshot A tag is on the top of the element and we are disabling it with custom CSS code which is also affecting inner elements and hover state. I am not really sure what we can do to help at this point

    Regards,
    Yigit

    #429250

    Understood Yigit,

    Never mind! consider case closed.

    Cheers,

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘No link to masonry portfolio entries’ is closed to new replies.