Tagged: portfolio grid
HI,
I want to know if is possible to block the link behavior in a terminate portfolio grid.
Right know i can choose between open in a page, ajax preview o lightbox. I want that the portfolio just show the image, with no links, but just in specific portfolio grid in one of my pages.
That´s possible?
I have used
a.grid-image {
pointer-events: none;
}
And thats works for entire site, but i need this behavior just in a specific page.
Thank you
Daniel Maldonado
Hey Daniel!
Can you please post the link to your page and point out the portfolio item you would like to target?
Best regards,
Yigit
This page http://inverlink.dm-studio.com/experiencia/
I just want to show the portfolio items. But i have another portfolio categories in others pages that need the links.
DM
Any Ideas here?
Hi,
Thank you for the info. Please use this code in the Quick CSS field.
.page-id-380 .grid-image {
pointer-events: none;
}
Best regards,
Ismael
Thank you Ismael, works pretty fine, but now I´m wondering if there is chance that the filter by category works?
Hi,
I checked the link you’ve provided and the filter seems to work fine. Can you explain further about the issues? you could also send us screenshots highlighting what’s going on. Please use imgur.com or dropbox.
Best regards,
Andy
Hi Andy,
Right now works because i have disable the code that Ismael told me, but when i used the code un order to disable the link on Images also disable the link on filtres.
Hey!
I am afraid we can not specific it to work only for the one, as there is no more specific class to use.
Thanks a lot
Regards,
Basilis
Ok, thanks anyway, i will filter each one.