Jump to content

paul2009

Circle Community Leaders
  • Posts

    21,847
  • Joined

  • Last visited

  • Days Won

    596

Posts posted by paul2009

  1. 1 hour ago, CarlyField said:

    I am not sure that I actually know what an SKU is but will do some research.  I just need each image to be linked to the Store pages which I realise only handles 10,000 images. 

    Sorry if this was confusing! SKU means "stock keeping unit" and refers to each individual product. In your case, this means that you can only sell a range of 10,000 images per website. This isn't a limitation per page, it's a limitation per site.

  2. 10 minutes ago, CarlyField said:

    I am trying to create a website using Version 7.1 which will contain a portfolio of approx 20,000 images that will be for sale.

    You won't be able to sell 20,000 SKUs on a single Squarespace website as there's currently a limit of 10,000 products per website.

    You can build a proof of concept on Squarespace with fewer SKUs but you'll need to start again from scratch on a different platform when you're ready to sell more than 10,000.

    Did this help? Please give feedback by clicking an icon below  ⬇️

  3. 2 hours ago, kellybatache said:

    Is there a CSS or code injection to only show images based on what variant is chosen?

    Squarespace will only swap the main product image when you select a product variant, not the thumbnail images below it. CSS cannot change this. To add this functionality you'd need to write JavaScript to target the images based on the selected colour (or other single) variant and it will require the images to be named according to the variant they represent (before the images are uploaded to Squarespace) so that you can filter the images based on the selected variant. My Product Thumbnail Filter is an example of a paid solution that does this.

    image.thumb.gif.e5b9c1df6bb5405c83f605430a466474.gif

  4. 3 hours ago, gustavranum said:

    My language switcher from Weglot is by default white, and for most of my pages it's fine. But some of them have a white background, which makes the language switcher impossible so see.

    Instead of setting the colour of the links to white, try setting them to match the navigationLinkColor so that the links change to match the nav links.

    Did this help? Please give feedback by clicking an icon below  ⬇️

  5. 14 hours ago, Nickharriganartwork said:

    is there an edit that needs done to this code for it to work on all products if they span across more than one page? 

    This code will work when you have up to 200 products. If you have over 200 products, they'll be loaded in pages of 200 products at a time. Whilst each page of products will be alphabetised, it isn't possible to alphabetise across the different pages of products.

  6. 28 minutes ago, MonKinloch said:

    Within the payment processing gateway of my website, I appear to be able to change the colour of the buttons (eg. the 'continue' button) however I appear unable to change the colour of the font within these buttons. 

    You cannot change this.

    The checkout page is completely locked down to protect the payment process. Currently, the only settings you can adjust are those shown in the styles panel in your screenshot. So, as you explain, you can only change the background colour of checkout page buttons, not the button text colour. There is not a workaround or solution for this issue because all code, including your CSS, is ignored on this page.

  7. 2 hours ago, btgwebb said:

    I'd like to keep the 1-column mobile view but add more space after the ADD TO CART /PURCHASE buttons to differentiate between the products.

    You should be able to add more space with the following CSS. That saud, I personally prefer the box (solution above).

    @media screen and (max-width: 767px) {
        .products.collection-content-wrapper .grid-item {
            margin-bottom: 84px;
        }
    }

    Did this help? Please give feedback by clicking an icon below  ⬇️

  8. 5 minutes ago, DesignTrack said:

    Can i simply create 300 folders and 20 + photos in each folder [in the Asset Library]?

    I am not aware of any published limits to top level folders in the Asset Library but, if you are creating subfolders, there are limits to these. You can create subfolders with a maximum of 40 nested levels of folders and 300 subfolders per folder. 

  9. 15 hours ago, SarahBrads said:

    i cant get the Mundane font to show up in my list of fonts

    @SarahBrads Can you clarify the issue you are trying to resolve?

    I ask because you said the font doesn't "show up in my list of fonts". When you add a font with CSS, it won't show up in the Styles panel. This is normal 🙂.

    However, if you've correctly used CSS to set the font-family for particular elements (such as headings or paragraph text) then the font should affect those elements directly on the webpage.

    A screenshot of the issue and a link to the affected page will help us to help you.

  10. By default, all Squarespace domains are set to renew automatically each year.

    It is not possible to renew Squarespace subscriptions proactively in advance. This applies to all Squarespace products, including domains. 

    This is a peer-to-peer forum where Squarespace users help other users. Squarespace doesn’t use this forum to track track limitations or accept feature requests so, to raise a request, you are encouraged to contact Squarespace directly by raising a ticket through Squarespace Customer Care

    Did this help? Please give feedback by clicking an icon below  ⬇️

  11. On 5/28/2024 at 7:38 AM, Flutes_Flutists said:

    the variant dropdown menu(s) have been moved below the product Description field

    This will happen if you were using Custom CSS to adjust the relative position of elements on the Product Detail Page (PDP). Try removing the Custom CSS (save it somewhere safe) to see if this resolves the issue.

    Squarespace changed their PDP code this week (w/c 29 May) and this is affecting Custom CSS which must be rewritten.

    Did this help? Please give feedback by clicking an icon below  ⬇️

  12. 3 hours ago, jlines said:

    Is there a script similar to what's shown in my initial post that will prevent users from updating the quantity in their cart?

    As I mentioned above, you cannot prevent someone changing the qty on the checkout page. This page is locked down and cannot run custom code.

    This can make it feel futile when trying to prevent changes in the earlier stages of the purchase workflow. Whatever you do, they’ll be able to override it at checkout. 

  13. 5 hours ago, MonKinloch said:

    Within my site, any time you click 'add to cart' on any of my products, a 'checkout form' window appears

    Although it has the title Checkout Form, this is a Custom Product Form. Products don't have one by default so someone must have added it manually to each one. See the support guide for more information and how to remove it.

    Did this help? Please give feedback by clicking an icon below  ⬇️

  14. 8 hours ago, elizak said:

    i made sure that the domain was no longer connected to the original website but i am having trouble connecting. 

    It's very difficult to troubleshoot this as you have not provided us with any details such as the domain name or screenshots of the original or new website's domain panels.

    However, unless you have access to the original website and have been able to log on to it and disconnect the domain, it will still be connected in the background. This will prevent it from being connected to a new website.

    If you don't have access to the original website, you'll need to contact Squarespace Customer Support and ask them to disconnect the domain for you. Once you've done this, you should be able to connect it to the new one.

  15. 23 minutes ago, CoorlasArchitecture said:

    we don't have the option to download a readable backup that can be uploaded into their platform?

    Correct.

    Squarespace takes responsibility for all the redundancy and backups to keep your website up and running.

    None of this 'admin' is exposed to us as users to allow us to take our own backup but as you suggested in your title, there are workarounds for anyone who wants to take an active part in backing up.

    Did this help? Please give feedback by clicking an icon below  ⬇️

  16. 1 hour ago, ArguezCo said:

    We have been at this for days... about to give up squarespace... everything has been followed still pending verification.

    @ArguezCo It looks like there's at least one step that hasn't been completed for this GoDaddy domain.

    1. One of the A records is missing and must be added to GoDaddy. They should be:

    image.png.dc943c1727cb854960387adcb359bfd2.png

    2. If you still experience an issue, please log on to the Squarespace website Domains panel and check that the domain name is listed. A screenshot of your Domains panel will help us to see the status.

    Let us know how you get on.

    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.