-
Posts
18 -
Joined
-
Last visited
Content Type
Forums
Gallery
Blogs
Events
Store
Downloads
Profiles
Everything posted by adamsson
-
@paul2009, did Squarespace ever fix this or have you found a good workaround? I’m interested in adding a free member area to a website, but I want only authorized users to access those resources.
- 4 replies
-
- member areas
- subscription-product
-
(and 1 more)
Tagged with:
-
It was indeed a bug and has been fixed. Thanks for your response Paul.
-
-
A form shows some required fields as "required," but others, although also set as required, don't show the label. Submitting an incomplete form throws the proper errors. See the screenshots attached - name, email and phone are all required in settings. I don't know when this started. I don't see any code that could be overriding this. Help?
-
Has anyone seen code that will fire an analytics event when an accordion is expanded? I have a client who would like to know if the content we're putting in these things is being looked at. Thanks! Shawn
-
New URL is https://lernerspi.squarespace.com/matt-dale.
- 17 replies
-
I went back to this original code, but it turns out that it caused significant issues with the editor elsewhere on the page, so I commented it out.
- 17 replies
-
Same page. Sorry, I reversed the change, it's back now.
- 17 replies
-
- 17 replies
-
Thank you! So close! I set the section height to 1% and made the corresponding CSS change, and it's almost perfect. There's still a small border at the top and bottom of the section. In the browser inspector, I can see that there's a calculation being run for the top and bottom padding: padding-top: calc(1vmax / 10); padding-bottom: calc(1vmax / 10); But my attempt at zeroing those out in the CSS failed. I'm guessing that I'm missing something? /* fill section */ [data-current-styles*='"customSectionHeight": 1'] .fluid-engine { --inset-padding: 0 !important; padding-top: 0 !important; padding-bottom: 0 !important; }
- 17 replies
-
That works! I will have 30 pages like this, each with two of these gallery blocks. Is there some way to avoid having 60 of these CSS blocks? Aside from changing the design?
- 17 replies
-
https://gopher-dove-dhgd.squarespace.com/matt-dale password: lerners
- 17 replies
-
I have a gallery block that contains only a video, and I'd like the thumbnail to fill the section vertically. Currently, Squarespace is adding padding to the top and bottom. If I inspect the section and change "--inset-padding: 0vw;" to "--inset-padding: 0;" the padding goes away, but I'm having problems getting the same result via CSS. See attached images.
- 17 replies