michaelpga Posted November 16, 2021 Share Posted November 16, 2021 Site URL: https://www.ridgemontpartners.com.au/ Hello, I am wanting to have a mobile fallback image displayed only on my mobile site. On my desktop site, I would like a video to be played, but only for the desktop viewers. Is this possible? www.ridgemontpartners.com.au Version 7.1 Thank you kindly Link to comment
Beyondspace Posted November 17, 2021 Share Posted November 17, 2021 On 11/16/2021 at 8:41 AM, michaelpga said: Site URL: https://www.ridgemontpartners.com.au/ Hello, I am wanting to have a mobile fallback image displayed only on my mobile site. On my desktop site, I would like a video to be played, but only for the desktop viewers. Is this possible? www.ridgemontpartners.com.au Version 7.1 Thank you kindly Have you tried adding 2 block on your site and hiding the image block/ video block by using breakpoint Css for mobile and desktop? BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox) 🗓️ Delivery Date Picker (Squarespace Date format) 💫 Animated Buttons (Referral URL) 🥳 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
michaelpga Posted November 18, 2021 Author Share Posted November 18, 2021 21 hours ago, bangank36 said: Have you tried adding 2 block on your site and hiding the image block/ video block by using breakpoint Css for mobile and desktop? Hello, No I have not tried this method, could you please describe this a little further for me? Thanks you Link to comment
tuanphan Posted November 20, 2021 Share Posted November 20, 2021 (edited) On 11/18/2021 at 6:46 PM, michaelpga said: Hello, No I have not tried this method, could you please describe this a little further for me? Thanks you 1. Duplicate current video section & move it under video 2. Add Background image for that new seciton 3. Let me know 4. We will give the code to achieve @bangank36 solution Edited November 20, 2021 by tuanphan Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
michaelpga Posted November 20, 2021 Author Share Posted November 20, 2021 24 minutes ago, tuanphan said: 1. Duplicate current video section & move it under video 2. Add Background image for that new seciton 3. Let me know 4. We will give the code to achieve @bangank36 solution Ok great, thanks - I have completed the above steps... Link to comment
Beyondspace Posted November 20, 2021 Share Posted November 20, 2021 Your site is private now. Can you set it back the protected password? BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox) 🗓️ Delivery Date Picker (Squarespace Date format) 💫 Animated Buttons (Referral URL) 🥳 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
michaelpga Posted November 20, 2021 Author Share Posted November 20, 2021 7 hours ago, bangank36 said: Your site is private now. Can you set it back the protected password? Sure, I've set it back to Public Link to comment
michaelpga Posted November 20, 2021 Author Share Posted November 20, 2021 1 minute ago, michaelpga said: Sure, I've set it back to Public - I'd hopefully have this resolves by today (Sunday) so the site can go live tomorrow (Monday) Link to comment
Beyondspace Posted November 21, 2021 Share Posted November 21, 2021 15 hours ago, michaelpga said: Kindly show your image + video, i can not see them at the moment. A screenshot and the direct link to them could help us to check your issue BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox) 🗓️ Delivery Date Picker (Squarespace Date format) 💫 Animated Buttons (Referral URL) 🥳 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
michaelpga Posted November 23, 2021 Author Share Posted November 23, 2021 On 11/22/2021 at 1:07 AM, bangank36 said: Kindly show your image + video, i can not see them at the moment. A screenshot and the direct link to them could help us to check your issue Hi @bangank36, I have set the site to password protected with the password RMT21* I have also created the mobile fallback image to display just below the video. Let me know how you go, thank you Link to comment
michaelpga Posted November 25, 2021 Author Share Posted November 25, 2021 On 11/23/2021 at 1:44 PM, michaelpga said: Hi @bangank36, I have set the site to password protected with the password RMT21* I have also created the mobile fallback image to display just below the video. Let me know how you go, thank you Hello @bangank36 - just wondering if you'd had the chance to look at this code? Thank you Link to comment
Beyondspace Posted November 25, 2021 Share Posted November 25, 2021 11 minutes ago, michaelpga said: Hello @bangank36 - just wondering if you'd had the chance to look at this code? Thank you You can try adding the following codes to Home > Design > Custom Css @media only screen and (min-width: 768px) { section[data-section-id="619c56344f3c3b4a2845ea57"] { display: none; } } @media only screen and (max-width: 767px) { section[data-section-id="6080f7872281722625d00b04"] { display: none; } } Let me know how it works on your site Press 👍 or mark this answer as solution to help another one too BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox) 🗓️ Delivery Date Picker (Squarespace Date format) 💫 Animated Buttons (Referral URL) 🥳 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
michaelpga Posted November 25, 2021 Author Share Posted November 25, 2021 24 minutes ago, bangank36 said: You can try adding the following codes to Home > Design > Custom Css @media only screen and (min-width: 768px) { section[data-section-id="619c56344f3c3b4a2845ea57"] { display: none; } } @media only screen and (max-width: 767px) { section[data-section-id="6080f7872281722625d00b04"] { display: none; } } Let me know how it works on your site Press 👍 or mark this answer as solution to help another one too It worked! You're amazing! Thank you so much for all of your help 🙂 Beyondspace 1 Link to comment
Annabanana121 Posted April 30, 2022 Share Posted April 30, 2022 (edited) Hello dears, I have the exact same problem, the thing is, I can't seem to find the right ID for the two sections to put into the css snippet. I can find one, but it seems to be the same for both sections. Do you think you could help @bangank36? That would be amazing. URL is www.luftmensch-shop.de Edited April 30, 2022 by Annabanana121 Link to comment
tuanphan Posted May 5, 2022 Share Posted May 5, 2022 On 5/1/2022 at 4:57 AM, Annabanana121 said: Hello dears, I have the exact same problem, the thing is, I can't seem to find the right ID for the two sections to put into the css snippet. I can find one, but it seems to be the same for both sections. Do you think you could help [data-section-id="60017a9dcf953d00a56d497f"] ? That would be amazing. URL is www.luftmensch-shop.de Top is [data-section-id="60017a9dcf953d00a56d497f"] bottom is [data-section-id="626db0f9d9e96013fdf7cee8"] Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
asfe Posted September 26, 2022 Share Posted September 26, 2022 Hi, I have the same problem but unfortunately I copy and paste the code above and it doesn't work on my site. Can you help me please? 🙂 Link to comment
Beyondspace Posted September 26, 2022 Share Posted September 26, 2022 2 hours ago, asfe said: Hi, I have the same problem but unfortunately I copy and paste the code above and it doesn't work on my site. Can you help me please? 🙂 Can you share the link to the page you need to help? BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox) 🗓️ Delivery Date Picker (Squarespace Date format) 💫 Animated Buttons (Referral URL) 🥳 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
asfe Posted September 27, 2022 Share Posted September 27, 2022 https://www.asfe-vr.it/ Link to comment
Beyondspace Posted September 27, 2022 Share Posted September 27, 2022 43 minutes ago, asfe said: https://www.asfe-vr.it/ Which page should I check? Have created 2 section (one for video, one for image) yet? BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox) 🗓️ Delivery Date Picker (Squarespace Date format) 💫 Animated Buttons (Referral URL) 🥳 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
asfe Posted September 27, 2022 Share Posted September 27, 2022 Not yet. Now I create the second section with image and i put it below the video. Link to comment
tuanphan Posted September 28, 2022 Share Posted September 28, 2022 20 hours ago, asfe said: Can you see it? Hi, You want Desktop: show top section, hide second section Mobile: hide top section, show second section Is this right? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
asfe Posted September 28, 2022 Share Posted September 28, 2022 28 minutes ago, tuanphan said: Hi, You want Desktop: show top section, hide second section Mobile: hide top section, show second section Is this right? Yes, is that right Link to comment
asfe Posted September 29, 2022 Share Posted September 29, 2022 21 hours ago, asfe said: Yes, is that right You think i can do something in order to solve this matter? 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