It looks like the images aren’t showing due to Mixed content notices. Here is an example of the errors I see in the browser when checking out your homepage:
Mixed Content: The page at https://likelovedo.com/ was loaded over HTTPS, but requested an insecure image https://likelovedo.com/wp-content/uploads/2017/06/spain1.jpg. This request has been blocked; the content must be served over HTTPS.
This occurs when the site is being forced to https://
via your SSL but there are image calls still being made over https://
. Generally this can be fixed with a search and replace on the database using a plugin like Better Search Replace and then running search and replace swapping all https://likelovedo.com
calls and replacing them with https://likelovedo.com
. Once this is done it should fix those image calls.
Here is an article that goes over this issue and will help explain it better than I https://www.wpbeginner.com/plugins/how-to-fix-the-mixed-content-error-in-wordpress-step-by-step/
-
This reply was modified 4 years, 9 months ago by madison4wpe.