PenciDesign replied
Hi,
1/ If you got that message, seem all the recommend plugins has been installed - so, no anymore plugin need to install => you get that message.
2/ Do you set featured image for each your posts? If not, let's write a php script to move all first image on your posts content and set it to featured image for each post. Check more guide here:
https://wordpress.stackexchange.com/questions/60245/get-first-image-in-a-post
Use the result to set featured image for each post by use set_post_thumbnail() function:
https://codex.wordpress.org/Function_Reference/set_post_thumbnail
Best Regards,
PenciDesign