Jump to content

creedon

Circle Member
  • Posts

    9,499
  • Joined

  • Last visited

  • Days Won

    79

Everything posted by creedon

  1. I don't know for sure it can be done but I can take a look. 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.
  2. Add the following to Design > Custom CSS. #cart { background-color : white; } Let us know how it goes.
  3. I don't have a solution but discovered that when the following ruleset is removed the issue goes away. section.wm-blog-banner .blog-item-wrapper { position: absolute !important; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 100%; text-align: center }
  4. There may be a way. Please give us the exact product page you want the section to appear on. Also are you aware that each product has an additional info area in the product editor? Your site private. Please set up a site-wide password. 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.
  5. I'd need to see the code in action to see if I can see anything. The original link you provided appears to no longer have a calendar on it.
  6. When you turn on the email sign-up when the stock level is zero feature the SS built-in atc button is hidden. You can use the following CSS to show the button again. Add the following to Store Settings > Advanced > Page Header Code Injection for the store page. Please see per-page code injection. <style> .product-details .product-restock-notification:not( [hidden] ) ~ .sqs-add-to-cart-button-wrapper { display : unset; } </style> This is for v7.1. Let us know how it goes.
  7. SS does not provide a way to block IP addresses.
  8. My cited code has an example of a callback function which shows the structure of a minimal callback. Actually the example callback is good to install for initial testing to see what elements are passed into the callback. Then you can tune your code to skip elements you are not interested in.
  9. My Cart Page Observe Changes code mentioned in a previous post in this thread gives you a start then you write a callback for it.
  10. One possibility. SS is a complex system and they occasionally have technical issues.
  11. The checkout page can not be altered. It is an SS security feature.
  12. I dug a little deeper and was able to reproduce the issue you are seeing. Obviously altering #sqs-cart-root with JavaScript is making SS unhappy and preventing the cart from loading the rest of its contents.
  13. Add the following to Store Settings > Advanced > Page Header Code Injection for the store page. Please see per-page code injection. <style> .products.collection-content-wrapper .product-mark.sale { display : none; } </style> This is for v7.1. Let us know how it goes.
  14. Not sure what is going on there. When I run the code locally it doesn't interfere with the cart functionality. It can be done but it gets trickier as the cart is loaded in stages. Please see the following.
  15. This isn't a solution but starter code. .sqs-add-to-cart-button-wrapper:last-child .sqs-add-to-cart-button { background-color : red !important; } The trick here is the last-child pseudo-classes selector. Let us know how it goes.
  16. You could do something like the following. <!-- Note For Free Legacy Tumblers --> <script> $( ( ) => { // You change change the text you want to display in the below line const html = ` <p id="tumblers"> Note with a $40 or more purchase you get one free legacy jar tumbler. With a $55 or more purchase you get two free legacy jar tumblers. <a href="https://www.sapphireparadise.com/clearance/p/legacy-tumblers"> Select your free legacy jar(s) </a>. This is a discount code that is automatically applied at checkout. </p> `; $( '#sqs-cart-root' ) .prepend ( html ); } ); </script> <!-- End Of Note For Free Legacy Tumblers --> If you want to have just text like in your example JavaScript you could do a CSS only solution. To have an actual link you need JavaScript.
  17. About the best you could do would be to link to a page with a form on it.
  18. 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.
  19. .yui3-squarespacecalendar .compact-layout .yui3-calendar-day.has-event.twc-cbemca-multiday { background-color : PaleVioletRed; } Let us know how it goes.
  20. CSS can not make links. To make links you need JavaScript.
  21. Two things that can make the image not to show. No thumbnail image. When the calendar gets small, SS does not add the image.
  22. Remove the following ruleset from Design > Custom CSS.. .ProductList-item { float: none !important; margin: 0 auto } Let us know how it goes.
  23. If I understand correctly the effect you want to achieve please see the following. 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.