All things Shopify and commerce
Hello, I need help please!!
My product images are not loading all of a sudden on my website.
Other images are fine, but just the product images are not loading and it just shows white space.
The product main images are not appearing, just only the title of the product is appearing.
If I click on the title and go to the product description pages, all the images are shown.
This happens in the main homepage and also in collection pages.
I did not change any codes, it normally worked just fine and problem suddenly happened.
My website is www.ekko.style
Please Help Me!!!! Thank you..
Hello, @EKKO-Lalantha.
We are currently investigating issues with loading files, images, and other assets within merchant storefronts. Some customers may notice that add-to-cart buttons and images are taking an extended time to load. We will keep you updated as additional information becomes available. Thank you for your ongoing patience, I appreciate this is very important.
Ivy | Social Care @ Shopify
Out Of Office
-Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution
- To learn more visit the Shopify Help Center or the Shopify Blog
Same issue, and almost 12h, still not fixed, help!!!!!!!!
Hi @EKKO-Lalantha
As a workaround, Please add this code before closing <body > tag in theme.liquid
<script>
$(function(){
Array.from($('[data-src]')).forEach(item => {
$(item).attr('src', $(item).data('src').replace('_respimgsize', ""));
});
});
</script>
Please check if it helps!
Thanks!
Hi, Thank you so much @pawankumar it solved the images loading issue, but still the add-to-cart buttons and search button on the header bar is inactive, If you can help on this as well so much appreciated brother.
Hi @EKKO-Lalantha
I guess, Shopify issue is resolved now.
So, Everything should work now as expected.
Thanks!
We started having this issue on April 25, 2023. Images are showing in collection pages, but when you click into the item, any image added since April 23 is not showing.
Testing:
Support was able to verify this is happening (but has no answer yet.)
Images show on Admin side, but not on customer side.
Items created before that date all show their images, even ones that weren't published online until after that date.
Items created after that date do not show images. Adding items to previously created items results in the new images not showing.
We're using Shopify's Ride theme, and no changes have been made to our theme (by us or a third party) in the last week.
I add 36 new items to our site every week, so this is a HUGE problem for us that needs to be solved asap. We also had manufacturer new releases on the 25th (of course), and customers can't see their images, so our sales are being hurt.
Anyone else seeing this issue currently?
Suddenly Images stopped appearing on my site with this error:
Liquid Error (Sections/Product Line 34):
For me, editing the code for product.liquid was the fix.
Line: 34 {% include 'product-gallery' %}
was advised by theme author (Mile High Themes) to replace include with render.
{% render 'product-gallery' %}
We appreciate the diverse ways you participate in and engage with the Shopify Communi...
By JasonH Sep 9, 2024Thanks to everyone who participated in our AMA with 2H Media: Marketing Your Shopify St...
By Jacqui Sep 6, 2024The Hydrogen Visual Editor is now available to merchants in Shopify Editions | Summer '...
By JasonH Sep 2, 2024