Jump to content

SCAgency

Circle Member
  • Posts

    116
  • Joined

  • Last visited

Everything posted by SCAgency

  1. Can't get any of your header items to help me keep a fixed navigation from partially covering content below it like a photo.
  2. This works until the section id dynamically changes. Any way to make this resizing stick?
  3. Is there a way to prevent the fixed navigation from covering the first section of content below it? The solution needs to flex so there isn't blank space from guessing the height. Thanks.
  4. Worked until the section ID dynamically changed. Any way around that? Also, with a fixed header it pushes the video area up under that. Is there a way around that?
  5. Searched this forum and YouTube and nothing I've tried with CSS works. I simply want the video to remain 16:9 ratio when on mobile. Having the ability to adjust the font size would be great too. Squarespace says it's not something built in, but they know responsive it important? This is a video from YouTube to keep the load time down. Thanks.
  6. Had to use this to kill off ALL underlines like parent nav category links, child links, etc. a, a * { border-bottom: none !important; background-image: none !important; text-decoration: none !important; } This is insanely frustrating to constantly find new CSS to do the simplest things because they are not in the design options.
  7. I want to edit all H2s. h2 {font-size: 2.3rem !important;} does not work. It will only work if I assign the block like this... #block-897e667f1a0639ee03e5 h2 {font-size: 2.3rem !important;} How can I apply to h2's site wide. I would be using this in various media queries for mobile sizes. Thanks
  8. We could never find a way to CSS around this. Hopefully they will address it in the future. Report back if you find a hack we missed.
  9. Reported. They admit it's a glitch. If you have site wide animations on then the text highlights reload or blink. No ETA on a fix. I couldn't find a CSS solution.
  10. Did you get this to work? I want to delay a text highlight and can't get that to work with animation-delay or transition-delay. Thanks.
  11. So apparently this does not work with older iPhones. Works on an 11 and beyond. Does not work on a 6s. Anyone know what iPhone models animations won't work on?
  12. Thanks. Tried all of those. Seems to have no effect. Here is a test site: https://flower-crimson-8xt8.squarespace.com/header-test You might need password: TEST Thanks.
  13. Success Requires Cutting Edge Solutions is appearing as Success Requi res Cutting Edge Solutions How do I ensure headings are just pushed down to an additional line and not have orphaned letters on mobile? Thanks.
  14. On mobile my fixed nav covers the photo with text heading below it too much. How can I safely move all headings below the nav down like 150px for mobile views? I did this successfully for anchor links, but don't know what to target for all first content on all pages for a certain mobile breakpoint. The anchor link didn't require a block ID or page element to target. Thanks.
  15. If you cut on site-wide animation, say Fade, any text highlights that animate start to load, then the section fades in and triggers the text animation to reload causing a blinking effect. Anyone know any code to delay text highlight animations? See video. Blink is a split second, but annoying. It is more noticeable in Chrome than Firefox for some reason. Squarespace says only solution is to cut off sitewide animation. Thanks. Blink.mp4
  16. Thanks. Made a quick test site that has the same issue. https://flower-crimson-8xt8.squarespace.com/ and the site password is TEST. It's just a one page with the header. The circle highlight around "the brand" animates on desktop but not mobile. So I know this issue isn't related to one Squarespace site or template. Thanks.
  17. Thanks creedon. I tried some javascript to replace curlies with straight. Maybe I didn' t use the right unicode characters (tried various ones for apostrophes and quote marks) or something, but no attempt worked in a code block or with code injection. Had Chat GPT write some code, but that didn't work as well. It would be super helpful to know what failed, substitution unicode is being used for their ' and " marks. So far I can replicate it with Futura PT, Montserrat and Poppins, so likely many others are impacted. But I think you're right. Somewhere in SS code I think there is a conscious effort to prefer curlies. Squarespace emailed back now after I showed them this on several sites in different browsers and different fonts and admitted there is an issue. Seems like it might be escalated a bit. Super open to anyone's ideas on a javascript replace fix.
  18. Same phenomenon using different browsers, different fonts. SS-ModernKitchen-Firefox.mp4 SS-MBCC-Chrome.mp4
  19. My biggest issue is that you have to do a lot of tweaking to the mobile design with positioning and spacing. On platforms like WordPress with Divi, it intelligently lays out the responsive flow and still allows you to tweak it. This is a much faster approach that how Squarespace currently handles it. On the current site I am building in SS I need to tighten up massive gaps between column content on mobile. Just a lot of extra steps per section per page.
  20. Using the text highlight feature with animation. Works fine on desktop but doesn't work on any mobile browser. This page describes using highlights but doesn't mention they don't work on mobile. https://support.squarespace.com/hc/en-us/articles/115012080887-Formatting-text Any ideas on how to get them to work? Thanks.
  21. Yes, sadly I did. "Solutions" included trying another font. This is the client's identity font. Even when I did the same thing happened on other fonts. The other "solution" was exactly what I did with backspacing. That's not a fix. I got the standard, non-committal "We'll let our developers know about this and we *might, maybe someday* address this." I can't tell a client to backspace every time they use a punctuation mark. They don't know or don't care that I didn't program the Squarespace platform. So I'm coming here because someone is smart enough to figure this out and instruct them how to fix it. This must be like the 3rd or 4th glitch with Squarespace I've found in the past few years that seems to stump their support staff. I'm not sure if the apostrophe is initially being encoded as a prime mark instead or it's just failing to grab the right encoded character. I go into Inspector and am not sure how to drill down to actual HTML character it is using. Even if I could I'm not sure what is causing it to fail. When I go to Adobe Fonts or any other site selling Futura PT, their apostrophe and quote marks work just fine. I have noticed a few other posts over the years here talking about various problems with apostrophes. I'm not sure if it is related or not. So LET'S SOLVE THIS Squarespace heroes! Thanks.
  22. When typing the word Let's Squarespace initially inserts the wrong apostrophe character and it looks like Let' s. To "fix" this I have to backspace and remove the apostrophe, add it again, then backspace again, and it looks right like Let's with the right character and no extra space. (See video). The same thing happens with quotation marks. What's going on with this? It does it for more than one font. Thanks. Apostrophe.mp4
  23. Having a very similar issue. When typing the word Let's Squarespace initially inserts the wrong apostrophe character and it looks like Let' s. To "fix" this I have to backspace and remove the apostrophe, add it again, then backspace again, then add it again and it looks right like Let's with the right character. What's going on with this? It does it for more than one font. Thanks.
  24. Confirmed with Squarespace Support today, if your site design is set to Fade in sections and elements, then (for right now) any text highlights with animations like underlines, circles, highlights may double load. The highlight starts to load and animate but then the text block underneath it fades in and the highlight reloads. It's an obnoxious double loading effect. Your only choice I'm told is if you want animated highlights that don't reload is to turn of the site wide Fade animation.
×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.