Jump to content

creedon

Circle Member
  • Posts

    9,464
  • Joined

  • Last visited

  • Days Won

    78

Everything posted by creedon

  1. I know of no code that currently does this but yes I think it is possible. If the select menu is built with custom code then JavaScript could redirect based on menu selection or a submit button.
  2. Too bad Squarespace didn't point you to v7.0 to v7.1 update support article. If you decide to update it won't be easy. There is no direct update path from the Avenue template. You first have to change the template for your site to Brine or Bedford, then you can use the update tool.
  3. I suggest monitoring the issue at this time to see if it resolves on its own.
  4. Unfortunately this code no longer works. I have added a note to my cited code post explaining the situation.
  5. That shouldn't be the source of the issue. I don't recall an upper limit to the number of saved sections but if you'd had a lot, that might have been part of the problem.
  6. The slug for a Link page is of the form /s/yourfilename.here Here is an example. So the slug for the particular Link page is /s/Astronaut.glb There are some circumstances where the Link page URL can't be accessed. This happens mostly for trial sites but this appears not to be your situation. Let us know how it goes.
  7. I can't solidly confirm your issue so let me describe what I noticed as I just tested this functionality. On my first try uploaded 4 images. Three of the images uploaded normally. One image appeared to stall with a progress bar which appeared to be completed but the image wasn't showing. I saved the product and after the page reloaded, all four images where there. I went back in to edit the product and the four images showed there as well. Then to push the system harder I uploaded 10 images. Flawless upload. No weirdness. Does the first scenario match with your failed upload issue? Did some of the images not upload at all or were they all upload?
  8. Add the following to Website > Website Tools > Custom CSS. /* workaround for header social icon spacing issue */ .header-actions--right .header-actions-action--social { font-size : 0px; } I suspect you have at some point modified the sites font styles perhaps increasing the size of some of the site elements? This appears to be causing an issue with the spacing around the header social icons. I would consider this a Squarespace bug. Let us know how it goes.
  9. Three possibilities come to mind. A failure on SEMrush's end and they are misreporting the issue. A failure on Squarespace's end at the time SEMrush crawled your site. Squarespace is blocking access by SEMrush to some pages of your site. HTTP 403.
  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. I can't say that you will be able to speak with someone but this is the official method to contact SS.
  12. Also. How many saved sections do you already have on the site?
  13. I am unable to reproduce your issue so it appears that it is not system wide. Besides trying different browsers. Try restarting your computer and any other devices such as hubs/routers on your premises. I can't say that this will solve your issue but it is easy to do and if you have to contact customer support you can say you already did this, as it is surely something they will ask you to do, because it is easy. 🙂
  14. 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.
  15. 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.
  16. Squarespace doesn't provide a feature to hide products automatically based on dates. You may find the following thread of interest. Let us know how it goes.
  17. Please see the following. There is even an example of how to configure the settings in my code to get the effect you want. Let us know how it goes.
  18. There is a syntax error because a URL is not CSS. This is not a solution to your particular issue but an example of what a ruleset using the URL shown might look like. @font-face { font-family : 'Louize Display'; src : url( https://static1.squarespace.com/static/5e9d0db99e1a4f768cdede33/t/65f8aeef44414778b30f29b1/1710796527609/Louize+Display+-+Regular-205TF.otfhttps://static1.squarespace.com/static/5e9d0db99e1a4f768cdede33/t/65f8aeef44414778b30f29b1/1710796527609/Louize+Display+-+Regular-205TF.otf) format("opentype"); } If you are following a tutorial of some kind you should come across some code that looks similar to the above. Also there will be more rulesets to actually apply the font where you want. The previous code is just defining the font so it can be used. Just to note. A feature of custom files is that you can click on one and it will add a URL into the Custom CSS field. You then need take that added URL and cut and paste it into the right location in your CSS.
  19. Are you referring to the black bar with the x at the top? This appears to be the announcement bar without any text in it. Let us know how it goes.
  20. I suspect this type of issue will need to be solved by Squarespace and/or Apple.
  21. It appears to me that your Blog page has become corrupted. There is nothing you or we can do to fix this issue. Only SS can address this issue, if I'm correct in my diagnosis, you will have to Contact Customer Support. One obvious sign that this has happened is if the Blog page icon has changed from a calligraphy (old style pen) icon to some other icon. Let us know how it goes.
  22. 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.
  23. Add the following to Store Settings > Advanced > Page Header Code Injection for the store page. Please see per-page code injection. <style> .products.collection-content-wrapper .grid-item .grid-image { display : none; } </style> 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.