I built my site in the Enfold parent theme then moved it to a child theme. After re-doing a few things everything looks fine EXCEPT my portfolio preview images (featured images) are not showing up. When I edit the portfolio item the featured image does show up, but when I look at my pages (I’m using a portfolio grid layout), the images are gone. What have I missed?
Hi leslieedie!
Please try re-updating the theme via FTP and make sure to overwrite all files – http://kriesi.at/documentation/enfold/updating-your-theme-files/
If that does not help, please add following code to Quick CSS in Enfold theme options under General Styling tab
.js_active .grid-image {
opacity: 1;
}
Best regards,
Yigit
Adding the code fixed it. Thank you!