Remove the MouseOver Pause on Shopify Slideshow

Go into your Shopify Back Office Admin Area and then click on <Online Store > then click on <Themes>  and then click on the “…” in the top right, and then click on “Edit HTML/CSS” now go to the Assets section and open <theme.js> Look for following section of code and add the indicated line.

this.settings = {
accessibility: true,
arrows: false,
dots: true,
fade: true,
draggable: true,
touchThreshold: 20,
pauseOnHover : false,                                    // Add this line.
autoplay: this.$slideshow.data(‘autoplay’),
autoplaySpeed: this.$slideshow.data(‘speed’) };

Now test to see if it still pauses your slideshow. If it worked then your done otherwise remove the line and save in order to put things back the way it was. 🙂



Regards,
James (Tech Support)
Get Pixel Conversions API on the Shopify App Store
P.S. your 5 star experience is our goal.
Thanks again from all of us here at Pixel Conversion Pro and remember, you are Awesome!

Comments are closed.