Hi everyone,
thanks for the great support so far. I have another weird request: on the site: http://www.dev.zerza.com/exhibitions/
I have a portfolio element – some of the portfolio items have proper content, but some don’t really have enough content to be it’s own item – is there a way to disable the links on those, so i just have the preview image, title and excerpt in the portfolio view but can’t click to go deeper?
Thanks!
credentials to access the page below
Hey Ushbot,
Do you want to disable the links completely on all portfolio items or just on certain ones?
Best regards,
Victoria
Hi Victoria,
just in certain ones – thanks!
best
Hi Ushbot,
You can use this css code to disable certain links in your portfolio element. Just add this css code in Quick CSS (located in Enfold > General Styling):
#top .exhibitions .grid-entry.post-entry-xxx a {
pointer-events: none;
}
just replace xxx with the right post id, for example New York Designs has post id of 1665, so the code you can use is:
#top .exhibitions .grid-entry.post-entry-1665 a {
pointer-events: none;
}
Hope this helps.
Let us know if you need further assistance.
Best regards,
Nikko