I’m not sure what has happened but product image slider is not working. It should a slider that changes to the next image when sliding the image to the right or left, rather than showing each image stacking on top of each other.
Example link: https://americanbeauty.com.au/products/gelcolor-a16-the-thrill-of-brazil
Hi @americanbeautys
I hope this solution will works. feel free to text me back if you have any question.
Please follow below steps
- Go to Online Store
- Edit Code
- Find theme.liquid file
- Add the following code in the bottom of the file above tag
.product-slideshow div:nth-child(2){
display:none;
}
@Alok_Kasgar Do you think JS conflict will resolved with css solution, as I already mentioned mobile menu hamburger is also not working in the product page.
@Guleria Yes, Some other glitches also there
@Alok_Kasgar thanks, so do you think use of the css is good instead apply a proper solution.
And can you please provide step by step instructions to fix the JS conflict?