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
  • Replies 3
  • Views 499
  • Created
  • Last Reply

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

BeyondSpace - Squarespace Website Developer

🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox)
🗓️ Delivery Date Picker (Squarespace Date picker form field)
💫 Gallery block 7.1 workaround
🥳 Sparkplugin Customisations Browsers (Browse +100 Spark plugin customisations)
🥳 Elfsight Template Browsers (Browse +1000 Elfsight widget Templates)

If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you!

 

Link to comment
10 hours ago, bangank36 said:

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

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). 

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

BeyondSpace - Squarespace Website Developer

🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox)
🗓️ Delivery Date Picker (Squarespace Date picker form field)
💫 Gallery block 7.1 workaround
🥳 Sparkplugin Customisations Browsers (Browse +100 Spark plugin customisations)
🥳 Elfsight Template Browsers (Browse +1000 Elfsight widget Templates)

If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you!

 

Link to comment

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.