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
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
Hey Yigit,
Thank you for your reply. I would like to have both elements with links and without links. Can i do that?
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
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,
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
Understood Yigit,
Never mind! consider case closed.
Cheers,