WorkflowbyJo Posted December 19, 2022 Share Posted December 19, 2022 I'm having a hard time deleting 3 sections on my page. Out of nowhere the ability to delete the section or add a block to the section has disappeared. The design menu does not pop up to edit a section. Any troubleshooting tips? I would love to delete these sections and redo them. Link to comment
bycrawford Posted December 19, 2022 Share Posted December 19, 2022 Probably just a glitch, but for now you could just target the section ID and hide them with CSS. So something like this #SECTION-ID-1, #SECTION-ID-2, #SECTION-ID-3 { display: none !important; } Then check back in 24 hours or so. Sam Crawford | by Crawford. Multi-award-winning Squarespace expert e. sam@bycrawford.com w. bycrawford.com 💸 Speedrun your first $100k as a Squarespace designer: sixfiguredesign.club📱 Hire me to build your Squarespace website: calendly.com/bycrawford/call Did my comment help? To help others benefit, leave a like and mark my answer as 'best'. This lets users scroll straight to the solution they need. Link to comment
WorkflowbyJo Posted December 22, 2022 Author Share Posted December 22, 2022 On 12/19/2022 at 12:57 AM, bycrawford said: Probably just a glitch, but for now you could just target the section ID and hide them with CSS. So something like this #SECTION-ID-1, #SECTION-ID-2, #SECTION-ID-3 { display: none !important; } Then check back in 24 hours or so. I'll try this. However if it is a glitch - its been like this for 3 days 😕 Link to comment
bycrawford Posted December 22, 2022 Share Posted December 22, 2022 15 hours ago, WorkflowbyJo said: I'll try this. However if it is a glitch - its been like this for 3 days 😕 How strange! Let me know if this solution works. Sam Crawford | by Crawford. Multi-award-winning Squarespace expert e. sam@bycrawford.com w. bycrawford.com 💸 Speedrun your first $100k as a Squarespace designer: sixfiguredesign.club📱 Hire me to build your Squarespace website: calendly.com/bycrawford/call Did my comment help? To help others benefit, leave a like and mark my answer as 'best'. This lets users scroll straight to the solution they need. Link to comment
WorkflowbyJo Posted December 28, 2022 Author Share Posted December 28, 2022 On 12/22/2022 at 8:01 AM, bycrawford said: How strange! Let me know if this solution works. Yes, it was a glitch. Somehow some html code block started messing with the sections underneath it. I ended up just deleting the block and working around it. Your code did work for a little bit while i fixed the problem. Thanks. bycrawford 1 Link to comment
creedon Posted December 28, 2022 Share Posted December 28, 2022 Quote Somehow some html code block started messing with the sections underneath it. Malformed code can manifest strange behaviour. A missing closing tag is often the cause of oddities. bycrawford 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. Link to comment
WorkflowbyJo Posted December 28, 2022 Author Share Posted December 28, 2022 21 hours ago, creedon said: Malformed code can manifest strange behaviour. A missing closing tag is often the cause of oddities. Thanks a bunch. I'll try it out. Must i close a <font> tag as well? In the following code for example, <h3> <font color="fffff"> <center>Find Support in a <span style= "font-family: script"> Holistic </span> Community </center> </h3> Link to comment
creedon Posted December 28, 2022 Share Posted December 28, 2022 font is a depreciated element. I suggest not using it. All elements should be closed unless they are a void element. 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. 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