artisanalies Posted November 14, 2021 Posted November 14, 2021 (edited) I would like my product pages to display product images as "Stacked" for all desktop screen sizes, but I would like to keep the original "carousel" display for the product images on mobile only. So I would like the mobile version of the product image display as seen in the SALT-LESS squarespace 7.1 theme (image attached), but on desktop screens I want the images to show using the "Stacked" display option instead which I know I can select from the settings for the product image display in general. I don't have my site set up yet so can't share a link but if you could still help me out that would be great. So I can see what is possible before committing to a theme design to start with. Thank you so much! Edited November 14, 2021 by artisanalies Beyondspace 1
Beyondspace Posted November 14, 2021 Posted November 14, 2021 11 minutes ago, artisanalies said: I have set my product pages to display product images as "Stacked". I would like to set the Quick View light box galleries on the Shop page to display product images as "Slideshow" so they are just more condensed and clean looking. Is this possible to achieve? Might anyone be able to provide me some code for it for a site designed on 7.1? Can you share your site with protected password and show an image of the desired result? BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Pinch/Zoom images, videos - PDFs Lightbox - ...) </> 🗓️ Delivery Date Picker (Date picker form field) Gallery block 7.1 workaround </> 🤖 Ask me anything
artisanalies Posted November 14, 2021 Author Posted November 14, 2021 @bangank36 I edited my original comment to better reflect what I am going for. I hope it's helpful for now it's the best I can do! Thank you!
tuanphan Posted November 15, 2021 Posted November 15, 2021 @artisanalies You want Desktop: Image in stacked design Mobile: Image in carousel with arrows on left/right Is this right? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
artisanalies Posted November 27, 2021 Author Posted November 27, 2021 Just like it shows here in the salt-less demo of Squarespace on mobile (attached image) with the arrows left and right and the 1/2 numbering in the top right corner of the image representing how many images there are to go through for each product.
David_GM Posted January 17, 2022 Posted January 17, 2022 Wondering if this was ever answered. ENSOU & BLVDS I Owner & Creative Directorwww.ensoubrand.com www.theblvds.art
tuanphan Posted January 19, 2022 Posted January 19, 2022 Try add this to Design > Custom CSS /* Product slide arrows control */ @media screen and (max-width:767px) { .ProductItem-gallery-carousel-controls { display: flex !important; } /* arrows background */ .ProductItem-gallery-carousel-controls * { background: white; } .ProductItem-gallery-carousel-controls>div { justify-content: center !important; } .ProductItem .ProductItem-gallery-carousel-controls>div::after, .ProductItem .ProductItem-gallery-carousel-controls>div::before { border-color: black !important; } } On 1/18/2022 at 4:39 AM, David_GM said: Wondering if this was ever answered. Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
MoonMama Posted February 7, 2022 Posted February 7, 2022 (edited) Hi, I want to remove the arrows, 1/6 numbers, and have the thumbnails in mobile (first photo) on the side like on desktop (second photo). For all products. There's also a weird gradient under the thumbnails on desktop any idea what it is and how to remove it? https://www.tribeandsol.com/shop/p/adzer-knit-jacket Edited February 7, 2022 by MoonMama
tuanphan Posted February 12, 2022 Posted February 12, 2022 On 2/7/2022 at 11:48 PM, MoonMama said: Hi, I want to remove the arrows, 1/6 numbers, and have the thumbnails in mobile (first photo) on the side like on desktop (second photo). For all products. There's also a weird gradient under the thumbnails on desktop any idea what it is and how to remove it? https://www.tribeandsol.com/shop/p/adzer-knit-jacket Add to Design > Custom CSS @media screen and (max-width:767px) { .ProductItem-gallery-current-slide-indicator.enable-on-first-image-load.enabled { visibility: hidden; } button.product-item-gallery-carousel-control.ProductItem-gallery-next { visibility: hidden; } } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
MoonMama Posted February 12, 2022 Posted February 12, 2022 8 hours ago, tuanphan said: Add to Design > Custom CSS @media screen and (max-width:767px) { .ProductItem-gallery-current-slide-indicator.enable-on-first-image-load.enabled { visibility: hidden; } button.product-item-gallery-carousel-control.ProductItem-gallery-next { visibility: hidden; } } This didn't work
tuanphan Posted February 14, 2022 Posted February 14, 2022 On 2/13/2022 at 4:52 AM, MoonMama said: This didn't work I tested & it works here. Where did you add? It should add to Design > Custom CSS Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
MoonMama Posted February 18, 2022 Posted February 18, 2022 On 2/13/2022 at 9:20 PM, tuanphan said: I tested & it works here. Where did you add? It should add to Design > Custom CSS Can you show me your testing because it didn't work for me.
tuanphan Posted February 21, 2022 Posted February 21, 2022 Tested on browser here. Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
MoonMama Posted February 22, 2022 Posted February 22, 2022 On 2/21/2022 at 3:15 AM, tuanphan said: Tested on browser here. I still see arrows and the product is not on the side.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment