ttpeach Posted September 2, 2022 Share Posted September 2, 2022 Site URL: https://www.dsifood.com/products I'd like to add arrows on either side of the product block images when in mobile so that we can easily see the other photos. Right now, it's very tricky on mobile to see the second product image as it needs my finger to tap and hold the image to create the "hover" effect. I've been looking everywhere for a solution and no luck, I'm kind of surprised there isn't an easy way around this as using hover on mobile is not good UX. Any help would be greatly appreciated! Link to comment
tuanphan Posted September 4, 2022 Share Posted September 4, 2022 Hi. No way to do your request. Do you want to disable hover on mobile? 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!) Link to comment
ttpeach Posted September 4, 2022 Author Share Posted September 4, 2022 Sure, that is another option if you can help with that! Thank you 😀 Link to comment
tuanphan Posted September 6, 2022 Share Posted September 6, 2022 On 9/5/2022 at 3:36 AM, ttpeach said: Sure, that is another option if you can help with that! Thank you 😀 Add to Design > Custom CSS @media screen and (max-width:767px) { .products.collection-content-wrapper .grid-item .grid-image-hover { opacity: 0 !important; } .products.collection-content-wrapper .grid-item .grid-image-cover { opacity: 1 !important; } } 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!) Link to comment
nobody Posted January 10 Share Posted January 10 (edited) On 9/3/2022 at 10:14 PM, tuanphan said: Hi. No way to do your request. Do you want to disable hover on mobile? why can't we add arrows to product blocks to be able to see all the product photos? I have these product blocks on this page that I would like to add arrows too so the user can look through all the photos without having to click the product. I also tried to do a clickable gallery slideshow too but was unable to add a link, could not resize the slideshow to be the same size as the product block, and could not add a title/description to it. Edited February 1 by nobody Link to comment
tuanphan Posted January 13 Share Posted January 13 On 1/11/2024 at 12:23 AM, nobody said: why can't we add arrows to product blocks to be able to see all the product photos? I have these product blocks on this page that I would like to add arrows too so the user can look through all the photos without having to click the product. I also tried to do a clickable gallery slideshow too but was unable to add a link, could not resize the slideshow to be the same size as the product block, and could not add a title/description to it. Here's the page: https://donkaka.com/yogina password: yogina You can use Gallery Block - Slideshow. It should have an option to add link + title/description 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!) Link to comment
nobody Posted January 25 Share Posted January 25 On 1/13/2024 at 12:41 AM, tuanphan said: You can use Gallery Block - Slideshow. It should have an option to add link + title/description oh ok i see now, but how do i reduce it's size so it's the same size as a product block? and how can i make it a clickable link so it goes to a product? Link to comment
tuanphan Posted January 28 Share Posted January 28 On 1/25/2024 at 12:30 PM, nobody said: oh ok i see now, but how do i reduce it's size so it's the same size as a product block? and how can i make it a clickable link so it goes to a product? Can you share link to page where you added it? I can check size easier with link, just add product url 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!) Link to comment
nobody Posted February 1 Share Posted February 1 On 1/28/2024 at 2:02 AM, tuanphan said: Can you share link to page where you added it? I can check size easier with link, just add product url here ah ok, here's the link: https://donkaka.com/yogina password: yogina you can see that the gallery block is much larger than the product blocks and i can't reduce the vertical height of the product block, only the width. Link to comment
tuanphan Posted February 4 Share Posted February 4 Try adding this to Custom CSS box .fe-659e45e4d60f7a07f2784b17 { .slide, .sqs-gallery-design-stacked, .gallery-block { max-width: 338px; left: 50%; transform: translateX(-50%); } .slide img { width: 100% !important; height: auto !important; }} 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!) Link to comment
nobody Posted February 9 Share Posted February 9 On 2/4/2024 at 2:04 AM, tuanphan said: Try adding this to Custom CSS box .fe-659e45e4d60f7a07f2784b17 { .slide, .sqs-gallery-design-stacked, .gallery-block { max-width: 338px; left: 50%; transform: translateX(-50%); } .slide img { width: 100% !important; height: auto !important; }} i tried that but it didn't seem to do anything 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