Jump to content

creedon

Circle Member
  • Posts

    9,363
  • Joined

  • Last visited

  • Days Won

    78

Everything posted by creedon

  1. Also check any other locations custom code can appear.
  2. The code is referenced in my post prior to yours.
  3. I'm seeing erroneous HTML structures. It appears that there are possibly some syntax errors in Store Settings > Advanced > Page Header Code Injection for the store page.
  4. 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.
  5. You now have syntax errors in the code. It appears that some code may have been dropped into the middle of other code. There is no way I can describe how to fix it. My only suggestion would be to start again making sure to be very careful where code is placed.
  6. I don't see the code installed. It is hard to diagnose an issue with the code installed. When I install the code locally, it appears to work.
  7. It appears you've not done Step 2. mentioned in my previous post. This step is critical to overcome the spacing issue.
  8. I have updated my February 21, 2021. Let us know how it goes.
  9. Yeah the CSS I gave you previously, SS choked on it because they use and ancient version of LESS. I updated my CSS, give it a go and let us know how it goes.
  10. The general technique is the use CSS to manipulate the product detail order. Please provide the URL of a specific product that has the elements you want to manipulate so we don't have to hunt for a product with those elements.
  11. The is a bit involved because we need to bing severals elements together to create the overall effect. Step 1. Please see the following. Step 2. Then you'll want to see the following. Step 3. Add the following to Store Settings > Advanced > Page Header Code Injection for the store page. Please see per-page code injection. <style> body:not( [data-store-category="Silk All-in-One Mineral Paint"] ) [data-section-id="632cae260df42d4736762532"] { display : none; } </style> This is for v7.1 and specific to the posters need. Let us know how it goes.
  12. Please see the following. Ignore the CSS in the cited post as it doesn't apply to the effect you want. Let us know how it goes.
  13. After I created the code SS changed the way the cart page is loaded and that code no longer works. I have updated my November 11, 2020 post. Let us know how it goes.
  14. 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.
  15. Add the following to Design > Custom CSS. #cart { background-color : white; } Let us know how it goes.
  16. 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 }
  17. 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.
  18. 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.
  19. 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.
  20. SS does not provide a way to block IP addresses.
  21. 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.
  22. 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.
×
×
  • 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.