Shopify themes, liquid, logos, and UX
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
Hi Community,
I'm trying to change the default no image from Shopify, but I'm not able to see the file in my assets folder. I also tried to inspect and I'm seeing this image on the collections page or when you do a search. Is there a way I can override this with a custom fallback image?
URL: https://bisonbookslive.myshopify.com/collections/art
Pass: 1234567812345678
Any one can help me here?
That's it! Clear your browser cache, and you should now see your new placeholder image instead of the "No Image" default image that was previously displayed.
Please more information check the following URL for help
https://support.safeasmilk.co/article/148-collection-page-display-custom-placeholder-image
Thanks!
Hi @dmwwebartisan , Thanks for your reply.
I looked at this but in my assets folder, I cannot see the file. I tried searching but had no luck. Here is the file I get when I inspect it. https://cdn.shopify.com/shopifycloud/shopify/assets/no-image-100-c91dd4bdb56513f2cbf4fc15436ca35e9d4...
Also im not able to see this no image file. Do you have any other approach?
Thanks in advance.
Having same issue and I never see a follow up to several of these posts. Were you able to find a solution?
@MAV94
Which theme you are using, in dawn theme card-collection.liquide you will find option to change the place holder
{%- if card_collection.featured_image -%}
<div class="card__media">
</div>
{%- endif -%}
{%- if card_collection == blank -%}
<div class="card__media">
{{ placeholder_image | placeholder_svg_tag: 'placeholder-svg' }}
</div>
{%- else -%}
content
{%- endif -%}
, here in place holder area you can add your own image which will change the place holder image. Let us inform is that work for you.
Syncora: Backup & Restore [Free] - Automated real-time store backup with one-click easy restore.
Slider Revolution - Create sliders, theme sections, banners, videos, pages, advanced animation, and social feeds.
Essential Grid Gallery - Create photo galleries, video galleries, portfolio galleries, product gallery, collection gallery, and more.
EasyDisplay: Product Showcase - Easily display collections, related products, discounts, recently viewed items, and best sellers.