Why aren't my blog post images displaying correctly?

Why aren't my blog post images displaying correctly?

legendcrest
Tourist
8 0 4

I am having an issue with my blog post images.

When I add an image to the blog post( not featured images), my featured image shows fine but once I add a blog post image to the content "inline text", it does not show at the front end.

I can see it at the backend but it does not show when article is previewed or published. 

Any help will be appreciated

Replies 8 (8)

devtalk
Shopify Partner
185 22 50

@legendcrest 

Welcome to Shopify Community.
We are Happy to help you.
Kindly share your Store URL, So that I can check and help you.
Thank you.

Cedcommerce
Shopify Partner
718 77 116

Hello @legendcrest

 

Based on your query, we could analyze that there might be a styling CSS-related issue that hides the image.

Could you share your blog URL so we can check and let you know how it can be resolved?

 

Happy to help!

 

Regards, 
Team CedCommerce

CedCommerce || Shopify Expert
- Let us know if our reply is helpful for you. Like it.
- Was your question answered? Mark it as an accepted solution.
- For further discussion contact: Email ID- apps@cedcommerce.com
- Whatsapp:- Join Here
legendcrest
Tourist
8 0 4

Thank you. Here is a sample url:

https://www.hollywoodmirrors.co.uk/blogs/news/the-price-of-beauty-uk-2022-infographics

In the dashboard, the image is there. But publish or preview, I cant see the image.

Thanks for your help

Jurassicjp
Visitor
1 0 0

I'm having this same issue, currently. When I started posting blogs last year, my images were displaying. Now, they're hidden from view outside of the editor. 

Here is a link to one of my blog posts: https://dust2onyx.com/blogs/tarot-card-readings/what-does-the-fool-card-mean

shannonsq
Visitor
3 0 0

I am having the same issue! I just changed my theme from Galleria to Impulse, and now the in-blog-post images don't show, but the featured image does. I haven't done anything to the CSS (don't even really know how, heehee), just started using the theme 'out of the box.' Here's a link to my blog:

 

https://craftemporiumpdx.com/blogs/news

Any help would be appreciated! 

LDR1
Visitor
2 0 3

We are also having the same issue. I'm not sure if it is related, but we recent switched our website theme to "Fetch" from "Debut". Either way, the feature image displays fine, but pictures embedded in the post will not show. I can right click where the picture is supposed to be and open the picture in a new tab without issue. The picture is there, it is just not visible. link to a sample blog post: https://www.loadeddubiaroaches.com/blogs/news/premium-dubia-roaches-how-loaded-dubia-roaches-sets-th...  

LDR1
Visitor
2 0 3

Incase this helps anyone, I was able to fix my issue. Go to your store theme then edit code. Under assets > Theme.css.liquid  there is an img setting called opacity that was set to "0". For the Fetch website theme, this was on line 1948. I changed it to "1" and saved. When set to "0", this means your images will be transparent. That fixed my problem. 

shannonsq
Visitor
3 0 0

I also found in the forums a fix (same as yours, LDR1, but a bit of a different path to get there). I added this code to the bottom of the main theme: 

img { opacity: 1; }