Tagged: portfolio grid, portfolio items
Hello there,
i faced in the past the issue below
https://kriesi.at/support/topic/no-link-to-masonry-portfolio-entries/
on which you helped me a lot a find my solution.
Now i am facing something similar, that i will need your help.
What i wanted, was for some portfolio entries to DISABLE links in the masonry layout.
How can i do that for the same portfolio entries, but on portfolio grid.
In some pages i have a portfolio grid with randomly selected 4 portfolio items. How can i disable specific portfolio items?
Hi georgesociel!
Please add following code to Quick CSS and adjust as needed
.grid-entry.post-entry-3820 a {
pointer-events: none;
}
You are going to need to right click and inspect elements to find post id’s – http://i.imgur.com/UvJQMeN.png
Best regards,
Yigit