Tagged: Portfolio, portfolio grid
Is there a way to disable the link associated with the title of a portfolio item in a portfolio grid?
I want the image to display in a lightbox (as they do) and I want the title to display below the image. I just don’t want the title to link to a portfolio page. I either want the title to link to the same image in a lightbox or disable it altogether.
Also, why does the portfolio image get cropped when it is displayed on that linked portfolio page?
Hey argusnet,
Add this to quick css:
.grid-entry-title.entry-title a{
pointer-events:none!important;
}
As for why the image crops, it’s just to ensure that the images are all the same size and maintains proper aspect realistically. It give the best aesthetic display for users.
Best regards,
Jordan Shannon