Duckers Posted July 31, 2023 Posted July 31, 2023 Hi, I've just started building a site (I'm a novice - DIYing and have only built two other simple ones on 7.0) and have fallen at the first hurdle. I'd really like an autoplay banner/slideshow at the top of the homepage with different text overlaying each image. I've had a rummage through other posts but I'm struggling to make sense of the answers and suggestions. I tried adding the text to the images but I can't stop it from cropping off when in mobile view. Any help very gratefully received! https://whale-tetra-gfxs.squarespace.com/ Password: STFS23 Many thanks
Solution tuanphan Posted August 1, 2023 Solution Posted August 1, 2023 You can add this code to Design > Custom CSS /* Homepage List Resize image mobile */ @media screen and (max-width:767px) { .user-items-list-item-container[data-section-id="64ae8c87193a6e24e16cd6bc"] li.slide.list-item { padding-right: 10% !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!)
Duckers Posted August 7, 2023 Author Posted August 7, 2023 @tuanphan That worked perfectly -thank you so much! Kate
Duckers Posted August 11, 2023 Author Posted August 11, 2023 @tuanphan I'm really sorry - I changed the section and not the code doesn't work. Do I just need to change the Section Id number? How do I find this? Many thanks again! Kate
tuanphan Posted August 12, 2023 Posted August 12, 2023 22 hours ago, Duckers said: @tuanphan I'm really sorry - I changed the section and not the code doesn't work. Do I just need to change the Section Id number? How do I find this? Many thanks again! Kate Change this .user-items-list-item-container[data-section-id="64ae8c87193a6e24e16cd6bc"] with data-section id, use this free tool to find id https://chrome.google.com/webstore/detail/squarespace-id-finder/igjamfnifnkmecjidfbdipieoaeghcff 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!)
Duckers Posted August 13, 2023 Author Posted August 13, 2023 Hi again @tuanphan, Thank you so much for your help. I got the section ID from the tool you recommended... section[data-section-id="64d5ebc44d5a1013975590be"] ...but it's not working. I'm not sure what I'm doing wrong - I just need an autoplay slideshow with different text on each picture! I see them on other peoples' websites all the time - I don't understand why it's so difficult?😢
Duckers Posted August 13, 2023 Author Posted August 13, 2023 Would it be better to do the manual slideshow with text and add code to make it autoplay? Rather than adding pictures with text already on them?
tuanphan Posted August 15, 2023 Posted August 15, 2023 On 8/13/2023 at 1:06 PM, Duckers said: Hi again @tuanphan, Thank you so much for your help. I got the section ID from the tool you recommended... section[data-section-id="64d5ebc44d5a1013975590be"] ...but it's not working. I'm not sure what I'm doing wrong - I just need an autoplay slideshow with different text on each picture! I see them on other peoples' websites all the time - I don't understand why it's so difficult?😢 Which section are you referring to? https://whale-tetra-gfxs.squarespace.com/ Or you mean top slideshow on Header? I see it is Gallery Slideshow, not List Section Slideshow 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!)
Duckers Posted August 16, 2023 Author Posted August 16, 2023 20 hours ago, tuanphan said: Which section are you referring to? https://whale-tetra-gfxs.squarespace.com/ Or you mean top slideshow on Header? I see it is Gallery Slideshow, not List Section Slideshow Hi @tuanphan Yes, the slideshow at the top with four pictures - Resilience, Integrity, Success & Empathy. To be honest, I don't really understand the difference between a Gallery Slideshow and a List Section Slideshow! Which is best to use here? Thank you so much for your ongoing help!
tuanphan Posted August 19, 2023 Posted August 19, 2023 (edited) On 8/16/2023 at 1:19 PM, Duckers said: Hi @tuanphan Yes, the slideshow at the top with four pictures - Resilience, Integrity, Success & Empathy. To be honest, I don't really understand the difference between a Gallery Slideshow and a List Section Slideshow! Which is best to use here? Thank you so much for your ongoing help! Above code for List Section Slideshow When you add a section, you will see this By default, with Gallery Section Slideshow - Text will be under Image But List Slideshow - Text will be over image (overlay image) Edited August 19, 2023 by tuanphan 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!)
Duckers Posted August 22, 2023 Author Posted August 22, 2023 Thank you for your continued help @tuanphan. I followed your instructions and recreated the slideshow as a list, and changed the code to the new section id. But it's still cropping the pictures when it's in mobile view, and now the slideshow doesn't autoplay. What have I done wrong?
tuanphan Posted August 26, 2023 Posted August 26, 2023 On 8/23/2023 at 5:36 AM, Duckers said: Thank you for your continued help @tuanphan. I followed your instructions and recreated the slideshow as a list, and changed the code to the new section id. But it's still cropping the pictures when it's in mobile view, and now the slideshow doesn't autoplay. What have I done wrong? Can you share link to page where you added List? We can check it again easier 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!)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment