Re: Dawn Theme Product Images not loading

Why are my Dawn Theme product images not loading?

incorpmedia
Shopify Partner
3 0 0

I can't figure out why the product images on my collection pages are no longer loading. Can anyone help out? Thanks! Here's the link: https://evil-bikes-2-0-dev.myshopify.com/collections/gear?page=1

Password: aoflao

Replies 5 (5)

suyash1
Shopify Partner
11080 1365 1746

@incorpmedia - please add this css to the very end of your base.css file and check

.card .media{position: relative !important;}
.card__media .media img {position: relative !important;}

 

suyash1_0-1674271851282.png

 

To build shopify pages use PAGEFLY | Contact me - suyash.patankar@gmail.com
incorpmedia
Shopify Partner
3 0 0

Thanks!

ljfxf
Shopify Partner
2 0 2

Thank you

oscprofessional
Shopify Partner
16405 2444 3195

@incorpmedia 

Hello,

.card .media {
	position: relative !important;
}
.media img {
	position: relative !important;
}
.card-wrapper:hover .media.media--hover-effect > img + img {
	position: absolute !important;
	top: 0;
	left: 0;
}

Add this CSS at the bottom of Online Store->Theme->Edit code->Assets->base.scss.liquid

Like this

oscprofessional_0-1674281446540.png

 

Hover Effect

oscprofessional_1-1674281486011.png

 




Like This


Hire us | Pass Core Web Vital | B2B Wholesale Experts | Claim Your Free Website Review |
Connect with Us: WhatsApp | Skype: oscprofessionals-87 | Email: pallavi@oscprofessionals.com |
Custom Shopify SolutionsPrivate Apps, Theme Customization & SEO | Digital Marketing |
OSCP Apps: Discount Suite | Wholesale App | Bundle & Upsell | Shipping Discount | and more...
incorpmedia
Shopify Partner
3 0 0

Thanks! Now I need to figure out why the image is not filling up the grid like it should. Here's what it should look like as the Dawn theme demo: https://themes.shopify.com/themes/dawn/styles/default/preview?price%5B%5D=free&surface_inter_positio...