Jump to content

hellothisisjeff

Circle Member
  • Posts

    140
  • Joined

  • Last visited

  • Days Won

    2

Reputation Activity

  1. Like
    hellothisisjeff reacted to paul2009 in SSL Certificate Processing - Time / Troubleshooting   
    No. The certificates are generated automatically by a number of microservices that work behind the scenes to request, retrieve and then process the certificates. There is a rate limit that determines the maximum speed at which Squarespace's system can request certificates from their provider (Let’s Encrypt) so the automatic certificate requests do go into a queue before they can be serviced; it is not instant. The system must then wait for a valid certificate to be issued before it can be retrieved and applied to the site. 
    The most common error during the process is incorrect DNS mappings so it's always worth double-checking these. However, if your site's DNS records are correct, the process is normally fairly transparent and completes soon after the DNS records have propagated.
    Was this post helpful? Please give feedback by clicking an icon below  ⬇️
  2. Like
    hellothisisjeff got a reaction from oldegray 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.
  3. Thanks
    hellothisisjeff got a reaction from DV2 in Gallery with thumbnails causing scaling/responsive issues due to width   
    Hi @LP1994,
    Not sure if you're still having trouble with this issue, but I ran into the same problem on a site I was working on and figured out this CSS fix...
    It is most definitely a Squarespace underlying issue with gallery blocks. The main culprit is some relative positioning on the .sqs-gallery-thumbnails div wrapper that should be absolutely positioned instead which would allow the thumbnail strip itself to be as long as needed without breaking the layout.
    Add this to your custom CSS and should do the trick:
    .sqs-gallery-design-strip { position: absolute; bottom: 0; transform: translateY(100%); overflow: hidden; width: calc(~'100% - 34px'); } .sqs-block-gallery { margin-bottom: 90px; } Note: if you've overridden the Squarespace default block padding of 17px, you'll want to update the "34px" part of the width calc to account for twice your custom-set padding.
    Hope this helps!
  4. Like
    hellothisisjeff got a reaction from nicc707 in Sitemap not updating   
    Thank you, @ChristineDarby. This helped me resolve my own sitemap image demo content nightmare this week! Will be flagging this with Squarespace Support, as demo content from unused image block layouts should NEVER be used in generating final sitemaps!
  5. Like
    hellothisisjeff got a reaction from Collaborada in Sitemap not updating   
    Thank you, @ChristineDarby. This helped me resolve my own sitemap image demo content nightmare this week! Will be flagging this with Squarespace Support, as demo content from unused image block layouts should NEVER be used in generating final sitemaps!
  6. Like
    hellothisisjeff reacted to Collaborada in Sitemap not updating   
    @nicc707 Scan your sitemap to look for the text. Update impacted images by changing the image block from inline to something else, remove the demo text, then back to inline. Let me know if you need more info. 
  7. Like
    hellothisisjeff got a reaction from jbryan 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.
  8. Like
    hellothisisjeff got a reaction from dhilldesign 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.
  9. Like
    hellothisisjeff reacted to otmeg in Preventing Navigation Items from Stacking   
    hellothisisjeff: HERO, thank you
  10. Like
    hellothisisjeff got a reaction from SodaCreekDigital 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.
  11. Like
    hellothisisjeff reacted to daanouthere in Project as draft   
    Site URL: https://daanouthere.com
    Hi,
    How can I put a new project as a draft? Whenever I want to add a project in my portfolio page, it is automatically published and visible on my homepage, but I want to be able to put it as a draft, so I can craft the page without it being visible to visitors.
    Thanks!
  12. Like
    hellothisisjeff reacted to Caue in How to embed a Google Calendar in a responsive way?   
    Embedding it is simple enough. But that won’t work on smartphones or small devices quite well.
×
×
  • 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.