JasonHaywood Posted November 13, 2020 Share Posted November 13, 2020 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! Beyondspace 1 Link to comment
Beyondspace Posted November 14, 2020 Share Posted November 14, 2020 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 pluginIf 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
JasonHaywood Posted November 14, 2020 Author Share Posted November 14, 2020 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). Beyondspace 1 Link to comment
Beyondspace Posted November 15, 2020 Share Posted November 15, 2020 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 pluginIf 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment