Jump to content

paul2009

Circle Community Leaders
  • Posts

    21,576
  • Joined

  • Last visited

  • Days Won

    584

Community Answers

  1. paul2009's post in adding a subtitle underneath my sight title in my header was marked as the answer   
    You should be able to resolve this by opening the Site Styles panel (paintbrush icon in the top right) and setting the Line Height correctly for the Site Title Font. It looks like it is set to .1em currently.
    Try .9em as a starting point:

    Did this help? Please give feedback by clicking an icon below  ⬇️
  2. paul2009's post in Style the email recieved from a contact form was marked as the answer   
    No, this cannot be changed directly on Squarespace. 
  3. paul2009's post in theme selection help was marked as the answer   
    On Squarespace you cannot import page content automatically from a data file. You must add content manually.
  4. paul2009's post in Floating Cart was marked as the answer   
    The Squarespace Cart loads as a separate page. However there's a third party Custom Cart Slide Out plugin (affiliate link) available from Squarewebsites.
  5. paul2009's post in Domain intermittently points to built-in Squarespace domain was marked as the answer   
    When I visit www.whaleback.co.uk it works correctly. It does not redirect.
    However, some of the links on your homepage have been created using the admin domain (pepper-ellipse-3s4z.squarespace.com) so, if I click these, I'll be sent to the admin domain instead. For example, the first tile for "The Salterns" has the link https://pepper-ellipse-3s4z.squarespace.com/work/the-salterns instead of just /work/the-salterns. You can correct this by editing each of the links.
    Did this help? Please give feedback by clicking an icon below  ⬇️
  6. paul2009's post in Minimum order amount for shipping / local delivery was marked as the answer   
    Thanks for clarifying the issue. There isn't a way to enforce a minimum order value on shipped orders and not enforce it on local pickup orders. 
    Some thoughts on workarounds that may or may not help:
    If you are on the Commerce Advanced plan and you offer free delivery on orders over $200 then you can create an automatic discount for "free shipping over $200". You could then have a high shipping charge for shipped orders that don't meet this threshold. You could use some code to add messaging to the cart page explaining that your minimum order value rule applies to shipped orders. However, it will still be possible for users to ignore this advice and place orders under this value with shipping selected. This could result in additional payment processing fees (as they are payable even when an order is cancelled) and additional admin. Did this help? Please give feedback by clicking an icon below  ⬇️ 
  7. paul2009's post in Font ID expert? was marked as the answer   
    Here's the answer:

    Firefox has a great tool to inspect fonts used on a webpage. Just open the Inspector tool, select the <body> element and select the Fonts tab in the sidebar 🙂.
    Did this help? Please give feedback by clicking an icon below  ⬇️
  8. paul2009's post in Currency Type not displayed was marked as the answer   
    As an example, if you select English (United Kingdom) in Settings > Website > Site Languages you should see the preview change from $1,234.56 to A$1,234.56. Don't forget to click SAVE in the top right corner! 🙂
    Please see my screenshots below:


    Did this help? Please give feedback by clicking an icon below  ⬇️
  9. paul2009's post in Prevent page from refreshing when a visitor clicks on a button block that is currently not linked. was marked as the answer   
    You should be able to prevent users clicking an unlinked List Item Button with the following Custom CSS:
    /* Prevent users clicking empty buttons in List Items */ a.list-item-content__button[href=""] { pointer-events: none; } Did this help? Please give feedback by clicking an icon below  ⬇️
  10. paul2009's post in how to remove embedded code i can't find? was marked as the answer   
    The black bar that reads "90 Days..." was not created with code 🙂
    It is your Announcement Bar and you can disable it in Marketing > Announcement Bar.
    For more information, read the support guide that I've linked above.
  11. paul2009's post in Adding a button to a banner with code in the Marquee template Squarespace 7.0 was marked as the answer   
    If you edit the Page Settings and go to General, you should be able to add a link to the Page Description. Links are automatically displayed as buttons on this template family.

    Did this help? Please give feedback by clicking an icon below  ⬇️
  12. paul2009's post in Change name of website was marked as the answer   
    Have you changed the Site Title?
  13. paul2009's post in how to buy a subdomain was marked as the answer   
    You don't need to buy a subdomain. If you own the domain, you can simply add a subdomain by creating a new DNS record. See Pointing a Squarespace subdomain. It explains how to add a custom record that both creates the subdomain and points it to the other location.
    Did this help? Please give feedback by clicking an icon below  ⬇️
  14. paul2009's post in Automation of event creation was marked as the answer   
    There isn't a way to create events on a Squarespace Events page because there isn't an API for the Events collection. Squarespace only has Commerce APIs.
    If you want to pull custom event data from a Google sheet you will need to write some custom JavaScript that extracts the data and places it data directly onto a standard page, rather than storing the data in a Squarespace Events collection.
    Did this help? Please give feedback by clicking an icon below  ⬇️
  15. paul2009's post in International Shipping was marked as the answer   
    Squarespace has real-time retail rates for FedEx, UPS, and USPS, but only in the US and only for domestic shipping. You can connect third party shipping extensions to make the admin easier for you, but they cannot apply real-time rates for customers who use the website. You'll need to set the shipping options up manually.
    Did this help? Please give feedback by clicking an icon below  ⬇️ 
  16. paul2009's post in Currency conversion was marked as the answer   
    @Pg1 Squarespace have locked down the checkout page to protect the payments process and, in doing so, have prevented third party developers from adding code to this page. We can display prices in alternative currencies on product pages but this Squarespace restriction prevents anyone from showing alternative currencies on the checkout page. 
    Obviously this isn't what you wanted to hear, but I hope it helps 🙂.
    Did this help? Please give feedback by clicking an icon below  ⬇️ 
  17. paul2009's post in Anyone knows how to get this exact tracker for orders? was marked as the answer   
    Have you contacted the site owner?
  18. paul2009's post in Customizing Dropdown Links was marked as the answer   
    The site you've quoted is on WordPress, but you can do the same by adding Accordion Blocks to the Page Section on your Squarespace website. 
    Did this help? Please give feedback by clicking an icon below  ⬇️
  19. paul2009's post in Breadcrumbs for products was marked as the answer   
    On the latest version (7.1), Squarespace only shows partial Product Breadcrumbs on Product Detail Pages. These will be limited to the Store (page) name and the Product Title. If you'd like to include product categories in breadcrumbs it will require code.
    If you're interested in a pre-built code solution, please take a look at my Product Breadcrumbs extension.
  20. paul2009's post in Cannot find design page to add font was marked as the answer   
    The 'Design' menu was removed from Squarespace 7.1.
    For up-to-date information, please see Where is the Custom CSS panel? or Adding Custom Fonts to Squarespace.
    Did this help? Please give feedback by clicking an icon below  ⬇️
  21. paul2009's post in Why is it so hard to create a simple image carousel? was marked as the answer   
    If you are building a new website using the latest version of Squarespace (version 7.1) there are a number of ways to build a carousel, including the use of Gallery Sections. However, Gallery Blocks are no longer in General Availability (GA). The confusion in this thread is because a small number of users do still have limited access to them.
    I don't know of any plans to launch Gallery Blocks again but, if this is important to you, I recommend that you contact Squarespace Customer Care directly. If they're unable to help, there is a third party plugin available from Squarewebsites called Squarespace Admin UI Tweaks (affiliate link) that should allow you to add Gallery Blocks to sections.
    Did this help? Please give feedback by clicking an icon below  ⬇️
  22. paul2009's post in Help appreciated! Website Coming Up As Not Secure (SSL) was marked as the answer   
    You can contact Squarespace Customer Care by using this link. Answer the questions about your request and then scroll down to the bottom of the page where you should find these two links:

    The forum community cannot resolve technical issues but, if you'd like us to take a look, please provide us with a link to the website.
    Did this help? Please give feedback by clicking an icon below  ⬇️
  23. paul2009's post in Website not loading unless I have www in the URL was marked as the answer   
    By default, your site should work correctly with or without the "www" subdomain. It does for me 🙂
    As @creedon said, if a user types the domain name into their browser without the "www" it should automatically redirect to www.wildandwhimsy.co.uk. This is by design.
    If you don't want the "www" to appear,  you can disable this as follows:
    In Squarespace, go to Settings > Domains. In the DOMAINS MANAGED BY THIRD-PARTY section, click your domain name. It should have a 'PRIMARY' label. In the panel that appears on the right, uncheck Use www prefix.          
     Did this help? Please give feedback by clicking an icon below  ⬇️
  24. paul2009's post in How can I sell tickets on Squarespace? was marked as the answer   
    On Squarespace, digital download products are digital files that can be duplicated and sold without modification. For this reason, you cannot limit the inventory - the file can be duplicated an unlimited number of times.
    If you want to limit inventory of a digital asset you'll need to sell it as a service product and then manually fulfil the orders.
    If you are planning to sell tickets, you may want to consider using a third party ticketing service, like:
    Eventbrite TicketTailor ThunderTix Did this help? Please give feedback by clicking an icon below  ⬇️
  25. paul2009's post in Extra Space On Right Side - Mobile View was marked as the answer   
    This will happen if your CSS causes elements to "overflow" outside of the site "container". You can usually hide this overflow by adding the following to Design > Custom CSS but bear in mind that it is only hiding the issue - it is not fixing it. You can find out more about overflow-x in this guide.
    For a more permanent fix, you can check through each line of custom code to see if it is causing the issue.
    body { overflow-x: hidden; overflow-x: clip !important; } Was this post helpful? 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.