Are you referring to this image?
https://www.nutritionbyeric.com/wp-content/uploads/2021/10/ps1nu.jpeg
It’s in the post, but it has a width and height of just 1px, which makes it invisible on the page.
I don’t know jack about Elementor and I have no clue what may be causing the image to have these tiny display sizes.
So kindly go over your Elementor image settings, and if you don’t find any way to address this, I’ll suggest you post in the Elementor plugin’s own sub-forum so the plugin’s developers and user community can help you solve this mystery.
https://wordpress.org/support/plugin/elementor/
Good luck!
QUICK UPDATE
For a quick fix, add this CSS code to APPEARANCE => CUSTOMIZE => ADDITIONAL CSS
.elementor-image img {
width: auto;
}
It would still be helpful to find out why the images’ width and height are being set to 1px.
-
This reply was modified 4 years, 6 months ago by
George Appiah. Reason: Added CSS quick fix
oh, thank you!
I checked the Elementor page and to the ‘style’ tab it has, and image slider, https://imgur.com/a/bfxCqsM. Nothing was there, but as I slid it, the image appeared!
I set it to 50%. I understand it had 1px default for some reason. I wonder if it’s coming that way from the media library or something else, as it’s doing the same thing on 2 woo commerce related pages:
http://www.nutritionbyeric.com/shop/
https://www.nutritionbyeric.com/product/palming-stick/
I removed and replaced the image, but it’s still showing the same way.
Do you know why it’s happening on those woo commerce pages?
i see what it is. I uploaded it full sized.
I removed resized and reuploaded it, and it worked.