Jump to content

annie_mwm

Circle Member
  • Posts

    9
  • Joined

  • Last visited

Posts posted by annie_mwm

  1. @paul2009 I have the same concern : I would like to offer a digital course, one time payment and to expire after one year. I don't want my clients to be charged automatically after 12 months...

    If I choose Subscription, price it at $60, repeat after Year, the column for selecting the number of year is inactive. Is that mean the subscription will end after 1 year? I'm not sure if it's a bug or intended to work like this... 

    See the attached screen capture.

    Screen Shot 2024-03-25 at 12.07.02 PM.png

  2. I don't think I need to provide the website URL... The site is under construction and I want to preserve the confidentiality of my client.
    I provided a screen capture and a written description of the situation. This is a typical behaviour in Squarespace The pagination block ALWAYS appear at the end of a blog post, just ABOVE the footer.

    So my question is: is it possible to move the position of the pagination block to make it appear somewhere else within the blog post section? 
    Thank you 🙏

  3. I found this snippet code here and it works fabulous!

    https://codepen.io/Repkit/pen/PzJqZe

    Just add the HTML as an embed block where you want your video to appear:
     

    <div class="container">
      <iframe class="media" width="560" height="315" src="https://www.youtube.com/embed/rk16JND1kOY" frameborder="0" allowfullscreen></iframe>
    </div>

     

    and then this part goes in the custom CSS 

     

    #block-id-here .media{
      -webkit-box-shadow: 10px 10px 61px 6px rgba(0,0,0,0.75);
      -moz-box-shadow: 10px 10px 61px 6px rgba(0,0,0,0.75);
      box-shadow: 10px 10px 61px 6px rgba(0,0,0,0.75);
    }
    
    #block-id-here .container:before {
      content: '';
      z-index: 2;
      position: absolute;
      width: 560px;
      height: 315px;
      -webkit-box-shadow: 0 0 0 7px rgba(0,0,0,0.75);
      -moz-box-shadow: 0 0 0 7px rgba(0,0,0,0.75);
      box-shadow: 0 0 0 10px rgba(0,0,0,0.75);
    /*   box-shadow: 0px 0px 61px 6px rgba(0,0,0,0.68); */
      pointer-events: none;
      -webkit-border-radius: 20px;
      -moz-border-radius: 20px;
      border-radius: 20px;
    }


    Here is the final result in a Squarespace web page:

    2109282387_ScreenShot2022-09-07at7_11_39PM.png.a3614d45ee747de1a5ca266e6e887e2b.png

  4. On 7/7/2020 at 4:19 PM, rwp said:
    #collection-5e6fc99f4c83170df780908e .Site.loaded .Cart {
        filter: invert(1);
    }

     

    I used this instead

    #collection-622670b28a87f361407f482f .header .header-actions-action--cart .icon,  .icon-cart-quantity {
        filter: invert(1);
    }

     

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