Jump to content

derricksrandomviews

Circle Member
  • Posts

    3,886
  • Joined

  • Last visited

  • Days Won

    8

Posts posted by derricksrandomviews

  1. With the classic editor, you can keep text blocks aligned using spacer blocks, one on the top and one on the bottom of the text block. Using FE you might use two square shape blocks with the color set for clear. They seem to simulate spacer blocks, so put one on the top and one on the bottom of the text block. 

  2. It can take up to 72 hours for an SSL certificate to propagate throughout the internet. It may speed up the process if you were to ensure secure preference is checked under Home > Settings > domains >developer tools>SSL and make sure HSTS is checked. 

    Understanding SSL certificates - Choose SSL settings

    For any further personalized assistance you might need, please reach out to Squarespace Customer Support

     

  3. You can move the domain from the landing page to your site. This is the guide to do so:

    Move a Squarespace domain

    If we host your domain, use the steps and information in this section to move your domain to a different site.

    Before you begin, ensure that your Squarespace domain meets these requirements:

    To move your domain from one site to another, or to move a parked domain to a website:

    1. Open the Domains panel of the site you'd like to move the domain to.
    2. Click Use a domain I own.
    3. Type in your domain name.
    4. Click Move domain.
    5. The next screen displays a thumbnail image from the website or parking page you're moving the domain from and a thumbnail from the website you're moving the domain to. If everything looks correct, click Confirm to complete the move.
    6. If you see a "There are no eligible sites to transfer a domain to on this account" message after clicking Move domain, you don’t have another site with an eligible website, domain, or Google Workspace subscription on your account. Review your sites in your account dashboard and upgrade your trial site or switch from your Mobile Start plan to a standard plan, if needed, before moving the domain.

    Your domain should connect to the new site within 24-72 hours. After moving your domain, you can cancel service or change the billing plan for your other site, if needed. If you have a Google Workspace subscription attached to your domain, ensure it meets the requirements to move automatically.

  4. It is a bit finicky if you view it as the owner, not as a visitor.

    Here is one from Inside the Square that may work a bit better. Place this snippet in a markdown block on any page you want the button but not in the footer. You can change the size to small, medium, or large.

    <a href="#page" class="sqs-block-button-element--large sqs-block-button-element" id="back-to-top">Back To Top</a>

    Add this to custom CSS you can change the position and the opacity to fit your style; 

    #back-to-top{ position: fixed!important; bottom: 0!important; right: 0!important; z-index:1!important; opacity: .5 }

  5. This is a simple scrolling back to the top button. It doesn't require a business plan to work. Put this code in a markdown block in the footer of your site, it will work for all pages.

    <p><a href="#top" class="t-top"><span class="arrow"></span>Top</a>
    <style>
      /* Back to Top */  
    .t-top {
        font-weight: 500;
        letter-spacing: 2px;
        font-size: 15px;
        text-transform: lowercase;
        text-align: center;
        line-height: 1.6;
        padding-left: 2px;
        padding-top: 4px;
        position: fixed;
        right: 25px;
        bottom: 60px;
        width: 40px;
        height: 40px;
        z-index: 999;
        background-color: transparent;
        color: #000;
      filter: drop-shadow(8px 8px 8px #666666)
    }
    .t-top .arrow:before {
          font-family: 'squarespace-ui-font';
        font-style: normal;
        font-weight: 300;
        font-size: 20px;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        content: "\e02d";
        text-align: center;
        display: block;
        vertical-align: middle;
        transform: rotate(-90deg);
        cursor: pointer;
        margin-left: -4px;
      filter: drop-shadow(8px 8px 8px #666666)
    }
    .t-top .arrow {display:inline;}
    </style></p>

×
×
  • 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.