Default product image showing more than 1 image

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

  1. Go to Online Store
  2. Edit Code
  3. Find theme.liquid file
  4. 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?