Upgraded to 6.2.1: blog images not showing up

URL: www.littleriverbedandbreakfast.com

Hello,

I upgraded to X 6.2.1 today and lost my blog post images in two ways…

  1. The thumbnail images do not show up in my footer where my recent blog posts show.

  2. My images in my blog are not showing up. I went into my ~10 most recent blog posts to re-find my images and they are now OK but I am sure they are not showing in all my older posts. I’d hate to have to go back into every blog post I have ever written to replace my images.

Note: when I edit a blog post and click on the empty box where the image used to be, it brings up the image and then I say “update”. But this would be a cumbersome and long process. I tried this with the feature image hoping it would bring back my thumbnails but it did not work.

Suggestions?

Thanks,
Rob

Hi Rob,

Thank you for writing in and sorry that you’re having that issues, the recent posts widget you used on the footer is coming from a 3rd part plugin (Recent Posts Widget Extended) please update that plugin.

The featured image on your posts are hidden of the following custom CSS

.wp-post-image {
    display: none !important;
}

This was added under Appearance > Customize > Additional CSS please remove that, or clarify what that code is for so we can do a modification of it.

Cheers!

I tried removing that code and it did not solve the issue (so I put it back for now). Other suggestions?

Hi There,

This is the only code which causing the issue.
Please check this video.
CloudApp
Please clear your cache after removing the code, it should work.

Thanks

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