bwmoore
Member-
Posts
17 -
Joined
-
Last visited
Content Type
Forums
Downloads
Store
Events
Blogs
Gallery
Profiles
Everything posted by bwmoore
-
[List Simple] Click button Show more info
bwmoore replied to tuanphan's topic in Fonts, colors and images
Fantastic thank you! -
I'm noticing large red borders when switching my device/rotating to landscape mode while viewing on a mobile phone. (see screenshots attached) https://www.rooftopsocial.com/ The colour is within my palette, but this border are not seen elsewhere and not part of the design I'm not sure how to fix this and unsure why it is occurring? Thanks for any help.
-
[List Simple] Click button Show more info
bwmoore replied to tuanphan's topic in Fonts, colors and images
Hi there, is there a way to target this specific list? As this code affects all lists on the page and seems to have hidden the description for each one? -
Sorry you must have checked at the same time I checked... not sure if I needed quote you in the reply (see response above). Still doesn't work.
- 4 replies
-
- list-summary
- squarespace-7.1
-
(and 2 more)
Tagged with:
-
Hi, I actually just realised that you gave me button/ drop down code recently, for the list-item description above, in the "our teams" section. I just deleted that code to see if it was causing the issue and saved, and the descriptions for 'Recent Work' did indeed reappear! It looks like I need to target that specific list-item description above to stop it affecting the one below! Could you help me with this? This was the previous code you helped with
- 4 replies
-
- list-summary
- squarespace-7.1
-
(and 2 more)
Tagged with:
-
Site URL: https://www.rooftopsocial.com/ I have a list item gallery with recent work and just recently a portion of all the descriptions under the images decided to disappear (image attached). Some projects+desc. strangely still appear to be fully visible, but it seems like a bug. Every piece of work has a description, and I can view them in the my SQ CMS. When I edit in the CMS they Re-appear, but then when I save, they do not show on the live site. These were all live 24hrs ago, working perfectly. Could anybody help? this is so immensely frustrating...
- 4 replies
-
- list-summary
- squarespace-7.1
-
(and 2 more)
Tagged with:
-
[List Simple] Click button Show more info
bwmoore replied to tuanphan's topic in Fonts, colors and images
Thank you soooo much! This is brilliant and worked perfectly. I have been trying to implement this simple interaction for so long, yet was so challenging. Appreciate you taking the time. I'm sure this will also help many others! Would I be able to ask (sorry) whether there would be a way to also style the arrow also - to match/animate the same as the 'accordion dropdown' '+' symbol above it...? So it is a "Show More +" when closed, and a "Show Less -" when expanded... Thank you a bunch! -
Thanks, I don't really want to use the plugin! But am interested in the code solution!
-
Yeah either that, or if simpler, open a lightbox with the bio. I just don't want to go to a new page where I list all team members again.
-
Yep of course! have enabled the button now. Thank you for helping.
-
Our Team Gallery - Button Accordian/Dropdown
bwmoore replied to bwmoore's topic in Fonts, colors and images
I'm using a gallery block/ List item. So I was trying to avoid a too much additional code and tweak the pre-built block/feature - but I'll check out your suggestion - perhaps i'm going about it the wrong way -
I'm also trying to figure this out but for the buttons on my 'Our team' section that say 'Read bio' Site link below https://www.rooftopsocial.com/ Any help?
-
I'm trying to customise the Read bio button inside the "Our Team" gallery section, to be an accordion dropdown of sorts. So the button would be "Read bio +' and drop down into a small bio My website is https://www.rooftopsocial.com/ Any suggestions on how this could work? Thanks for any help!
-
I solved this issue. The main problem was that for some bizarre reason in Squarespace title blocks are assigned a 'P' paragraph style (they really should be headings). In any case the solution was simply to add this to my code: .list-section-title p { font-family: "Marr Sans"; I had targeted this already - but not assigned the 'p' in my original code. The native CMS styling inside Squarespace also does not have any affect on this particular item for some reason, and it must be set at default for this code snippet to work properly.
-
Thank you! That does seem to affect the heading in question, however it also seems to change all the body/paragraph style on the site to 'Marr Sans' heading style. Would you know how to keep this title in 'marr sans' while not affecting all the other the paragraph text? See attached screenshot
-
Hi, I have a site where I am trying to change the headings to a custom font. Strangely although my custom CSS works across all headings. There are some blocks where the title/heading appears to be not affected by the heading CSS change, and to further annoyance doesn't appear to be related to anything with the paragraph styling either. It is driving me nuts.. Any ideas?? See attached screenshots: My current CSS is @font-face { font-family: 'Marr Sans'; src: url(https://static1.squarespace.com/static/66878d7f61c0fa2fc7fdba9c/t/668910ed39b73f5402412a7e/1720258797685/MarrSansCondensed-Semibold-Trial.otf);}/* General heading styles */ h1, h2, h3, h4, h5, h6 { font-family: 'Marr Sans' !important;} /* Specific classes */ .list-item-content__title { font-family: 'Marr Sans' !important;} .list-section-title[data-section-title] { font-family: 'Marr Sans' !important;} [data-section-title] { font-family: 'Marr Sans' !important;}
-
Hi, I'm setting up a portfolio on Squarespace 7.1 • On portfolio page one, I wish to have two columns. • On portfolio page two, I wish to have three columns, as this will be an archive page of non hero work. I don't seem to be able to adjust either page' columns without one page affecting the other. I also find it bizarre I can't choose a one column layout, the editors slider starts at two columns, and edits on any page seem to link to all portfolio pages. Question Is there some CSS to unlink portfolio pages, so I can have multiple portfolio pages with differing layout?? Or am I doing something wrong?