Jump to content

paul2009

Circle Community Leaders
  • Posts

    21,422
  • Joined

  • Last visited

  • Days Won

    579

Everything posted by paul2009

  1. I've answered this in your other thread.
  2. No, not if shipping options are available.
  3. I agree! It's one of a number of features that I'd love to see, including the ability to respond to customers who take the time to provide a review. To ensure your request is seen by the right people at Squarespace, please submit it via Squarespace Customer Care using a support ticket as it may not be seen on the forum (see the guidelines - item 6). Did this help? Please give feedback by clicking an icon below ⬇️
  4. No, there isn't a workaround. Squarespace is a "serverless" website builder", designed to take the complexity out of building a website. This means that you can produce a professional-looking website very easily without technical knowledge but the flipside is that a developer cannot add third party APIs or SDKs. I appreciate this is not what you wanted to hear, but I hope this saves you lots of time looking for a solution that doesn't exist. Did this help? Please give feedback by clicking an icon below ⬇️
  5. I'm crosslinking this thread to my original answer from 2021:
  6. Hi Dolores Unfortunately these cannot be added to Squarespace. They can only be installed on a website "server", where developers have access to the "backend", with direct access to upgrade the checkout integration and add the SDK. By contrast, Squarespace is a "serverless website builder". Whilst this means that you can produce a professional-looking website very easily without technical knowledge, it also means that you do not have access to the technical 'backend' areas that would allow you to use these 'buttons'. Did this help? Please give feedback by clicking an icon below ⬇️
  7. Firstly, I have to comment on the site itself @TWBDesign It's an amazing example of meaningful content and beautiful, intentional design 👏 👏. I love all of it. Regarding the tags, I was able to fix this with: span.blog-item-tag-wrapper { white-space: nowrap; } Toggling the CSS on and off, did this: Did this help? Please give feedback by clicking an icon below ⬇️
  8. Your own custom CSS is the cause of your issues. When I remove your custom CSS, it looks like this:
  9. You can set multiple gift card values to give your customers more options but, as you mentioned, customers cannot set custom values. This is a platform limitation. It isn't possible to workaround this with code or third party products. I appreciate this is not what you wanted to hear, but I hope this saves you lots of time looking for a solution that doesn't exist 🙂. Did this help? Please give feedback by clicking an icon below ⬇️
  10. This appears to be an ongoing issue, despite the incident showing as resolved. I have reported it again to Customer Care and I recommend you do the same because Squarespace teams don't routinely monitor this forum for feedback (see the guidelines - item 6).
  11. Squarespace are currently dealing with a platform issue: You'll find more details on status.squarespace.com Did this help? Please give feedback by clicking an icon below ⬇️
  12. This depends on so many factors, including the version and template being used and whether they need to retain 'backend' data like customer details, order details and so on. If you want to upgrade from v7.0 to v7.1, I would always recommend updating the existing site rather than starting a new one. That said, regardless of whether you build new or update the existing site, changes can cause a site's search ranking to dip temporarily. However, if you follow SEO best practice to optimise the site, you should be able to limit any impact and potentially help the site's SEO performance in the long run. Did this help? Please give feedback by clicking an icon below ⬇️
  13. As your site was indexed when the URL was misspelled, you need to add a redirect in Settings > Developer Tools > URL Mappings. When you add this mapping, users who click on the old URL will be redirected to the correct URL: /all-itmes/p/[name] -> /all-items/p/[name] 301 Did this help? Please give feedback by clicking an icon below ⬇️
  14. Online payments can be a problem if you’re trying to use Squarespace for commerce in South Africa because Squarespace only supports PayPal and Stripe, and neither of them are South Africa friendly. I wrote a short post about this here, including details of a workaround, but this is far from an ideal situation. Using Squarespace in South Africa with PayFast, Netcash or Rave Did this help? Please give feedback by clicking an icon below ⬇️
  15. I would start by resolving the issue with Weglot to see if this is affecting other elements on the website. It is currently showing the error "Cannot load Weglot because the project has been deleted". If this doesn't fix the issue with the third-party plugin called Universal Filter then I recommend you reach out to Squarewebsites via their Slack support channel.
  16. Bear in mind that CSS is only available on the Powerhouse plan 🤑
  17. In answer to your specific question of can you hide just the text, the answer is that you could, but not with CSS. This is because the buttons ('Afterpay' and 'i') are descendents of the same span and would also be hidden). The only way to do this would be to use some JavaScript to remove the text nodes that are descendents of the .afterpayString span, without affecting the button elements. That said, can you explain why you want to remove the text but leave the logo in place? Is there an issue with the language or the font? Without knowing the context of your question, it is difficult to know the best approach to solve your issue. If a client asked me to retain the logo without the explanatory text, it isn't something I would advise because it is likely to be more confusing for users (see below). Did this help? Please give feedback by clicking an icon below ⬇️
  18. The "how to" has already been provided above by @creedon but, as I do not recommend this approach, I wanted to explain why and add some context for anyone reading this thread in the future. This "focus outline" is an important accessibility feature that helps visitors with vision and movement disabilities and other disorders. It adds a contrasting black (or white) outline to the area of the page that has focus so they can track where they are. Removing focus outlines can create issues for users with disabilities and could prevent your website from being inclusive. I strongly recommend to clients that they do not try to remove them, and I ask them consider accessible-friendly options, like styling the focus outline to more closely match the design, instead of a thick black (or white) box. In some territories website accessibility is not just a nice to have, it’s a legal requirement. For example, here in the UK, website accessibility is a requirement for both public and private sector organisations. [I don't pretend to be a lawyer. I'm writing this from my perspective as a web designer.] Did this help? Please give feedback by clicking an icon below ⬇️
  19. You cannot manually translate labels in Acuity anymore. However, Acuity can display the scheduler in the following languages: Brazilian Portuguese English French German Italian Spanish Automated scheduling emails are not translated.
  20. If you haven't read through this already, I recommend the support guide: Connecting a third-party subdomain to your Squarespace site. If you have further questions, I recommend getting on touch with Squarespace Customer Care using their online chat service as this will require some troubleshooting, and we don't have access to the backend of the site.
  21. For this code to work, you'll need to add it to the code injection footer. You can do this in Settings > Developer Tools > Code Injection. If you've added it there and experienced problems, please provide a link to the page on your site and explain a little more about your goal. Did this help? Please give feedback by clicking an icon below ⬇️
  22. Yes. To do this you'll amend the DNS settings of the cparcer subdomain to point to the Squarespace website. Did this help? Please give feedback by clicking an icon below ⬇️
  23. You can create a free shipping discount to remove shipping costs for orders with a subtotal equal to or over a certain price but you will need to be on the Commerce Advanced billing plan if you want to set the free shipping discount to apply automatically at checkout. Did this help? Please give feedback by clicking an icon below ⬇️
×
×
  • 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.