Debut theme product pic only showing on hover

Solved

Debut theme product pic only showing on hover

vpaskaleva
Tourist
16 0 1

Hi, I am helping a friend with their Debut theme  website. There is some issue with visualising the product picture on the product page - it's only showing on hover. I welcome any advice! Thank you!

Accepted Solution (1)

B2Bridge
Explorer
362 75 91

This is an accepted solution.

Hi @vpaskaleva, you can follow these steps:

Step 1: Open Online Store -> Themes -> Edit code

Step 2: Find theme.scss.css file

Step 3: Paste this code at the bottom of the file

.product-single__media img {
    height: 100% !important;
}

Result:

B2Bridge_0-1744107771557.png

If this helpful, please let us know by giving us a like and marking it as a solution. Thanks

 

B2Bridge: All-in-one B2B wholesale solution, enabling merchants to set up a complete B2B store quickly and without coding.
With features like customizable registration forms, customer segmentation, and tailored price lists, it simplifies wholesale management.
B2Bridge also includes a dedicated Quick Order page and flexible Net Payment Terms, streamlining operations for wholesalers and enhancing the buying experience.

View solution in original post

Replies 13 (13)

Mustafa_Ali
Excursionist
327 24 53

hey @vpaskaleva share the URLs of your website plz

vpaskaleva
Tourist
16 0 1
Mustafa_Ali
Excursionist
327 24 53

hey @vpaskaleva i can't see the problem in your website but will you plz share the URL of that page 

vpaskaleva
Tourist
16 0 1

It's on every product page. here is a screenshot:

vpaskaleva_0-1744107042526.png

 

Mustafa_Ali
Excursionist
327 24 53

but i can't see the issue i think you network issue that's why it take some time to load 

Mustafa_Ali_0-1744107182245.png

 

vpaskaleva
Tourist
16 0 1

It's happening on different devices on different networks

Mustafa_Ali
Excursionist
327 24 53
<style>
div#ImageZoom-product-template-9088417824813 {
    display: block !important;
    visibility: visible !important;
}
</style>

Mustafa_Ali_0-1744107680236.png

then try this one 

Go to online store ----> themes ----> go to three Dots ----> edit code ---->find theme.liquid files ----> place the code ---->
under the <style> tag before the body ----->
if this code work please do not forget to like and mark it solution

B2Bridge
Explorer
362 75 91

This is an accepted solution.

Hi @vpaskaleva, you can follow these steps:

Step 1: Open Online Store -> Themes -> Edit code

Step 2: Find theme.scss.css file

Step 3: Paste this code at the bottom of the file

.product-single__media img {
    height: 100% !important;
}

Result:

B2Bridge_0-1744107771557.png

If this helpful, please let us know by giving us a like and marking it as a solution. Thanks

 

B2Bridge: All-in-one B2B wholesale solution, enabling merchants to set up a complete B2B store quickly and without coding.
With features like customizable registration forms, customer segmentation, and tailored price lists, it simplifies wholesale management.
B2Bridge also includes a dedicated Quick Order page and flexible Net Payment Terms, streamlining operations for wholesalers and enhancing the buying experience.

vpaskaleva
Tourist
16 0 1

Hi, thanks, i think it worked. But then the other images from the product gallery still don't show on load, you have to move around the mouse or scroll on mobile for them to show. On load it shows like an empty rectangle. Also there is the same issue on any collection page - you have to move around the mouse for the thumbnails to show:

vpaskaleva_0-1744108756285.png

 

B2Bridge
Explorer
362 75 91

You can use this code:

.grid-view-item__image {
height: 100% !important;
}

B2Bridge: All-in-one B2B wholesale solution, enabling merchants to set up a complete B2B store quickly and without coding.
With features like customizable registration forms, customer segmentation, and tailored price lists, it simplifies wholesale management.
B2Bridge also includes a dedicated Quick Order page and flexible Net Payment Terms, streamlining operations for wholesalers and enhancing the buying experience.

vpaskaleva
Tourist
16 0 1

where should I put it?

B2Bridge
Explorer
362 75 91

You can put it at the bottom of the theme.scss.css file

B2Bridge: All-in-one B2B wholesale solution, enabling merchants to set up a complete B2B store quickly and without coding.
With features like customizable registration forms, customer segmentation, and tailored price lists, it simplifies wholesale management.
B2Bridge also includes a dedicated Quick Order page and flexible Net Payment Terms, streamlining operations for wholesalers and enhancing the buying experience.

vpaskaleva
Tourist
16 0 1

It worked! Thank you! Can you please help me with the empty rectangles of the product gallery too? And how can I give you a like?