Jump to content

creedon

Circle Member
  • Posts

    9,464
  • Joined

  • Last visited

  • Days Won

    78

Everything posted by creedon

  1. Please see my May 14, 2021 post earlier in this thread. Let us know how it goes.
  2. @Cyperpunk-girl-333 Ah ha! You need to edit the image and crop out all the dead space around the logos. Let us know how it goes.
  3. Try changing the URL for the CTA to #. Let us know how it goes.
  4. I have updated my code post. You do have to manually maintain the number of rows.
  5. v7.1 doesn't have the AJAX feature. No. You need to target the id of the select field itself. const formSelectId = 'select-25edc618-8cb3-4e83-8be7-0cfb3188c30f-field'; Let us know how it goes.
  6. I wouldn't be able to tell unless I could see the code in action. The usual cause is an improper installation. It's hard to say as I can't examine the code in action. Do you need the height to be 3000px. That seems like it might be a lot.
  7. Good news! Your site does not have the usual issue of content overflowing and causing unwanted borders. The following code, which I think is in Page Settings > Advanced > Page Header Code Injection for the page, is causing the issue. Remove it. .container {display: flex;font: black; Let us know how it goes.
  8. I'm not able to reproduce your issue. I see the language switcher links on all the burger menus of each language.
  9. The following code is broken and IS NOT my code.. <script> window.Squarespace.onInitialize(Y, function(){ $('section.ProductItem-additional').appendTo('.ProductItem-details-share'); }); </script> If you use my cited code that I've previously mentioned you can achieve the effect I showed.
  10. My guess it that you've put CSS in Page Settings > Advanced > Page Header Code Injection for the page without wrapping in style tags. <style> height : auto !important; </style> Let us know how it goes.
  11. Please post the URL for a page on your site where we can see your issue. 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. We can then take a look at your issue.
  12. I suggest something like the following. <style> .svg-icon { fill : #99CC33; } .svg-icon:hover { fill : #336699; } </style> <div style="text-align: center"> <svg class="svg-icon" width="80" height="80" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd"> <path d="M13 23h-6v-6.065c.626-.155 1.04-.496 1.319-1.046 2.152.773 3.647-2.303 1.819-3.556.949-1.116.245-2.727-1.207-2.522-.698-2.361-4.151-2.379-4.85 0-1.405-.227-2.186 1.199-1.385 2.289-1.648 1.404-.105 4.036 1.872 3.467.217.703.78 1.184 1.432 1.357v6.076h-2v-4.877c-.304-.239-.551-.515-.546-.51-2.001-.266-3.454-2.114-3.454-4.069 0-.583.129-1.173.41-1.735-.322-1.653.654-3.337 2.356-3.874l.018-.006c.827-1.162 2.152-1.823 3.517-1.893l5.682-5.036 12.017 10.647-1.33 1.491-10.687-9.469-3.284 2.908c.308.164.595.36.855.59l2.419-2.149c1.126.998 2.255 1.995 3.384 2.993l2.258 1.994 3.385 2.995v10h-6v-5h-2v5zm-2-5.585c-.713.445-1.259.529-2 .585v3h2v-3.585zm1.415-1.406l4.585-.009v5h2v-7.117l-7.027-6.196-.813.72c1.124.795 1.697 2.21 1.351 3.614.646 1.147.669 2.693-.096 3.988m-5.962-3.688c1.495-1.022 3.241.769 2.302 2.224.002-1.472-.852-2.279-2.302-2.224m-2.118 1.19c-1.247-1.865 1.004-4.164 2.904-2.894-1.892-.032-2.946 1.043-2.904 2.894"/> </svg> </div> I encourage you to change the svg-icon class name to something more appropriate to your context. Since I don't know what your context is, I just picked a very generic name. Since you have multiple icons you could break the style tag into a code block on its own so you don't have to repeat it for each icon. Let us know how it goes.
  13. @paul2009 is correct but it wouldn't hurt for us to see your site. 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.
  14. 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. It is easier to have one topic per thread. You can start a new thread or add to an existing thread that has a similar topic to your question. I see that you have discovered the thread were moving blocks from the Additional Info area to the product detail description is being discussed.
  16. My cited code works a treat. You need to remove code for any previous attempts at this effect. Install my cited code per instructions. For the N number of blocks you want to move, each block should be on a row by itself. You currently have a spacer on the left and the accordion block on the right. Remove the spacer block. Also I noticed you have about a half dozen different versions of jQuery installed. Generally you only need to install jQuery once. I suggest the version I indicate in my cited code install instructions. Let us know how it goes.
  17. The Sold Out text is on the product listing page but it is the same color as the background. You can change the color of the Status text.
  18. You can set your site to Private while you do your work. Go to Settings > Site Availability. I prefer to work with the site publically available but behind scenes in the Not Linked area of Pages. Then when you are ready to release the new version you just move the pages around. This means that for a short period a site visitor might see things changing.
  19. 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.
  20. Please see the following for possible directions you might go.
  21. What happens if you go to account.squarespace.com and try to login to your site from there? 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.
  22. 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.
  23. Go to < https://rhino-sepia-wwas.squarespace.com/config/safe/ >. 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.