pagination slideshow problem on Crave Theme

Can you help we with this issue?> i want to move my pagination arrow, and play pause button on the image> > i use this code> > > > the arrow button is on the place i want, but the pause button is misalligned> > or is it can be removed?> > and one issue i notice is the autoplay on web seem cant be working> > please help

Hi @kykz ,

You can try this code by following these steps:

Step 1: Go to Shopify Admin → Online Store ->Theme → Edit code

Step 2: Search file base.css or theme.css

Step 3: Insert the below code at the bottom of the file → Save

button.slideshow__autoplay.slider-button {
    display: none;
}

Final Result:

Hope it helps you

thank you! it’ worked!

the auto slide on the web is still cant work, can you help me to solve the issue?

Hi @kykz ,
After I checked your slide, I noticed that the slide 1 event from js stopped auto play when you moved your mouse on the slide, but when you moved your mouse out of the slide, it would work again normally. .
I found that code in the global.js file. You can comment that code to test.

Hope this can help you.

Kind regards

im sorry how i can test it?

Hi @kykz ,
You can try this code by following these steps:
Step 1: Go to Shopify Admin → Online Store ->Theme → Edit code
Step 2: Find global.js => Use Ctrl + F => Find “focusInHandling(event)” => Press button “Next”

Search until you find this code

Step 4: Let’s try comment that code → Save file → After back storefront to test