Jump to content

creedon

Circle Member
  • Posts

    9,464
  • Joined

  • Last visited

  • Days Won

    78

Everything posted by creedon

  1. The issue is probably SS's syntax parser is so old it doesn't recognize more modern CSS syntax. You may be able to work around the issue. // uses LESS syntax :root { --color-primary--1 : 255, 31, 68; } .glow-multi { color : ~"rgba( var( --color-primary--1 ), 1 )"; text-shadow : ~"-9px 3px 1px rgba( var( --color-primary--1 ), 0.2 ), -18px 6px 2px rgba( var( --color-primary--1 ), 0.1 ), var( --ui-glow-text--headline )"; } This code uses LESS syntax (v1.3.3) which Design > Custom CSS understands. Let us know how it goes.
  2. Yes. Instead of installing code in Design > Custom CSS you add to Store Settings > Advanced > Page Header Code Injection for the store page. Please see per-page code injection. The are many posts that show various code for hiding product detail elements. If you want to hide elements in only some of the products in a store page then I suggest you use one of the tag based methods. You basically add a hide tag and then the CSS hides the various elements you want to hide based on the tag being set or not.
  3. Most graphic programs will open many types of files. They don't go by the extension but by the file content. The programs read the file and if they recognize the format they will open it. So opening a file does not mean it is the same file type as the extension indicates. Many programs will also have an info panel that when opened will give you basic information about the image file; dimensions, resolution, file type, and etc.
  4. The fix is to contact customer support as @paul2009 indicates. Please see item six on the forum guidelines.
  5. My guess would be either they are not PNG files. A file can be mislabeled with the wrong file extension. Or, the files are corrupted. Try to post one up here in the forum and we can check out out. If it is a bad file you may not be able to post it here but it doesn't hurt to try.
  6. We can't change how the backend works, needing 3 characters or more for URL slug. But perhaps URL redirects can solve your issue. Let us know how it goes.
  7. You have a syntax error in the code. <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.1/jquery.min.js"</script> It should be the following. <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.1/jquery.min.js"></script> There is a missing > ( right angle bracket or greater than character ) in your code near the end.
  8. You've not followed the first step in the install process. Install twcsl.
  9. Check out Heather Tovey's most excellent looking Squarespace ID Finder.
  10. Changing the text of the ATC for a product can be done with the SS product editor. For the redirect aspect please see the following. Let us know how it goes.
  11. 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. 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.
  13. 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.
  14. 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.
  15. 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.
  16. 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.
  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. 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.
  19. If you find yourself in need of mixed columns please see the following.
×
×
  • 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.