Jump to content

Sinned98

Member
  • Posts

    5
  • Joined

  • Last visited

Posts posted by Sinned98

  1. 18 minutes ago, paul2009 said:

    Not speaking for @houghtoncreative but the Sync Collections product are listed in my post above. That said, you can now upgrade a Squarespace version 7.0 site to version 7.1 and have up to 10,000 products on one page - without needing additional code!

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

    But to go from 7.0 to 7.1 you have to manually rebuild your website right? Just making sure thats what you mean by upgrading.

  2. On 5/18/2022 at 3:52 AM, houghtoncreative said:

    You can use the Universal Filter plugin https://www.squarewebsites.org/squarespace-plugins/universal-filter to pull products from multiple collections onto one page. I've done it for a site which had hit the 200 limit.

    houghtoncreative Can I ask how and with what code you you were able to pull products from multiple product collections to create one collection that is 200+? I would really like to do the same.  

  3. On 4/20/2023 at 2:05 AM, Vicks said:

    Try this:

     

    @media only screen and (max-width: 700px){
      #productList {
        display: grid;
        gap:10px;
        grid-template-columns: repeat(2, 1fr);
      }
      #productList .product {
        Float:none;
        width: auto;
      }
      #productList .product .product-image img{
        left:0 !important;
        top:0 !important;
        width: 100% !important;
        height: 100% !important;
        object-fit: cover;
      }
    }

    This will update most of your products. However, I noticed when you select all, the products which are displayed are using different layout. Check if this script works.. and let me know for which page it doesnt work.

    Amazing, I was trying to figure this out for a while now. How can I adjust for 3 products in a row?

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