Jump to content

creedon

Circle Member
  • Posts

    9,660
  • Joined

  • Last visited

  • Days Won

    80

Everything posted by creedon

  1. Add the following to Store Settings > Advanced > Page Header Code Injection for the store page. Please see per-page code injection. <style> .view-item .products.collection-content-wrapper { display : flex; flex-direction : column; } .view-item .pdp-layout .reviewsSection { order : 1; } </style> This is for v7.1. Let us know how it goes.
  2. This is not a solution. I have some code that works at the store page level. I don't know if something could be done at the category page level. If it could be done you'd need something like my Add Category Attribute to a Store Category Page to provide an attribute to hang some CSS off of in addition to some code like my cited code at the beginning of this post.
  3. Thank you for the pointer. It's not code in the sense that it does it for you. It is a process and not quick. You have to be familiar with how SS inventory export/import process works and editing the CSV file in a spreadsheet. It looks like @paul2009 provided some basic steps to get folks started.
  4. Yes. I don't have a solution but an observation. The desktop and mobile display use different code for responsiveness. To achieve a similar effect on both devices any code needs to be written for both. Also note that it may not be possible to get the exact same layout because of the screen size differences.
  5. Please post the URL for a page on your site where we can see your issue. A link to the backend of the your site won’t work for us, i.e. a url that contains /config/. Please set up a site-wide password, if your site is not public and you've not already done so. Post the password here. Adding a site-wide password does not allow anyone to alter your site. It only allows those with the password to see your site. Please read the site-wide password and how to share a link documentation to understand how they work. We can then take a look at your issue. You may find How to post a forum question post useful.
  6. Please post the URL for a page on your site where we can see your issue. A link to the backend of the your site won’t work for us, i.e. a url that contains /config/. Please set up a site-wide password, if your site is not public and you've not already done so. Post the password here. Adding a site-wide password does not allow anyone to alter your site. It only allows those with the password to see your site. Please read the site-wide password and how to share a link documentation to understand how they work. We can then take a look at your issue. You may find How to post a forum question post useful.
  7. To check your site version go to Home > Help in the editor. Down at the bottom of the panel it will show your site version. There is no requirement to update to v7.1 unless you want access to FE. The Classic Editor is a perfectly good editor. I actually prefer it to FE.
  8. If you find yourself in need of mixed columns please see the following.
  9. Link is broken. CSS alone won't get the job done. You need JavaScript, which my code provides, and perhaps some CSS. My code does not meet all people's needs, design wise, as mentioned previously in thread.
  10. Is this post in the right thread? I've not seen any reference to github here.
  11. In general you can hide various elements of the product detail. If you don't setup any payment processors for your site then there is no way for someone to get through a whole purchase cycle. Please post the URL for a page on your site where we can see your issue. A link to the backend of the your site won’t work for us, i.e. a url that contains /config/. Please set up a site-wide password, if your site is not public and you've not already done so. Post the password here. Adding a site-wide password does not allow anyone to alter your site. It only allows those with the password to see your site. Please read the site-wide password and how to share a link documentation to understand how they work. We can then take a look at your issue. You may find How to post a forum question post useful.
  12. I'm thinking the curse of Ajax Loading strikes again! Try, temporarily, turning off Ajax Loading to see if the problem goes away. Please note that turning off Ajax Loading will effect the performance of your site. Ajax Loading is designed to increase the loading speed of your site after it first loads. If the problem goes away then it is likely the code has not been written to be Ajax compatible. It would need to be rewritten to be Ajax compatible, assuming it it even possible. You have to decide whether the custom code you are trying to use is worth turning off Ajax Loading. Or, it is worth trying to get an Ajax compatible version of the code. paul2009 has a great article on the ins and outs of Ajax Loading. Please see Why does Squarespace code only work on refresh?
  13. Add the following to Store Settings > Advanced > Page Header Code Injection for the store page. Please see per-page code injection. <style> .pdp-carousel-controls .chevron-next, .pdp-carousel-controls .chevron-prev { background : unset; } </style> This is for v7.1. Let us know how it goes.
  14. Please post the URL for a page on your site where we can see your issue. A link to the backend of the your site won’t work for us, i.e. a url that contains /config/. Please set up a site-wide password, if your site is not public and you've not already done so. Post the password here. Adding a site-wide password does not allow anyone to alter your site. It only allows those with the password to see your site. Please read the site-wide password and how to share a link documentation to understand how they work. We can then take a look at your issue. You may find How to post a forum question post useful.
  15. Use column-gap. @media screen and ( min-width : 800px ) { div#block-efac3f7b22e3a3c792ce .form-wrapper .field-list { column-count : 2; column-gap : 8em; } } The column-gap property currently has some limitations.
  16. This can be done. There are several ways you could accomplish a per post effect. The least long term effort method would be to use the following. Then once you pick a tag to use we can update the CSS with new selectors. .my-tag-here .sqs-block-summary-v2 Let us know how it goes.
  17. Please post the URL for a page on your site where we can see your issue. A link to the backend of the your site won’t work for us, i.e. a url that contains /config/. Please set up a site-wide password, if your site is not public and you've not already done so. Post the password here. Adding a site-wide password does not allow anyone to alter your site. It only allows those with the password to see your site. Please read the site-wide password and how to share a link documentation to understand how they work. We can then take a look at your issue. You may find How to post a forum question post useful.
  18. CSS can change how things look but not how they work. CSS is like makeup. To change how things work you need JavaScript. JS is the plastic surgeon. Folks are overly concerned about their images being copied. Be aware, even if you use JavaScript someone who really wants your images can defeat your JS code and get them anyway. If you don't want your images shared, don't put them on the internet.
  19. creedon

    Form Design

    You might be able to get closer to the design, please see the following. Let us know how it goes.
  20. Add the following to Page Settings > Advanced > Page Header Code Injection for the page. Please see per-page code injection. <style> .sqs-block-summary-v2 { counter-reset : css-counter 0; list-style-type : none; } .sqs-block-summary-v2 .summary-item { counter-increment : css-counter 1; } .sqs-block-summary-v2 .summary-title::before { content : counter( css-counter ) '. '; } </style> Let us know how it goes.
×
×
  • 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.