Jump to content

chymer

Circle Member
  • Posts

    24
  • Joined

  • Last visited

Posts posted by chymer

  1. I'm also dealing with this. I'm working with a nonprofit organization that has a physical storefront, online sales, and a donation platform. For the donations, they needed options for recurring payments, so they are using Givebutter to process donations. They use Stripe for online e-commerce sales and now it's confirmed that they have to use Square (a platform they just transitioned away from) for POS in their storefront.

    Transitioning to Squarespace was supposed to make their processes easier to manage 🥴

  2. 21 minutes ago, paul2009 said:

    Hi @chymer 

    Do you have a mockup of how you would like the new book to appear on the current archive page? Also, what billing plan does the site use?

    Thanks for the quick reply! Yes, I just added the new book to https://www.jsricephotography.com/books-archive as a preview. 

     

    He's currently using the Commerce Advanced subscription. He's working with Bookmobile for fulfillment/drop-shipping, and they required the Commerce Advanced plan for their integration

  3. On 3/7/2021 at 12:20 PM, paul2009 said:

    You cannot do this on a Product List Page, but you can achieve this with a Summary Block by using the Show Excerpt feature. 

    I also have this need. I tried the summary block workaround, but it's not formatting well and isn't very user-friendly. My client sells photography books and he wants to see a description of each book on the store page. 

     

    Here's a sample of what he's wanting to see on the store page: https://www.jsricephotography.com/books-archive

    And here's how the store is currently set up: https://www.jsricephotography.com/books

     

    Additional complexity: 

    He's currently using a third party service for fulfillment on the books that are currently published, so the "Add to cart" buttons are linked to an external site. But, he's releasing a new book next week, which will use SquareSpace's cart for checkout, which is why we need to use the store page. Otherwise, I would have just stuck with the format on the /books-archive page 🙃

  4. I also need a solution for this. I'm managing a website for a faith-based nonprofit organization, which as mentioned above, is very common to have recurring donations. We're using Stripe for processing also. 

    Is there a way to enable this on the Squarespace side?

  5. I'm experiencing the same issue. 

    When embedding the form, users have to scroll within the form in order to fill the whole thing out. So, it's creating a scroll-in-scroll kind of experience where the page itself is so long that users have to scroll, but also the form has it's own scroll as well

    URL: https://peace-restored.squarespace.com/volunteer
    Password: LetMeIn

    I'll need to embed different Google Forms on multiple pages, so a solution that could work across the site would be ideal, if possible

  6. On 11/16/2023 at 4:53 PM, melody495 said:

    In your screen recording, where you clicked delete, then you clicked on the drop down. Go ahead and select one of the authors. Then you'll be able to delete ",keys". 

    In effect the blog posts with "blank" authors will be assigned to whoever you pick from the drop down. Allowing you to free the "blank" author to be deleted. 

    Oh my goshhhhh, I feel ridiculous. I guess I should have read that popup a little closer 🤣

     

    Thank you! 

  7. 10 hours ago, creedon said:

    When you remove an author you have to select one of the remaining authors to assign the post to.

    In your case all the Key authors are now about to be deleted so you can't assign the post to them. Choose one of the remaining authors.

    I've already re-assigned all posts to either Peace Restored Staff or Ann Madison. The ,Key profile is still there, but can't be deleted.

    I'm at the point where I'm just going to accept that it's some kind of bug and not put any more effort into trying to solve this 😅

  8. 18 hours ago, creedon said:

    Go to Settings > Permissions. Delete the unneeded Basic Authors. You will have a change to assign the posts for each deleted Basic Authors to another.

    It is a rather tedious process.

     

    This worked for the most part! I had to refresh the page after deleting each author, but this largely solved the issue. Thank you!

     

    There is still one account that is showing up blank when I select an author on a blog post. But, when I go to Settings > Permissions, it appears as ",Key" and I can't remove it. 

    Screenshot 2023-11-11 at 6.02.27 PM.png

    Screenshot 2023-11-11 at 6.02.38 PM.png

    Screenshot 2023-11-11 at 6.04.31 PM.png

  9. Hi everyone!

     

    I'd like to add a more complex dropdown nav to my site, but need some extra guidance on how to develop this. I'd like to add sections in the dropdown folder, so this would create secondary and tertiary pages.

    For reference, I'm looking to achieve something similar to Stripe's Products tab: https://stripe.com/

    They have 3 sections under the Products tab with multiple pages under each section. My content will be structured the same with 3 sections and multiple pages under each one.

     

    Any insight would be appreciated!

    Screenshot 2023-01-23 at 2.51.40 PM.png

  10. Screenshots attached of https://www.memoriesbyabsorb.com/packages-pricing from my phone, a Pixel 6 Pro. 

    Squarespace's breakpoints are reading my phone's screen size as if it was a tablet. When using the code below, the spacing between the text and the image is too small. 
     

    @media screen and (max-width: 800px) {
    .sqs-block-image .design-layout-card:not(.sqs-narrow-width) {
        display: block!important;
    }
    .sqs-block-image .design-layout-card:not(.sqs-narrow-width) .image-card-wrapper {
        width: 100%;
        margin-left: 0!important;
    }
    .sqs-block-image .design-layout-card:not(.sqs-narrow-width)>div:first-child {
        width: 100%;
    }
    }

     

    Screenshot_20220404-172400.png

    Screenshot_20220404-172429.png

  11. On 4/1/2022 at 9:44 AM, tuanphan said:

    Add to Design > Custom CSS

    /* Top section text Codepen effect */
    div#block-bf66ca977ef94b68c5a7 h2 {
    background-image: url(https://media.giphy.com/media/26BROrSHlmyzzHf3i/giphy.gif);
     background-size: cover;
     color: transparent;
     -moz-background-clip: text;
     -webkit-background-clip: text;
     text-transform: uppercase;
     font-size: 50px;
     margin: 10px 0;
    }

     

    This worked! One issue though: when replacing the image URL with a Youtube link, it doesn't work. Any suggestions on how to get this effect with a YouTube link instead of an image URL?

    Thank you!

  12. Hi! Sorry for the delay, I just saw your response on this thread. I would like this effect to be applied only to the text in the first section of my home page. Currently, that text looks like the screenshot I've attached here. I'd like to instead make the text centered with the knockout/mask effect applied with a video banner below.

    You can see the site that I would like this to be applied to here: www.absorbproductions.com
    And a Codepin of the effect here:  https://codepen.io/Moslim/pen/zwJPgL

    Screen Shot 2022-03-30 at 1.34.58 PM.png

  13. Hi! I'm having the same issue as stated by the original poster. However, when I use the CSS above, the text wraps too closely to the bottom of the image in tablet view. Is there any way to add some spacing between the title and image? 

     

    I've attached screenshots of desktop, tablet and mobile view before applying CSS and a screenshot of the tablet view after applying CSS.

     

    Also, my phone (Pixel 6 Pro) displays all Squarespace sites in tablet view, not mobile. I'm thinking the built-in breakpoints on Squarespace are too small for newer phones... anyone else running in to this issue?

    Desktop - no CSS.png

    Mobile - no CSS.png

    Tablet - no CSS.png

    Tablet - with CSS.png

  14. Site URL: http://absorbproductions.com

    Hello! I'd like to have a text effect similar to the codepin (linked below) on only the homepage of my site, www.absorbproductions.com

    Codepin: https://codepen.io/Moslim/pen/zwJPgL (screenshot attached as well)

    Instead of having a GIF behind the text, I'd like to have the video that's currently linked in the header banner on my site. Any help would be appreciated!

     

    Screen Shot 2022-02-22 at 1.33.32 PM.png

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