Jump to content

serrta

Circle Member
  • Posts

    34
  • Joined

  • Last visited

Reputation Activity

  1. Like
    serrta got a reaction from EarvinChong in After recent 7.0 and 7.1 updates, I'm no longer to add multiple tags or categories to summary blocks   
    Luckily it has been fixed by now. Yay!!! 
     
    I wish SS also added an option to use operators with tags. Like browser search operators))))) I also need this feature for products on the site I'm working on(((
    One of the options would be using a paid plugin - Universal Filter.
    Another option I could think of is simple but not optimal because works only if you need to filter by 2 tags, not more. It is duplicating certain tags as categories.
    In this case you cannot use the Archive block because it will look messy.
    Let's say you have 2 Categories: dogs, cats and various Tags: different colors, breeds, young/old, long-haired/hairless etc.
    If you want your summary to show only black bulldogs you will need to duplicate breed Tags (OR colors) as Categories. So instead of selecting Dog-category and Black-tag + Bulldog-tag (which will show you all black dogs and all bulldogs in different colors), you will select Bulldog-category and Black-tag.
    The problem arises when you want to show all mixed-breed black dogs... Because if you select Mixed-breed-Category and Black-Tag it will also show you black mixed-breed cats. In this case you can probably split Mixed-breed-category into two Categories: 'mixed-breed dogs" and "mixed-breed cats". But then again, if you want to show black mixed-breed dogs with long hair you're stuck(((((
  2. Thanks
    serrta got a reaction from creedon in Localize "Type to search..." placeholder text on the Search Page   
    I totally agree! This forum is an outstanding resource. My whole site is built based on other people's threads, their experience and help. Even when I don't find an answer, I find some bits of code that when reassembled can do amazing little things.
     
    Once again, thank you for the beautiful solution! 
  3. Thanks
    serrta reacted to creedon in Change Store Intro with Categories Selected   
    If I understand what you want yes the code does exactly that. You set the categoryDescriptionMap variable as described and when you go to a defined category page a description is displayed.
    This code will not address any other the other items you mentioned.
  4. Like
    serrta reacted to CatherineJoMorgan in Product / Store Page Sort   
    Not sure what help you're asking for. What I did for a client with a lot of products was figure out the best way (from a prospective customer's point of view) to organize the products into product pages, and within those, into categories. I added tags to make it easier for me to filter products for blog pages and summary blocks. This can be hard work, but it's just part of the job. Some 7.0 templates make this easier than others. See https://www.phelpsrefinishing.com/ for my example. The Bedford template I used makes it easy to navigate categories within a menu item.
  5. Like
    serrta reacted to bedeclarke in Product / Store Page Sort   
    I have made several calls requesting more efficient organizing of products in catagories. Right now I was informed SS has set it up so that products need to be manually organized in thee different areas from most specific sub-category, catagories and  "All".  It is quite insane!
    The answer it seems is to have the organize individual products in sub categories, move entire sub-categories within catagories (drag and drop) and then have this organization reflected in "All".
    The current system is a deal breaker for anyone who has to move a lot of individual products.  I would never have started on SS had I know that organization would be so stupid and convoluted.
  6. Like
    serrta got a reaction from tuanphan in How to add a sidebar to BRINE template?   
    I hate the option with a summary as a blog landing page! )))))) see my method in this thread: 
     
  7. Love
    serrta reacted to creedon in Localize "Type to search..." placeholder text on the Search Page   
    Excellent! This is not directed at sertta but gives me an opportunity to expound.
    Unfortunately some folks have a habit of what I call hit and run questioning. They ask a question, get their answer, then delete the thread! 😒
    I just don't get that! Folks! A forum is a community. The community helped you by answering your question. Do your part and share the knowledge!
  8. Thanks
    serrta got a reaction from creedon in Localize "Type to search..." placeholder text on the Search Page   
    Sure thing! I've just marked it solved. But it needs to be seen here forever))
  9. Like
    serrta reacted to creedon in Localize "Type to search..." placeholder text on the Search Page   
    Please leave the thread open so others can benefit.
  10. Thanks
    serrta got a reaction from creedon in Localize "Type to search..." placeholder text on the Search Page   
    I'm an idiot))) The link brought me to your last reply and I didn't even scroll to the top to see your answer.
    OMG! IT WORKS PERFECTLY!!!!!!!!! ABSOLUTELY PERFECT!!!! 
    Thank you soooo much! This thread can be closed as the super right answer is here.
  11. Love
    serrta reacted to creedon in Localize "Type to search..." placeholder text on the Search Page   
    Please see Change Search Page Input Placeholder Text.
    Let us know how it goes.
  12. Like
    serrta reacted to creedon in Localize "Type to search..." placeholder text on the Search Page   
    Did you try the code I posted last Friday?
  13. Like
    serrta reacted to creedon in Localize "Type to search..." placeholder text on the Search Page   
    Although the code may look long to do what you want it really isn't. I don't think overloading the site is an issue. I have some bits from which I can cobble a script together.
    Please bump this thread in several days if I've not posted some code.
  14. Like
    serrta got a reaction from creedon in After recent 7.0 and 7.1 updates, I'm no longer to add multiple tags or categories to summary blocks   
    Luckily it has been fixed by now. Yay!!! 
     
    I wish SS also added an option to use operators with tags. Like browser search operators))))) I also need this feature for products on the site I'm working on(((
    One of the options would be using a paid plugin - Universal Filter.
    Another option I could think of is simple but not optimal because works only if you need to filter by 2 tags, not more. It is duplicating certain tags as categories.
    In this case you cannot use the Archive block because it will look messy.
    Let's say you have 2 Categories: dogs, cats and various Tags: different colors, breeds, young/old, long-haired/hairless etc.
    If you want your summary to show only black bulldogs you will need to duplicate breed Tags (OR colors) as Categories. So instead of selecting Dog-category and Black-tag + Bulldog-tag (which will show you all black dogs and all bulldogs in different colors), you will select Bulldog-category and Black-tag.
    The problem arises when you want to show all mixed-breed black dogs... Because if you select Mixed-breed-Category and Black-Tag it will also show you black mixed-breed cats. In this case you can probably split Mixed-breed-category into two Categories: 'mixed-breed dogs" and "mixed-breed cats". But then again, if you want to show black mixed-breed dogs with long hair you're stuck(((((
  15. Love
    serrta reacted to creedon in Localize "Type to search..." placeholder text on the Search Page   
    I think this may be because the needed elements are not on the DOM when the code runs. Even though the code has waited until document ready. 😞
    This may need a MutationObserver.
  16. Thanks
    serrta reacted to tuanphan in Localize "Type to search..." placeholder text on the Search Page   
    Add this to Last Line in Code Injection > Footer
    <script> $(document).ready(function() { $('.sqs-search-page .sqs-search-page-input input').attr('placeholder','Squarespace new text'); }); </script> add this to Code Injection > header
    <style> /* Search page input font */ .sqs-search-page .sqs-search-page-input input { font-size: 16px; } </style>  
  17. Thanks
    serrta reacted to tuanphan in How to edit / customise search box placeholder text   
    Try again with
    <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.0/jquery.min.js"></script> <script> $(document).ready(function() { $(".sqs-search-ui-text-input .search-input").attr('placeholder','new text'); }); </script>  
×
×
  • 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.