I’ve had to update my website recently and noticed that the portfolio grid does not work anymore. All the thumbnails are missing even though they have featured images assigned to each of the portfolio item. This used to work before I had to update WordPress itself, the Enfold theme and the host PHP version.
Hey jyonguwern,
Thanks for the login, but it didn’t work for me. Please check.
Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:
#top.home .grid-entry a.grid-image {
opacity: 1 !important;
}
Best regards,
Mike
Hi Mike,
Strange it doesn’t work. I changed the login details and tested it. You can try it now.
And the additional css works. My homepage shows the thumbnails now, but the portfolio page still does not. I’m guessing that I have to add additional CSS for all the pages with the portfolio grid? Is there proper fix for this?
Hi,
Thanks for the update, please try this CSS instead:
.grid-entry a.grid-image {
opacity: 1 !important;
}
Best regards,
Rikard
This works for me. Thanks Rikard and Mike for the great support!
