Jump to content

Slideshow instead of stacked product images on Mojave Template

Recommended Posts

Site URL: https://www.f8salon.com/products

Hi there! I'm working on the Mojave template right now and I'm trying to get the product images to go into a slideshow, rather than stacked, on both mobile and desktop. It would also be great if I could get the image to change with the linked attribute (like color or size). Here's a link to one of the product pages that has multiple images:

https://f8salon.squarespace.com/products/dualsenses-color-revive-root-retouch-powder-light-blonde-l6emd

Any help would be appreciated. Thanks in advance!

Link to comment

The template can inject custom code to turn to slider like swiper or slick carousel library

Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.
Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Lightbox Studio plugin
If you find my answer fit your need, let's leave a like or upvote so others with the same issue can find their solution. Thank you

Link to comment
1 hour ago, JasonHaywood said:

Thank you! How might I go about doing that? I'm either looking to put it into a slideshow, or failing that, only show the first image on the product page (and have that image change to match the product variants). 

.ProductItem-gallery-slides {
  height: 50vw;
}
.sqs-image-zoom-dropzone {
  position: absolute !important;
}
.sqs-image-zoom-dropzone:first-child {
  z-index: 99;
}
.sqs-image-zoom-dropzone.focus-image {
  z-index: 999;
} 
@media only screen and (max-width: 640px) {
      .ProductItem-gallery-slides {
        height: 100vw;
      }
}

To inject slider you need to hire a dev, here is simple pure css solution

Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.
Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Lightbox Studio plugin
If you find my answer fit your need, let's leave a like or upvote so others with the same issue can find their solution. Thank you

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.