Discuss and resolve questions on Liquid, JavaScript, themes, sales channels, and site speed enhancements.
It looks like it pops up as a sort of "loading" image. So whatever function you've set up that's created that load screen, you'll want to either add an image or remove it! Without access to your shop I couldn't say if it's a theme function or an app but either way it looks intentional, just unfinished.
Hello @taylor_22,
To fix this problem, you can set a condition while rendering the image in your theme like given below:
{% if section.settings.image != blank %}
<img src="{{ section.settings.image | img_url: "widthxheight" }}" alt="xyz" />
{% %}
By doing this if the image picker doesn't have any images then this code will not run.
In case you have problems fixing this please connect with our team of experts.
Regards,
CedCommerce
Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025