I just updated the Enfold theme to the lates version and my images have vanished from the portfolio grid. I can hover over the area where the image should display, I can right-click and view the image in a new tab, so I know the images are there. However none of the images display. Example link provided in private area.
Thanks
Line 362 of portfolio.css is causing the issue.
.js_active .grid-image{opacity: 0;}
Overrode the opacity value in the custom CSS. Why would the value be set to 0??? This caused me a lot of grief from my customer.