Jump to content

creedon

Circle Member
  • Posts

    9,660
  • Joined

  • Last visited

  • Days Won

    80

Everything posted by creedon

  1. It looks correct and you can see the URL < https://daffodil-grapefruit-9eap.squarespace.com/scripts/pushin.min.js > is correct as it returns the script. Apparently PushIn is not defined. Although I can see some pushin stuff has been apparently loaded. As I say I don't know anything about this software so I can only relate the errors I'm seeing but not how to correct them.
  2. Looks like it's working to me! Per the notes in the code. This effect is not active in SS Preview to test it use private browsing.
  3. First issue I can see is you have some JavaScript that is not wrapped in a script tag. const container = document.querySelector('.pushin'); new PushIn(container).start(); I have no experience with pushIn.js so I can only comment on the syntax error I see.
  4. Add the following to Store Settings > Advanced > Page Header Code Injection for the store page. Please see per-page code injection. <style> #productList .product .product-image img { border : solid 10px; } </style> This is for v7.0 using the Montauk template family. Let us know how it goes.
  5. The Add Category Attribute to a Store Page Category is not installed correctly. You need to follow the first step in the instructions. Install twcsl. I also updated the CSS code to hide SHOP on the main store page as I messed up posting it. I realize that it can all be a bit confusing. Unfortunately SS did not provide for the effect you want. So we need to use JavaScript and CSS code to get to where you want to go.
  6. Some kind of dual record keeping is highly recommended folks! Most of my CSS starts out in a programmers code editor app (regular word processors usually won't cut it), saving a local on disk file. Then I copy that over to the site where needed.
  7. There is still malformed HTML in other code blocks. <div style="text-align: center" ;=""> <a href="https://www.linkedin.com/in/peter-wassmer-73b50618/" target="_blank" <="" a=""> <svg xmlns="http://www.w3.org/2000/svg" width="26" height="26" viewBox="0 0 24 24"> <path d="M12 0c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm-2 16h-2v-6h2v6zm-1-6.891c-.607 0-1.1-.496-1.1-1.109 0-.612.492-1.109 1.1-1.109s1.1.497 1.1 1.109c0 .613-.493 1.109-1.1 1.109zm8 6.891h-1.998v-2.861c0-1.881-2.002-1.722-2.002 0v2.861h-2v-6h2v1.093c.872-1.616 4-1.736 4 1.548v3.359z"> </path> </svg> </a> </div> <a href="https://www.linkedin.com/in/peter-wassmer-73b50618/" target="_blank" <="" a=""> </a> </div> All that needs to be cleaned up otherwise rendering strangeness will continue to happen.
  8. I've never seen any code that could manipulate galleries at a low level to get around SS's imposed limits. My sense is it's not possible. But if someone knows a way I'm sure they'll pipe up. My comment about the image being stored off of SS didn't have any deep thought to it. Other than to store 4000 plus images you're probably going to need something like AWS (Amazon Web Services) S3 (Simple Storage Service). I don't know.
  9. Please see the following. Then add the following to Store Settings > Advanced > Page Header Code Injection for the store page. Please see per-page code injection. <style> :not( [data-store-category] ).tweak-products-category-title .products.collection-content-wrapper .nested-category-title { display : none; } </style> This is for v7.1. Let us know how it goes.
  10. 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.
  11. 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.
  12. I'm assuming your SSL is active but perhaps not configured ideally. Visit @paul2009's link for various settings. I was able to reach your site at https://www.stevedaytonart.com/. Now if you visited your site at the insecure URL in the past that address may be cached in the browser and so now if you type in a few characters the auto suggestion is giving you the insecure version. If you are using a bookmark you'd need to update it to use the correct protocol. https:// vs http:// For Chrome you can clear out the address bar cache by removing the incorrect non secure URL from History. Let us know how it goes.
  13. Add the following to Design > Custom CSS. .BlogList-pagination { text-align : right; } This is for v7.0 using the Brine template family. Let us know how it goes.
  14. Wait wait! I think I have found the culprit. You are using code blocks. I think you have a malformed anchor tag in the code block for Thomas Gollmann which the results are showing up in the next team member. Such strangeness can happen with malformed tags. I think you'll find in the code block the following. <a href = https://www.linkedin.com/in/thomasgollmann/ target="_blank" </a> Which should be the following. <a href="https://www.linkedin.com/in/thomasgollmann/" target="_blank"></a> Actually digging in a bit more it appears that all your anchors are malformed. Let us know how it goes.
  15. Just a note. I received an incident report from SS that they had been having problems with email deliveries for forms recently. So perhaps your issue is/was related to that issue.
  16. Was there ever a link in that text block? I've seen text blocks go whacko, not often, where what you see in the editor is not what you get as a site visitor. The solution has been to delete the text block and start over again with a fresh one. Also the HTML looks a bit munged.
  17. The first easy thing I'd try is to remove and re enter the email address for the form Storage option. Next. Are you receiving other emails normally at that address? If so that would indicate that your email address is working in general. Your next step is probably SS customer service as there isn't anything we can do to fix SS's backend, if that is indeed the issue. Let us know how it goes.
  18. I'd be concerned that the site would be able to handle 4000 or more images. Please see Page limits. Gallery blocks and sections have a limit of 250 images. The more images in a gallery the slower the loading. Sites have a limit of 1000 pages. If the images are off site I don't see an issue with a tag cloud except perhaps performance with such a large set.
  19. You can show us your site in trial mode if you follow my post.
  20. You can add forms to products. Please see Creating a custom product form. Let us know how it goes.
  21. Class names as well as other selector types don't have spaces but selectors do. When constructing a ruleset the selector is a hierarchy that tells the browser how to get to what you want to change. A kind of address if you will, like 1234 SE Any Street. 12 34 SE Any Street doesn't make sense but the former does. CSS Ruleset Terminology CSS selectors
  22. Remove, make a copy somewhere, the following rulesets from Design > Custom CSS. .burger-box { visibility:hidden } .burger { display: none !important } They are currently in the last media query. 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.