Jump to content

creedon

Circle Member
  • Posts

    9,666
  • Joined

  • Last visited

  • Days Won

    80

Everything posted by creedon

  1. Email links work for me as well. It may be a configuration issue on your device. You may need to choose which app will handle the mailto: scheme. How you go that will depend on your environment. Use your favorite search engine to find out how to go about it.
  2. I use Chrome almost exclusively and have had little trouble with it. When I experience issue with the UI, which isn't all that often. I reload the page and that usually does the trick.
  3. 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. You may find How to post a forum question post useful.
  4. In general a site that is not being paid for may eventually be deleted by SS. To take a site offline you make it Private. To stop paying for a site cancel the subscription.
  5. You have a syntax error. Remove the forward slash before the 301
  6. 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. You may find How to post a forum question post useful.
  7. As you've discovered when you add a section to a Store page, it is added to all list pages. SS does not provide a way to edit individual category list page sections. Depending on the effect you are trying to achieve there may be some ways to work around the issue with CSS and/or JavaScript.
  8. Generally you'll want to put the check in as the first line of your function. That way the rest of the code in the function won't run.
  9. It didn't work because that code is for one of the v7.0 templates. For a v7.1 blog post you can add a code block to a post an enter the following. <style> :not( .has-background ) .section-background { background-color : red; } </style> Let us know how it goes.
  10. It happens when content overflows the bounds of it's parent containers causing the extra space on the right side of the site. The html, body overflow-x hidden just masks the underlying issue. The cause of the issue should be found and addressed.
  11. Best of luck. Are you thinking of doing some e-commerce with the site? My first exposure to computers was with punch cards! For those who are not aware... By Pete Birkinshaw from Manchester, UK - Used Punchcard, CC BY 2.0, https://commons.wikimedia.org/w/index.php?curid=49758093 This is the storage medium and only contained a small amount of information. A big program would have many many cards for it! Here we see a console on the right and a sorter on the left. By U.S. Census - https://www.census.gov\/multimedia/www/photos/census_history/early_census_machines_2.php, Public Domain, https://commons.wikimedia.org/w/index.php?curid=33471261 These are a little older than the ones I had experience with but the basic concept of the machines didn't change much until the time when magnetic media came about (tapes and hard drives). For fun you can look up punched tape which is a step up from cards! 🙂
  12. It may be possible to modify the messages. How do you want to change them? Can you show us a mock up? 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. You may find How to post a forum question post useful.
  13. I suggest using an Index page containing two pages. One designed for desktop (3 cols) and one designed for mobile (2 cols). Then with CSS we could manipulate the Index pages subpages to show/hide at the appropriate break points. Do this work in the Not Linked area, send us the URL for the Index page, we can then take a look at it and probably provide some CSS.
  14. 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. You may find How to post a forum question post useful.
  15. 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. You may find How to post a forum question post useful.
  16. It appears you solved the issue?
  17. I don't think you can delete data via a CSV import. The import again process is only for updating information. You can certainly start over. Just create a new Store page and then use the URL slug from the new store page in your CSV import.
  18. Here is a sanitized image of the basic list effect for those that may not want to visit the site. I think this effect could be created in an SS site. As far as I can see the design itself doesn't appear to use anything particularly exotic. The tricky part is the actual implementation. There are a couple of ways to go. Use code blocks. You'd need to design the basic effect and then populate it with data. To make multiple blocks just copy and paste the code block code and enter in new data in a new code block. Use text blocks. Leverage the text block for it's numbered list and link text capabilities. Then use JavaScript to restructure the text blocks into a final form.
  19. Add the following to Design > Custom CSS. /* begin mobile menu replace back with arrow */ .header-menu-controls-control span:nth-child( 2 ) { display : none; } .chevron.chevron--left { border : unset; } .chevron--left { margin-left : -0.5em; transform : unset; } .header-menu-controls-control span:nth-child( 1 ) { visibility : hidden; } .header-menu-controls-control span:nth-child( 1 )::before { content : '←'; visibility : visible; } /* end mobile menu replace back with arrow */ Let us know how it goes.
  20. I was able to update a variant name ( Option Name n ) in the CSV file. I did an initial import of some test products. I then exported the products for the store to a CSV file. The exported file contains new data that SS added as part of the import process. I then updated an option name on one of the products. I then imported the CSV which updated the info in the store page. Give this process a try and let us know how it goes.
  21. I am viewing your site from the outside and this is what I see. Have you used private browsing to view your site?
  22. As mentioned in this thread. The main takeaway is that with CSS only we don't think you can get a satisfactory result. It might be possible to get further with some JavaScript to help make some intelligent decisions about how to apply CSS. This code would not be easy and I know of no such code that currently exists.
×
×
  • 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.