slideshow next button not working

Solved

slideshow next button not working

shamsnisa
Excursionist
21 1 8

Hi, I am working on Dawn theme 13.0.1

I need help because my slideshow next button was not working when I press the next button it switches my play and pause icon instead of shifting to the next slide.

 

Also, I can see a white line after my slideshow control I wonder what is this. Please refer to the picture for more details:Screenshot (194).png

 

Accepted Solution (1)

BSSCommerce-B2B
Shopify Partner
1972 564 566

This is an accepted solution.

@shamsnisa , follow these steps

Step 1. Go to Admin -> Online store -> Theme > Edit code

Step 2. Find the file theme.liquid.

Step 3. Add this code before </body>

<style>
.slideshow__autoplay.slider-button  {
  width: fit-content!important;
}
</style>

B2B Wholesale Solution: Streamline your B2B operation with advanced features like wholesale registration forms, custom pricing.


B2B Portal, Quote, Net 30: Speed up purchasing and streamline your quotation process with advanced features like quick order, request for quote.


B2B Lock Password Protect: Easily control access to pages, products, and pricing with robust features.


BSS Commerce - Full-service eCommerce Agency I Use Shopify for 1$ in the first month now

View solution in original post

Replies 3 (3)

BSSCommerce-B2B
Shopify Partner
1972 564 566

This is an accepted solution.

@shamsnisa , follow these steps

Step 1. Go to Admin -> Online store -> Theme > Edit code

Step 2. Find the file theme.liquid.

Step 3. Add this code before </body>

<style>
.slideshow__autoplay.slider-button  {
  width: fit-content!important;
}
</style>

B2B Wholesale Solution: Streamline your B2B operation with advanced features like wholesale registration forms, custom pricing.


B2B Portal, Quote, Net 30: Speed up purchasing and streamline your quotation process with advanced features like quick order, request for quote.


B2B Lock Password Protect: Easily control access to pages, products, and pricing with robust features.


BSS Commerce - Full-service eCommerce Agency I Use Shopify for 1$ in the first month now

shamsnisa
Excursionist
21 1 8

Hey thanks @BSSCommerce! it worked but with a small change in my case, I added this CSS in the theme.liquid file  just before <body> tag

BSSCommerce-B2B
Shopify Partner
1972 564 566

@shamsnisa, glad to help you 😊

B2B Wholesale Solution: Streamline your B2B operation with advanced features like wholesale registration forms, custom pricing.


B2B Portal, Quote, Net 30: Speed up purchasing and streamline your quotation process with advanced features like quick order, request for quote.


B2B Lock Password Protect: Easily control access to pages, products, and pricing with robust features.


BSS Commerce - Full-service eCommerce Agency I Use Shopify for 1$ in the first month now