Have a look at this link: I have included all the image insert methods in one post
https://www.sapphirejuleking.com/walk-a-week-in-your-shoes/
Just discovered that my theme failed to update
Hi @safiraking,
Thanks for choosing Neve! We’re glad to hear the issue was solved in the meantime! It would be great if you could mark this thread as resolved.
Thank you and have a nice day!
Hi @luciamarinescu, I was able to update the theme. I cleared my cache and cookies but the images still do not show.
@luciamarinescu , I have completed the following troubleshooting steps from my hosting company:
– check for hotlink protection (all good)
– deactivate all plugins; if images appear, it’s a plugin issue (all good)
– activate a different theme; if images appear, the problem is with current theme. Contact theme developer (NOT GOOD. When I change the theme, the images do indeed appear).
Hi @safiraking!
I took a closer look at your site and I noticed the images had the “display: none” attribute set. This attribute hides the images, so they are there, but they can’t be seen. To overwrite this property and properly display the images, please add the code below in the Additional CSS section within the Customizer.
.single-post .nv-thumb-wrap img{
display: block !important;
}
Have a nice day!
That worked @luciamarinescu! Thank you much!
Oops, actually @luciamarinescu it partially resolved the issue. It appears that the image for the post thumbnail is showing at the top of the post. However, other images inserted throughout the post are still not showing.
https://www.sapphirejuleking.com/walk-a-week-in-your-shoes/
Mat
(@mateithemeisle)
Hello @safiraking ,
Thank you for reaching out!
For some reason all of your images are hidden, which might come from your environment setup, however I couldn’t pinpoint exactly what is causing it.
In order to make sure that all images will be displayed from now on, please use the below code.
img {
display: revert !important;
}
Thank you and let us know if this worked for you!
Mat
(@mateithemeisle)
Hello @safiraking ,
Awesome! I’m glad we could help!
Have an amazing day!