Sinned98
-
Posts
5 -
Joined
-
Last visited
Content Type
Forums
Downloads
Store
Events
Blogs
Gallery
Profiles
Posts posted by Sinned98
-
-
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.
-
-
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?
-
https://loveeveryleaflandscapedesign.com/
I want to create multiple page sections, half for desktop and half for mobile. With code I want to hide depending on what device is being used, but I can't find the data-section-id of these pages. Anyone has an idea what is going on?
Getting around shop all 200 max products limitation
in Commerce
Posted
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.