Michele_M Posted May 14, 2023 Posted May 14, 2023 When I was on 7.0, I used this person's handy CSS code to showcase my really long web design images inside of a scrollable frame (Link to their tutorial) : #PASTE-BLOCK-ID { height: 500px; max-width: 80%; margin:auto; width: 100%; overflow-y:scroll; overflow-x:hidden; filter: drop-shadow(2px 22px 40px rgba(0,0,0,.3)); @media screen and (max-width:767px) { height:200px; } } This was a really awesome feature because my portfolio has so many webpage designs, but the code doesn't work on 7.1! It would be really awesome if someone knew how to make this work.
Ziggy Posted May 15, 2023 Posted May 15, 2023 In my testing it works exactly the same on Classic and Fluid Engine editors. Could there be an error in your block ID? tuanphan 1 Please like and upvote if my comments were helpful to you. Cheers! Zygmunt Spray Squarespace Website Designer Contact me: https://squarefortytwo.com Hire me on Upwork! 📈 SEO Space (Referral link) Ⓜ️ Will Myers' Plugins & Tutorials (Referral link) 🔌 Ghost Squarespace Plugins (Referral link) ⬛ SquareWebsites Plugins (Referral link) 🔲SQSP Themes (Referral link) ✨ Spark Plugin (Referral link) 🖼️Pinch-to-Zoom Gallery Lightbox Plugin (Referral link) ☕ Did I help? Buy me a coffee?
tuanphan Posted May 19, 2023 Posted May 19, 2023 You try changing to Classic Editor Section & try code again 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!)
HopeNothhelfer Posted June 11, 2023 Posted June 11, 2023 On 5/15/2023 at 1:47 PM, Ziggy said: In my testing it works exactly the same on Classic and Fluid Engine editors. Could there be an error in your block ID? The block ID isn't wrong because some of the code is working but not the scrolling element. Does Fluid Engine require a different bit of code instead of 'overflow-y:scroll; overflow-x:hidden'. Have tried using it on my website and just get this effect (see image) with no scroll.
creedon Posted June 12, 2023 Posted June 12, 2023 14 hours ago, HopeNothhelfer said: Have tried using it on my website and just get this effect (see image) with no scroll. Please see the following. Please post the URL for a page on your site where we can see your issue. A link to the backend of the your site won’t work for us, i.e. a url that contains /config/. Please set up a site-wide password, if your site is not public and you've not already done so. Post the password here. Adding a site-wide password does not allow anyone to alter your site. It only allows those with the password to see your site. Please read the site-wide password and how to share a link documentation to understand how they work. We can then take a look at your issue. You may find How to post a forum question post useful. HopeNothhelfer 1 Find my contributions useful? Please like, upvote, mark my answer as the best ( solution ), and see my profile. Thanks for your support! I am a Squarespace ( and other technological things ) consultant open for new projects.
HopeNothhelfer Posted July 1, 2023 Posted July 1, 2023 (edited) On 6/12/2023 at 5:04 AM, creedon said: Please see the following. Please post the URL for a page on your site where we can see your issue. A link to the backend of the your site won’t work for us, i.e. a url that contains /config/. Please set up a site-wide password, if your site is not public and you've not already done so. Post the password here. Adding a site-wide password does not allow anyone to alter your site. It only allows those with the password to see your site. Please read the site-wide password and how to share a link documentation to understand how they work. We can then take a look at your issue. You may find How to post a forum question post useful. Hey there. https://ofthewild.studio/ibera-squarespace-website-template Password: test Thanks! Edited July 1, 2023 by HopeNothhelfer
creedon Posted July 1, 2023 Posted July 1, 2023 Scratch my post about sticky as it looks like you are going for a different effect than I thought. Thank you for posting your page. That may help someone come up with a solution. HopeNothhelfer 1 Find my contributions useful? Please like, upvote, mark my answer as the best ( solution ), and see my profile. Thanks for your support! I am a Squarespace ( and other technological things ) consultant open for new projects.
TMFL Posted June 26 Posted June 26 Just for anyone else - If you want to do this with the image block in Fluid Engine: #PASTE-BLOCK-ID { height: 500px; } #PASTE-BLOCK-ID { .design-layout-fluid .fluid-image-container img { height: auto !important; } .design-layout-fluid .fluid-image-container { height: 500px !important; overflow-y:scroll !important; } } You'll need to add media queries for the height as well and can add back in shadows/style the scroll etc. tuanphan 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment