Jump to content

oldegray

Circle Member
  • Posts

    83
  • Joined

  • Last visited

Reputation Activity

  1. Like
    oldegray got a reaction from Beyondspace in Gallery Blocks (NOT sections) - how to change caption styles   
    For the life of me, I cannot find where to change the style of the gallery blocks (not gallery sections). I prefer blocks to sections simply because of the fact that in Gallery Blocks you can add a title and a description. However where in the style section is it possible to assign better font styling to these blocks? 
     
    Thank you!!!!
  2. Like
    oldegray got a reaction from Beyondspace in Gallery Captions for Images When Lightbox Mode - 7.1   
    @Beyondspace @tuanphan
    When you click on each portfolio on the homepage, it'll bring you to the respective portfolio gallery.
    I would like the captions to
    1. be visible when you hover (which they currently are through some added CSS) and
    2. be visible directly underneath each image when it is clicked on or in lightbox mode 
    Is this possible?
  3. Like
    oldegray got a reaction from Beyondspace in Gallery Captions for Images When Lightbox Mode - 7.1   
    Hello! Does anyone know how to enable captions for gallery images when you click on them?  
    https://rachelstevens-buildout.squarespace.com/config/
    password: artist
     
  4. Like
    oldegray got a reaction from tuanphan in Gallery view changes on mobile   
    You are brilliant @tuanphan thank you!
  5. Like
    oldegray reacted to tuanphan in Gallery view changes on mobile   
    NO way to change Grid Strips to Slideshow (actually very complex)
    You can add Slideshow, then we can use CSS code to change it to Grid (Simple) on Desktop.
    Or you can add 2 Galleries, then we can give code to show 1 on desktop, show another on mobile
  6. Like
    oldegray reacted to hellothisisjeff in Preventing Navigation Items from Stacking   
    I was having this same issue on a 7.1 site with a centered nav. I wrote this CSS and dropped it into the Custom CSS section which seems to solve the issue.
    // Header Nav Width Adjustment .header-layout-branding-center-nav-center .header-title-nav-wrapper { flex: 2 0 100%; } .header-layout-branding-center-nav-center .header-actions--right { position: relative; right: 4vw; } The first value in the flex property basically tells the div holding the nav to grow to fill the space. However, this seemed to push the right side action buttons (cart icon, in my case) off the screen a bit, so I added the next line of code to move it back into place.
    A little bit of a hack job, but gets the job done.
  7. Like
    oldegray reacted to DanielRyanReiff in New 'scale text' option jittery on mobile scroll 7.1   
    This is a known issue with Safari on mobile. It seems to affect the new 'scale text' feature in 7.1. 
    I seem to have found a workaround, it basically involves using some CSS to override the scalable text on the mobile view. It's not a perfect solution, but it works until Squarespace fixes this (or Safari gets better). 
    Here is some example code, you will want to modify this to your specific issue. In this case we are targeting our h1 headings:
    @media screen and (max-width:767px) {
    .sqs-block-html .sqsrte-scaled-text-container>.sqsrte-scaled-text h1 {
     font-size: 9.5vw!important;    
      } 
    }
    So it turns out that this Safari bug happens with not just the "scale text" feature of 7.1, but with lots of css responsive units, including em, rem, etc. (you can see this yourself by using these units in the above code example). I found that for some reason the viewport width (vw) work great and is an exception to this. 
    Like I said, it is not a perfect or ideal solution, but it works. Might require a lot of tweaking depending on your site / context / use case. Tested on iPhone 13, 1Phone 13 Pro Max, iPhone XS, iPhone XS Max.  
  8. Like
    oldegray reacted to morganwinters in New 'scale text' option jittery on mobile scroll 7.1   
    I also am struggling with finding a fix for this same exact issue. Please let me know if this gets resolved and what you do to fix the issue. I will do the same!! Thanks in advance
  9. Like
    oldegray got a reaction from morganwinters in New 'scale text' option jittery on mobile scroll 7.1   
    Agreed, the jittery problem doesn't happen in Chrome on my iPhone either. Just Safari. Do you know why this would be the case that the 'scale text' would do this just in Safari? Or who I could reach out to see why? It seems like a Squarespace bug that one of their functions wouldn't work properly on a commonly used browser for mobile. 
  10. Like
    oldegray got a reaction from morganwinters in New 'scale text' option jittery on mobile scroll 7.1   
    @bangank36 I haven't figured it out. It happens when I view it on Safari on iphone.  What browser and device are you using in your screen shot?
  11. Like
    oldegray got a reaction from morganwinters in New 'scale text' option jittery on mobile scroll 7.1   
    Hello!!!
    Alright, here's a new one.  I have a 'coming soon' style page where I hide the header and footer as I'm working on this site. However, I have noticed that on mobile, the fonts that I have used the 'scale text' option are super jittery on scroll (just on mobile). I narrowed this down as I tried to removed the scale text option and it worked just fine without bouncing around, however I really want to have these letters scaled to fit the text box for aesthetics. What might be causing this, and how can that be fixed??
    www.throwceramics.com
    pw: cone5
     
    I've included a screen recording of what I'm talking about. 

    RPReplay_Final1667447750 2.MP4    
     
     
  12. Like
    oldegray got a reaction from paul2009 in Member Area - sign waiver when signing up   
    @paul2009 thank you! Sometimes just knowing the limitations is so helpful as we build things out! Much appreciate your prompt help with this. 🙏🏻
  13. Thanks
    oldegray got a reaction from creedon in Bottom border not showing up on gallery carousel images - what duh heck!?   
    Thank you!!! That was the ticket. 
  14. Like
    oldegray reacted to Beyondspace in Blog summary blocks - "read more" button not working on mobile   
    remove this line, it block all pointer click in your summary list

  15. Like
    oldegray got a reaction from Wolfsilon in Image block custom border is not centered   
    @wolfsilon - adding  padding-top totally worked.  thank you!
  16. Like
    oldegray got a reaction from tuanphan in Coverpage / newsletter signup text overlapping   
    ** SOLVED ** 
    Whoops, I'm a dummy - it was as simple as adjusting the line height in the font style box.  blargh
  17. Love
    oldegray reacted to tuanphan in Summary Block Items - maintain three columns for tablet viewing & make them 75% smaller for mobile viewing   
    Add to Design > Custom CSS
    /* Tablet summary 3 columns */ @media screen and (max-width:991px) and (min-width:768px) { div#block-yui_3_17_2_1_1627577686982_2001 .summary-item { width: calc(30.3333% - 20px) !important; float: left !important; clear: none !important; margin: 20px !important; } }  
  18. Like
    oldegray got a reaction from Beyondspace in Change logo on hover (brine template)   
    Site URL: https://zaleski-yoga-therapy-trial.squarespace.com/
    Hello!
    Is there any way to add the hover feature to a logo in the header?  I have created an image that has the text "HOME", and the goal is when you hover over the logo "HOME" appears.  Any thoughts?
    "HOME" text image url:
    https://images.squarespace-cdn.com/content/v1/60c248ea2c167713fcbbae51/1626447325783-5E17T63QZGC3MY7AC19Y/HOME.png
    Website:
    https://zaleski-yoga-therapy-trial.squarespace.com/
    pw: essential
     
    Thank you!!!!!! xoxo
  19. Thanks
    oldegray got a reaction from paul2009 in I need a new method for adding line breaks to navigation titles   
    This worked wonderfully.  Thank you!
  20. Love
    oldegray reacted to paul2009 in I need a new method for adding line breaks to navigation titles   
    For your site, try adding this to Design > Custom CSS:
    .Header-nav-item { max-width: 120px; text-align: center; overflow-wrap: break-word; white-space: normal; } I recommend that you also go into the Site Styles panel (Design > Site Styles) and set your Mobile Breakpoint to 980px (the default is 640px). This will ensure the mobile navigation kicks in before the desktop navigation becomes squashed.
    Let me know how you get on.
    If this helps, please click "Like" below  ⬇️
  21. Like
    oldegray reacted to Beyondspace in Change font on widget to match the rest of the site   
    The widget is in an iframe, therefor you need to ask the widget provider about this
  22. Like
    oldegray got a reaction from Beyondspace in Change font on widget to match the rest of the site   
    Site URL: https://cyan-gold-cmmp.squarespace.com/river-floating
    Hello! I am looking to change the font on the WeatherWidget to the lo-res-9-narrow font that is used throughout the website.  Is there something special that I need to do in the widget code to make it recognize the LoRes font?  Thanks for your help!
     
     
×
×
  • 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.