Rudybro Posted April 11, 2021 Share Posted April 11, 2021 Site URL: https://silver-hyperboloid-kt5p.squarespace.com/config/pages/6071f4446c0d160d0caa0909 I have a single product on a product page. How do I center it? Link to comment
tuanphan Posted April 17, 2021 Share Posted April 17, 2021 Hi. Can you share link to product page? /config is admin url Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Rudybro Posted April 20, 2021 Author Share Posted April 20, 2021 Yes! Does this work? https://silver-hyperboloid-kt5p.squarespace.com/config/ https://silver-hyperboloid-kt5p.squarespace.com/store-1-1 Link to comment
creedon Posted April 20, 2021 Share Posted April 20, 2021 Please set up a site-wide password. Post the password here. Adding a site-wide password is not a security breach. Please read the documentation at the link provided to understand how it works. We can then take a look at your issue. Find my contributions useful? Please like, upvote, mark my answer as the best ( solution ), and see my profile. Thanks for your support! I am a Squarespace ( and other technological things ) consultant open for new projects. Link to comment
Rudybro Posted April 20, 2021 Author Share Posted April 20, 2021 Ooops, sorry about that. PW: Testsite123 Link to comment
creedon Posted April 20, 2021 Share Posted April 20, 2021 Password doesn't work. Find my contributions useful? Please like, upvote, mark my answer as the best ( solution ), and see my profile. Thanks for your support! I am a Squarespace ( and other technological things ) consultant open for new projects. Link to comment
Rudybro Posted April 20, 2021 Author Share Posted April 20, 2021 Sorry PW: TestSite123 Link to comment
creedon Posted April 20, 2021 Share Posted April 20, 2021 You could go with one giant product. <style> @media screen and ( min-width : 768px) { .products.collection-content-wrapper .list-grid { grid-template-columns : 1fr ; } } </style> Or you can keep the size it is and center it. <style> .products-list [data-item-id="6074dd06f9ef2673cf0d443f"] { grid-column: 2 / 3; } </style> Add one of the code to Store Settings > Advanced > Page Header Code Injection for the store page. This is for v7.1. Let us know how it goes. Find my contributions useful? Please like, upvote, mark my answer as the best ( solution ), and see my profile. Thanks for your support! I am a Squarespace ( and other technological things ) consultant open for new projects. Link to comment
Rudybro Posted April 21, 2021 Author Share Posted April 21, 2021 Boom, that solved it! Thanks so much! Link to comment
Rudybro Posted April 21, 2021 Author Share Posted April 21, 2021 I do have another issue I'm running into. On the product details page - I am unable to turn on the hover zoom feature. I've selected the paintbrush in the top right, gone to products, selected "hover action:zoom" but doesn't zoom in on the image when I hover. I've also tried the click action zoom and that rarely works as well. Any solves here? https://silver-hyperboloid-kt5p.squarespace.com/config/settings/advanced Link to comment
creedon Posted April 21, 2021 Share Posted April 21, 2021 No joy on the zoom. Oddly it seemed to work just fine on my test site. I have 3 thumbs displayed. The first two I clicked and hover/zoomed away no problem. The third one would not zoom for about a minute of testing and digging into the code. Then started zooming all of a sudden. Rudybro 1 Find my contributions useful? Please like, upvote, mark my answer as the best ( solution ), and see my profile. Thanks for your support! I am a Squarespace ( and other technological things ) consultant open for new projects. Link to comment
Rudybro Posted May 6, 2021 Author Share Posted May 6, 2021 Hey! I'm hoping to add different sku images for different variants. So I have one shirt in 3 sizes. I'd like use an image of each size for my fulfillment center. When I add them to different variants though, it shows that image publicly on the product image. Is there a way to have a photo for each sku that doesn't show up publicly but can be referenced for shipping/fulfillment? Link to comment
cfrost Posted August 18, 2021 Share Posted August 18, 2021 On 4/20/2021 at 6:52 PM, creedon said: You could go with one giant product. <style> @media screen and ( min-width : 768px) { .products.collection-content-wrapper .list-grid { grid-template-columns : 1fr ; } } </style> Or you can keep the size it is and center it. <style> .products-list [data-item-id="6074dd06f9ef2673cf0d443f"] { grid-column: 2 / 3; } </style> Add one of the code to Store Settings > Advanced > Page Header Code Injection for the store page. This is for v7.1. Let us know how it goes. Hi, do you have this same code for 7.0? Link to comment
creedon Posted August 18, 2021 Share Posted August 18, 2021 @cfrost Please post the URL for the a product on your site. If your site is not public please set up a site-wide password, if you've not already done so. Post the password here. Adding a site-wide password is not a security breach. Please read the documentation at the link provided to understand how it works. We can then take a look at your issue. Find my contributions useful? Please like, upvote, mark my answer as the best ( solution ), and see my profile. Thanks for your support! I am a Squarespace ( and other technological things ) consultant open for new projects. Link to comment
JulienXuereb Posted September 15 Share Posted September 15 On 4/20/2021 at 7:52 PM, creedon said: You could go with one giant product. <style> @media screen and ( min-width : 768px) { .products.collection-content-wrapper .list-grid { grid-template-columns : 1fr ; } } </style> Or you can keep the size it is and center it. <style> .products-list [data-item-id="6074dd06f9ef2673cf0d443f"] { grid-column: 2 / 3; } </style> Add one of the code to Store Settings > Advanced > Page Header Code Injection for the store page. This is for v7.1. Let us know how it goes. The first code seems to work fine but not the second one. Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment