Jump to content

creedon

Circle Member
  • Posts

    9,503
  • Joined

  • Last visited

  • Days Won

    79

Everything posted by creedon

  1. I suggest starting a new topic or find one through the forum search engine. For a new topic go to < https://forum.squarespace.com/ >. Click on Start A Discussion button. Select the Customize with code forum as that is probably the closest for your question. Mixing different topics in one thread makes it more difficult for everyone to track what is being discussed where.
  2. Move your home page into the Not Linked area of Pages. Let us know how it goes.
  3. Please post the URL for a page on your site where we can see your issue. 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 does not allow anyone to alter your site. It only allows those with the password to see your site. Please read the documentation at the link provided to understand how it works. Please read the documentation at the link provided on how to share a link to your site to understand how it works. A link to the backend of the your site won’t work for us, i.e. a url that contains /config/. We can then take a look at your issue.
  4. I have updated my cited code in my October 30, 2020 post adding a class to the atc button so that one can achieve effects that alter the appearance of the atc button based on it being a redirect. Then add something like the following to Store Settings > Advanced > Page Header Code Injection for the store page. Please see per-page code injection. <style> .twc-spdatcbur .sqs-add-to-cart-button-inner { align-items : center; display : flex; gap : 1em; justify-content : center; } .twc-spdatcbur .sqs-add-to-cart-button-inner::after { --size : 25px; content : ''; background-image : url( [enter image url here replacing aquare brackets] ); background-repeat : no-repeat; background-size : contain; display : inline-block; height : var( --size ); width : var( --size ); } </style> I don't have an solution for alignment issues. Let us know how it goes.
  5. .Header-inner--top .Header-nav-item:first-child .Header-nav-folder { column-gap : 1rem; display : grid; grid-auto-flow : column; grid-template-columns : repeat( 2, 1fr ); grid-template-rows : repeat( 15, 1fr ); } Let us know how it goes.
  6. Be leery! Transferring email can go very bad very quickly. Up to and including losing your current emails. Unless you've had some experience with the process I suggest hiring a consultant. There are many subtle issues that are involved when transferring email. Even a seasoned consultant can run into issues. In general is it of course possible to transfer your domain name and email hosting over to SS. To be clear, just transferring your domain registration does not automatically carry your email hosting over with it, nor any other services you may have attached to your domain name. So to minimize lost emails or downtime you'll want to have your new email hosting set up as much as possible ahead of time so that when the domain is transferred you update the DNS records. SS has a partnership with Google Workspace for email services. Before you go buying anything you'll want to plan and set up ahead of time to make sure you are buying the right pieces. You don't have to use GW. There are other email hosting services out there. I don't have any recommendations. But the last time I went looking it was hard to find an email hosting provider that didn't also want you to host your domain name with them. That is important if you want to transfer your domain to SS. I use GW for my personal and business email. It works well but GW is a fairly complex tool to use. I don't fault G for that as this is a complex area and they do a pretty good job of making it as painless as possible. My main concern for projects like this is email preservation. Most folks who have email have stuff they want to keep. If you're on Apple Mail or Outlook, an app, adding a new account is pretty easy. You basically leave the current account as is. Set up a new account that points to your new email provider. On Apple Mail it is also pretty easy to slowly and carefully move emails out of the old account into the new account, basically unifying everything under the new account for convenience. Not sure if Outlook can do that but I'd be surprised if not. Again this is a very general overview of a fairly complex issue.
  7. You have a space at the start of your paragraph style. let paragraphStyle = ' Paragraph 1';
  8. These two pieces of code, I think, should be able to work together. I've not tested them together. You've used category URL slugs instead of category names. 'found-objects' : 'description', 'contemporary' : 'description', 'vintage-craft' : 'description', 'fine-art' : 'description', 'letterpress' : 'description', 'books' : 'description', From the code... for each category copy value from Store Settings > Categories > [category name] > Edit Category > NAME field for the store page. you only need exactly what can be selected from the field. if you want to add a description to the Store page ( i.e. grid/listing ) leave the category empty, i.e. '' Let us know how it goes.
  9. It appears to me that even though SS provides the clickthrough field, they don't actually add the HTML link into the code. Update 01/05/23 Please see Gallery page clickthrough URLs by template for which v7.0 templates have or don't have the clickthrough feature.
  10. Be sure to try a reload and/or hard reload. It may not help but it doesn't hurt to try! 🙂
  11. Add the following to Blog Settings > Advanced > Page Header Code Injection for the blog page. Please see per-page code injection. <style> .blog-basic-grid .blog-basic-grid--container div:first-child:hover ~ .blog-basic-grid--text .blog-title { color : red; } </style> Let us know how it goes.
  12. While I suspect it is technically possible via Google's API to do what you want, I suspect SS choose not to add that level of complexity to the form Storage options. I don't have a solution but it may be possible to write some scripts Google side to take the lines that are coming into the top level document and move them into another spreadsheet that is in a folder. You of course end up having two forms but if your goal is to use folders for organizational purposes, then this potential technique would get you there.
  13. The code was designed for Product Detail pages only as indicated in the title of the code.
  14. SS changed some class names since I created the code two years ago. I have updated my code.
  15. To expound a bit. I think SS itself could relatively easily achieve this effect. Adding it after the fact, with custom code, would be tricky, if doable at all.
  16. Add the following to Store Settings > Advanced > Page Header Code Injection for the store page. Please see per-page code injection. <style> body[data-store-category] #page .page-section:last-child { display : none; } </style> Let us know how it goes.
  17. Please post the URL for a page on your site where we can see your issue. 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 does not allow anyone to alter your site. It only allows those with the password to see your site. Please read the documentation at the link provided to understand how it works. Please read the documentation at the link provided on how to share a link to your site to understand how it works. A link to the backend of the your site won’t work for us, i.e. a url that contains /config/. We can then take a look at your issue.
  18. There are two main ways of which I know. Weglot and Brad Good's technique. I suspect that if you use Squarespace's Weglot integration you will get a better overall translation effect. But I can't say for sure as I've not done an in depth analysis comparing the two techniques.
  19. Please see the following. Once you have it installed then let us know and we can give you some CSS to finish off the effect.
  20. If I understand correctly you want to add a section to the store page. You want that section to only show on the main shop page (the all category) but not show on any of the individual category pages. Is that correct?
  21. There are still syntax errors in the code. I suggest pasting in the my original code without editing out the blank lines and such. When you edit the code like that you risk breaking it.
×
×
  • 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.