Have your say in Community Polls: What was/is your greatest motivation to start your own business?

Debut theme - Product page images not clickable on Desktop but work fine on Mobile

Solved

Debut theme - Product page images not clickable on Desktop but work fine on Mobile

Joe_Jack
Tourist
6 0 2

Hello,


Currently using the Debut theme.  Having an issue with the thumbnails on any product page. They are not clickable when viewing the page on a desktop.  Everything is fine on a mobile device.  I have found the only way to click a thumbnail is to Tab through the images and then hit Enter.  That's the only way to switch the image.  There were a few other posts with solutions but unfortunately they didn't work for my issue. Any advice would be greatly appreciated.  Here is a link to a product page on our site:

https://jkproaudio.com/collections/featured-deals-front-page/products/allen-heath-xone-96-analogue-d...

Accepted Solution (1)

gr_trading
Shopify Partner
1948 145 204

This is an accepted solution.

Hi @Joe_Jack 

 

It seems your custom dev or any other change has changed the height of your main image.

 

Request you to put the below CSS in the file main-product.liquid

 

<style>
@media(min-width:768px){
.product-single__photo-wrapper {overflow: hidden;}
}
</style>

 

Hope this will help...

For any custom development WhatsApp or connect at Email ID: gr.trading15@gmail.com for quick consultation. | Shopify Free codes
To support Buy Me a Coffee

View solution in original post

Replies 2 (2)

gr_trading
Shopify Partner
1948 145 204

This is an accepted solution.

Hi @Joe_Jack 

 

It seems your custom dev or any other change has changed the height of your main image.

 

Request you to put the below CSS in the file main-product.liquid

 

<style>
@media(min-width:768px){
.product-single__photo-wrapper {overflow: hidden;}
}
</style>

 

Hope this will help...

For any custom development WhatsApp or connect at Email ID: gr.trading15@gmail.com for quick consultation. | Shopify Free codes
To support Buy Me a Coffee
Joe_Jack
Tourist
6 0 2

@gr_trading  PERFECT!!!  Thank you for the help. Thats been an issue for a long time.. Thanks again!


Sincerely,

Joe Jack 
JK Pro Audio