Jump to content

creedon

Circle Member
  • Posts

    9,363
  • Joined

  • Last visited

  • Days Won

    78

Everything posted by creedon

  1. CSS is for styling the look of elements. What you need to use is JavaScript. Please see my October 30, 2020 post.
  2. I suspect you added the site URL to the post field but that doesn't show to us in the thread. Please post the URL as part of a posts content.
  3. It appears the code has taken a trip through a word processor and they often foul up code by putting smart quotes in. Code, in general, hates smart quotes and causes syntax errors. submissionRedirectUrl: ‘https://www.durangocreativedistrict.org’, ...needs to be changed to... submissionRedirectUrl: 'https://www.durangocreativedistrict.org', Notice the dumb quotes in place of the smart quotes. When working with code use a code editor or a dumb word processor that doesn't do helpful things like automatically adding smart quotes. After I made the quotes dumb here is what I'm seeing locally. Let us know how it goes.
  4. For the home page of your site go to Page Settings > Advanced > Page Header Code Injection for the page. Please see per-page code injection. Remove the following. <STYLE>.header{ display: none; } </STYLE> Let us know how it goes.
  5. This domain is not connected to a Squarespace site. If you provide your built-in domain that is something like your-site-xy4d.squarespace.com, we should be able to get a look.
  6. 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.
  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. Add the following to Store Settings > Advanced > Page Header Code Injection for the store page. Please see per-page code injection. <!-- begin reorder store categories Version : 0.3.7 SS Version : 7.0 Template : Avenue Notes : the code is comprised of a number style tags. all of them are needed for the full effect to work code generated on 02/23/2024 12:38:53 PM by my magic table < ? > By : Thomas Creedon < http://www.tomsWeb.consulting/ > --> <style> /* rulesets just for reordering categories */ .category-nav-links li:nth-child( 3 ) { /* Canvas */ -webkit-box-ordinal-group : 3; -ms-flex-order : 2; order : 2; } .category-nav-links li:nth-child( 4 ) { /* Paper */ -webkit-box-ordinal-group : 4; -ms-flex-order : 3; order : 3; } .category-nav-links li:nth-child( 5 ) { /* Prints */ -webkit-box-ordinal-group : 7; -ms-flex-order : 6; order : 6; } .category-nav-links li:nth-child( 6 ) { /* Tiny */ -webkit-box-ordinal-group : 5; -ms-flex-order : 4; order : 4; } .category-nav-links li:nth-child( 7 ) { /* Wood */ -webkit-box-ordinal-group : 6; -ms-flex-order : 5; order : 5; } </style> <style> /* rulesets to define the base of this effect no user serviceable parts below */ /* desktop */ @media only screen and ( min-width : 641px ) { .category-nav-links { display : flex; justify-content : center; } } /* mobile */ @media only screen and ( max-width : 640px ) { .category-nav-links { display : flex; flex-direction : column; } } </style> <!-- end reorder store categories --> This is for v7.0 using the Avenue template. Let us know how it goes.
  9. The code that is hiding the header and footer are in code blocks in the content of each page. Remove them or do something like the following... <style> html:not( .squarespace-damask ) .header, html:not( .squarespace-damask ) #footer-sections { display : none; } </style> I prefer to put these kinds of customizations in the Page Header Code Injections for each page instead of a code block as the later has a tendency to get lost in the mix. Let us know how it goes.
  10. It took a long time but there is now an update path for some v7.0 sites using particular templates.
  11. 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.
  12. 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.
  13. 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.
  14. 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.
  15. 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.
  16. 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.
  17. 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.
  18. 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!
  19. 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.
  20. 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.
  21. 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.
  22. 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?
  23. I vaguely touched on this in the posts of the thread to which I pointed. Getting on and off blacklists is amorphous.
×
×
  • 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.