Re: Make slideshow not respond to touch

Solved

How can I make a mobile slideshow not respond to touch?

TriFitHealth
New Member
7 0 0

I have a slideshow on auto-slide for my "cover image". I was able to edit code and create a fade animation which works well, but now my issue is that when you try to scroll down on mobile, it just moves the image on the slideshow instead of scrolling down the page. I need the slideshow to act like a still image, in that you cant move it around with your finger. Any help would be greatly appreciated!

Accepted Solution (1)
David_SHT
Globetrotter
605 125 125

This is an accepted solution.

Hi @TriFitHealth 

Follow this path:

Themes => edit code => asset => base.css

and add this code to bottom of the file base.css

 

.slideshow {
overflow: hidden;
}

 

If I managed to help you then, don’t forget to Like it and Mark it as Solution!

David | SalesHunterThemes team

 

We create fast Shopify themes, focusing on exceptional performance and seamless experience across all devices.

Try our Electro theme Free! (Now at Black Friday price)

View solution in original post

Replies 3 (3)

David_SHT
Globetrotter
605 125 125

Hi @TriFitHealth 

This is David at SalesHunterThemes.

Thank you for your question. 

Please share your store URL, page URL and also password (if your store has one) so we can help you.

We create fast Shopify themes, focusing on exceptional performance and seamless experience across all devices.

Try our Electro theme Free! (Now at Black Friday price)

TriFitHealth
New Member
7 0 0

The store and page URL is https://trifithealth.com

David_SHT
Globetrotter
605 125 125

This is an accepted solution.

Hi @TriFitHealth 

Follow this path:

Themes => edit code => asset => base.css

and add this code to bottom of the file base.css

 

.slideshow {
overflow: hidden;
}

 

If I managed to help you then, don’t forget to Like it and Mark it as Solution!

David | SalesHunterThemes team

 

We create fast Shopify themes, focusing on exceptional performance and seamless experience across all devices.

Try our Electro theme Free! (Now at Black Friday price)