Jump to content

creedon

Circle Member
  • Posts

    9,502
  • Joined

  • Last visited

  • Days Won

    79

Everything posted by creedon

  1. It took a long time but there is now an update path for some v7.0 sites using particular templates.
  2. I'm not a Java developer but apparently there may be some ways to run it browser side. I think traditionally Java has been a server side language. I have no idea if Java could work in the browser with SS as a host. If I were to approach this I'd probably look at if AWS (Amazon Web Services) could host the app and then you'd embed it in the SS site.
  3. This still works on v7.1 as the demo demonstrates. No. In my instructions take the code and install it where I indicate. If there were different locations I would add those as steps to the install instructions. Yes. But I can't speak to if my effect will work how you imagine you want your effect to work. Let us know how it goes.
  4. v7.0 doesn't have sections like v7.1. I don't see SS addressing this issue in v7.0. You might want to take a look at Squarespacewebsites Tools Extension Pro to see if it can help you. I've not used it myself.
  5. SS provides no features to minify or unminify code. Any code that SS provides to run your site, if unminified, can not be minified by you. Any custom code you install on your site you can of course minify. You would have to find and use your own tools/processes to accomplish this task.
  6. Folks, As @rwp mentioned in his September 23, 2020 post unless Canva gives you an option on their platform to turn any particular element on or off, it can't be done. It can't be done because a page from your site can't alter a page from another site, in this case Canva. It is an web security feature and there is no way around it.
  7. Please post the URL for a page on your site where we can see your issue. For us to see the URL you need to include the link in the content of your post. The URL field the forum software provides is not shown to us. 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. You may find How to post a forum question post useful. We can then take a look at your issue.
  8. Please post the URL for a page on your site where we can see your issue. For us to see the URL you need to include the link in the content of your post. The URL field the forum software provides is not shown to us. 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. You may find How to post a forum question post useful. We can then take a look at your issue.
  9. It is the case that if you install the <style> code at the end of my post without installing the Target shop category pages with css cited previous to that, you will hide the products because the code installation is incomplete. Also note that the intent of this code is to hide all products on the main store page and only show them on pages that are categories. I just tested my code on my test site and it still works a treat!
  10. Please post the URL for a page on your site where we can see your issue. For us to see the URL you need to include the link in the content of your post. The URL field the forum software provides is not shown to us. 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. You may find How to post a forum question post useful. We can then take a look at your issue.
  11. Ah ha! That is the reason! Personal plan doesn't support JavaScript in code blocks. Check the UPGRADE message at the top of the code block content.
  12. Someone has removed jQuery which the calculator code depends on. Add the following to Website > Pages > Website Tools > Code Injection > HEADER. <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.7.1/jquery.min.js"></script> This is the latest version of jQuery. It is possible that the calculator code depended on features that were in an older version of jQuery. If the calculator still doesn't work this might be the reason. Let us know how it goes.
  13. This is a bit weird. Usually when this kind of things happens there is usually some sign of a failure, somewhere. I inspected the code for your site and there is no sign the code was ever there. It's gone and there are no loading errors. When I put the code on my test site, it worked a treat! Are you sure the code is actually in the code block?
  14. I vaguely touched on this in the posts of the thread to which I pointed. Getting on and off blacklists is amorphous.
  15. Add the following to Website > Website Tools > Code Injection > HEADER. <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.7.1/jquery.min.js"></script> Once that is installed we can see if my old code still works! Let us know how it goes.
  16. I copy and pasted the password from the post. Whatever went wrong yesterday has now passed. The password worked.
  17. I do not see the store page list categories description add code installed in the page header code injection.
  18. I have not updated my code since I last updated my code. Please post the URL for a page on your site where we can see your issue. For us to see the URL you need to include the link in the content of your post. The URL field the forum software provides is not shown to us. 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. You may find How to post a forum question post useful. We can then take a look at your issue.
  19. I don't have a solution but some observations. Likely this is not a domain hosting or website hosting provider issue. Moving your domain from registrar to registrar does nothing as that is not where the problem most likely is. As soon as you mention another party is involved naturally each one will say it's the other fault. Customer supports job is to get you to go away as quickly as possible so as not to spend money on your support. If everything was on Squarespace, then what would Squarespace say? I suspect this is not a hosting issue but a blacklist issue which you touched on. Your domain has gotten on a blacklist. Please see the following. Let us know how it goes.
  20. Excellent! First bit of code is in! If you are referring to the category effect code itself, many of my Store page based code effects can be installed either for the Store page only or site-wide. Most folks only have one store so I suggest adding it to the Page Header Code Injection for the Store page. Both methods are usually described in my install instructions for the code. When installing code, where other code already exists you do have to be careful not to disturb the other code. The code editor can be a bit finicky. I think the thing that trips most folks up is they click, paste, and save and the insertion cursor isn't where they thought it was, therefor messing up the code. Proceed with deliberateness and check each code insertion before saving! If there is a bad insertion, cancel! Don't try to repair. You've already got the new code on the clipboard so it's easier just to cancel and try again. In many cases you can just put the insertion point before all the other code already there and paste. Then hit the return a couple of times to get a line between the new code and the existing code. It's easier to read where one code ends and the other starts. Let us know how it goes.
  21. I can confirm that the link works for me as well. I had already defined my default email application.
  22. You are actually in the Crochet category but because Breadcrumbs is turned off you can't see that on the page. Halloween is a category nested under Crochet. I'm not sure if you intended to have a nested Crochet > Halloween category or not. If not then you'll want to drag the Halloween out from under Crochet. If you want to have both Crochet > Halloween and Halloween categories for a product then you need to create an additional top level Halloween category. Then to assign the nested category and the top level category you do the following in the product. Let us know how it goes.
  23. body:not( .collection-type-products ) #header:hover a, body:not( .collection-type-products ) #header:hover img, body:not( .collection-type-products ) #header:hover svg { filter : invert( 1 ); } 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.