Jump to content

mariescantrol

Member
  • Posts

    6
  • Joined

  • Last visited

Everything posted by mariescantrol

  1. Thanks Creedon, we don't have a "store" though, it's complicated but our website have products but they are just stand alone webpages since they are technically services. It's okay, I think I managed to manually have a solution. Also I don't know if it's good enough code but I added a code injection in header so it only applies search filters in the search page (/search - i couldnt edit it because ss has a default page for it) and i didn't put the codes in custom css. I added console log just to check to make sure it doesn't load in all the pages: Thanks 🙂 let myUrl = window.location.href; let result = myUrl.includes("search") ? insertSearchFilter() : noSearchFilter(); function insertSearchFilter() { // Get HTML head element var head = document.getElementsByTagName('HEAD')[0]; // Create new link Element var link = document.createElement('link'); // set the attributes for link element link.rel = 'stylesheet'; link.type = 'text/css'; link.href = 'https://www.YOURWEBSITEURL.com/s/search-results.css'; // Append link element to HTML head head.appendChild(link); console.log("IN SEARCH PAGE"); }; function noSearchFilter() { console.log("NOT IN SEARCH PAGE"); };
  2. I'm having similar problems. I search a keyword and often it will say "Your search did not match any documents." I refresh many times before it comes up with some search results if I'm lucky. Anyone know how to fix this? Thank you.
  3. This solution (display: none) for all the search results is so tedious. Why couldn't you implement a feature just like for SEO search where we can enable/disable blog posts to show up in the search bar? I'm doing so much copy and paste and finding itemids and the custom css is getting long... My goal is to have all blog posts never show up in squarespace search bar because we want to focus on searching for specific keywords with products. Also, i would like to be able to put this css codes just in /search page only, putting it in custom css means it will have to be in every single page... thanks
  4. Site URL: https://www.scantrol.com/ This is really frustrating but every time I make a backup of the website it always has an expiration date ie: Website trial expires on Aug 30, 2022 We need a backup just in case something happens, we accidentally erase pages or if multiple people are working and some don't know they have done some serious changes without noticing... I'm getting tired of always erasing the duplicate then make another one because it is considered a *trial* and expires... When we duplicate a website, can you please allow us to have a permanent backup? And we can override it manually whenever? (If for example I have added updates/edits in several pages etc.) If there's another solution please let me know. Thank you.
  5. I support this topic. I think Squarespace should allow at least 1 Duplicate of the main website that doesn't expire just in case something happens. It's so tedious to save xml, save all pages manually locally, and save the css files separately. Then we would need to save or screenshot any of the styles settings because we can't seem to undo them if someone accidentally changes something... we have so many pages in the website and spent many many hours just to complete... and would hate to accidentally lose the main website and start over the tedious process of recreating everything.
  6. When I tried doing this sure it fixes the white space, but now the content is cut off on the right side... I tried fixing html and body margin and padding but nothing changes. not sure where this space is coming from.
×
×
  • 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.