Images Unavailable After Latest Update to Pro

Hello! I am developing a site in the Pro framework and updated both Wordpress and Pro at the same time today. I made sure to clear the cache afterward. Here is the site: https://frp19.wpengine.com

Unfortunately, some images are missing and I’m not sure why. The background images are there, but the images like the logo in the upper-left or the video image to the right of the intro paragraph is missing. It’s still in the code, but not showing up (I’ve attached screenshot).

Not sure why this is happening, any help is appreciated!

Hi Alina,

I checked your website, and the problem seems to be generated by a CSS code below:

.no-js img.lazyload { display: none; }

I am not sure where is that code but it has something to do with the LazyLoad feature that you have on your website, but at least it will be a good starting point on your debugging process.

Thank you.

Wow, that is a great find! It was the WPMU Smush Plugin! I deactivated the plugin and things are working now.

You’re most welcome, Alina.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.