Jump to content

christyprice

Circle Member
  • Posts

    973
  • Joined

  • Last visited

  • Days Won

    8

Reputation Activity

  1. Like
    christyprice got a reaction from couch_potato in New Auto content blocks/lists equal height?   
    Just wanted to update this post - Squarespace rolled out an update and you no longer need a code solution here. In the auto layout (list) section, just go to Edit Content > Design > Size & Space. Scroll to the bottom and there is now the option to make each item the same height under Position:

  2. Thanks
    christyprice got a reaction from rwine in Hover effect on a gallery in 7.1   
    Hi @laurenruth1,
    This should get you close. You can play around with the opacity value to make it more or less opaque:
    .gallery-grid-item-wrapper:hover img { opacity: 0.3; }  
  3. Like
    christyprice got a reaction from SanniSGNZ in Customer service: how do you start off on the right foot?   
    I'm a big fan of using a CRM tool. I just moved from Dubsado to HoneyBook and it's been amazing. Most things are automated on my end, which saves me time. And the client sees a cohesive branded experience and isn't waiting on me for certain steps.
    Just one example, after they pay their deposit they are automatically prompted to answer a questionnaire and set up a strategy call.
  4. Love
    christyprice got a reaction from BellamyTree in Hover effect on a gallery in 7.1   
    Hi @laurenruth1,
    This should get you close. You can play around with the opacity value to make it more or less opaque:
    .gallery-grid-item-wrapper:hover img { opacity: 0.3; }  
  5. Like
    christyprice got a reaction from KATma in New Auto content blocks/lists equal height?   
    Just wanted to update this post - Squarespace rolled out an update and you no longer need a code solution here. In the auto layout (list) section, just go to Edit Content > Design > Size & Space. Scroll to the bottom and there is now the option to make each item the same height under Position:

  6. Like
    christyprice reacted to NitaD in Password Protected Site Availability Help   
    Thanks christyprice, I discovered that the Home page had a password on it which was causing the issue, for some reason this was the only page with it. 
    Thanks again for replying 
  7. Like
    christyprice reacted to Javdesign in Changing size of one banner heading for mobile only   
    Just came back to say I found another solution in this thread using the Collection ID + H1 specification in the code instead, since I'm dealing with a homepage as it mentioned, and that worked! Thank you!
     
  8. Like
    christyprice reacted to Chairlaxed in Booqable snippet will not load   
    Thank you so much for your awesome solution!
  9. Like
    christyprice reacted to Chairlaxed in Booqable snippet will not load   
    Sure. www.Chairlaxed.com 
    Thank you. 
  10. Love
    christyprice got a reaction from Photograffix in New Auto content blocks/lists equal height?   
    Just wanted to update this post - Squarespace rolled out an update and you no longer need a code solution here. In the auto layout (list) section, just go to Edit Content > Design > Size & Space. Scroll to the bottom and there is now the option to make each item the same height under Position:

  11. Like
    christyprice got a reaction from StacyD in Hide a single block from the footer on a certain page   
    @aaronsydecar try this in Custom CSS
    #collection-6310f82ba0d2e723b38d4f03 #block-yui_3_17_2_1_1662059294363_46103, #collection-6310f82ba0d2e723b38d4f03 #block-yui_3_17_2_1_1662059294363_49618 { display: none; }  
  12. Love
    christyprice got a reaction from WillMyers in How to get a different logo on the homepage   
    Ah, I think @WillMyers has a walkthrough for that! 
    https://www.will-myers.com/articles/switch-the-logo-when-mobile-menu-is-open-in-squarespace
  13. Love
    christyprice reacted to DomBerlino in How to get a different logo on the homepage   
    You are the best!
    Thank you very much!
    Great help and great patience.
    Best regards.
    D*
  14. Thanks
    christyprice got a reaction from DomBerlino in How to get a different logo on the homepage   
    Ah, I think @WillMyers has a walkthrough for that! 
    https://www.will-myers.com/articles/switch-the-logo-when-mobile-menu-is-open-in-squarespace
  15. Thanks
    christyprice got a reaction from DomBerlino in How to get a different logo on the homepage   
    Hi! This is the method I use: https://christyprice.com/blog/how-to-invert-logo-single-page-squarespace
  16. Like
    christyprice got a reaction from sayreambrosio in Looking for input to improve my pages   
    Hi @AlanBryceGrossman. Congratulations on your novel release!

    A couple of things that might be helpful:
    Underlines on websites are a cue to the visitor that those are links. So I'd remove underlines on unlinked items.
    I'd shorten up your testimonial section on the homepage to remove the excess blank space at the bottom. I'm a fan of "white space" but it would be good to be balanced on the top and bottom.
    It looks like there's an error on your recaptcha for the newsletter block... you might just want to remove that unless you start getting spam submissions.
    Hope this helps!
  17. Like
    christyprice reacted to DanielLangenhan in Show JavaScript, JSON or YAML code on page   
    Gist and was the google golden ticket. THANKS
    http://curious-engineering.com/home/2020/10/16/explore-code-snippets-in-squarespace-with-github-gists
     
  18. Like
    christyprice got a reaction from DanielLangenhan in Show JavaScript, JSON or YAML code on page   
    Hi @DanielLangenhan, I think the simplest way to do this would be to embed the code from GitHub Gist or CodePen.
  19. Thanks
    christyprice got a reaction from Arnau in How to delete the header of a sales page?   
    To remove the header and footer on Squarespace 7.1, use this code in the Page Header Code Injection:
    <style> .header, footer, .Mobile-bar--top { display: none!important; } </style>  
  20. Like
    christyprice got a reaction from tuanphan in How to delete the header of a sales page?   
    To remove the header and footer on Squarespace 7.1, use this code in the Page Header Code Injection:
    <style> .header, footer, .Mobile-bar--top { display: none!important; } </style>  
  21. Like
    christyprice reacted to PartTwoDesign in Can my gallery section sit under a transparent navigation?   
    Thanks @christyprice that code worked perfectly! That's exactly what I needed.
  22. Like
    christyprice got a reaction from PartTwoDesign in Can my gallery section sit under a transparent navigation?   
    @PartTwoDesign if you want this just for the homepage, you can use this code from @tuanphan:
    .homepage .header-announcement-bar-wrapper { background: transparent !important; position: absolute !important; } If it's for a different page, you'll want to replace .homepage above with the collectionID for that page starting with # - I have a walkthrough on how to find that: https://christyprice.com/blog/how-to-find-block-section-ids-squarespace
  23. Like
    christyprice got a reaction from RolandFuseHub in Want to add custom phone icon in footer   
    @Chloe_ECD thanks! There’s actually a great plugin now to add custom social icons anywhere that I prefer using. This post has a walkthrough and coupon code: https://christyprice.com/blog/different-social-links-icons-squarespace  
  24. Thanks
    christyprice got a reaction from lilymyrennyn in Replacing Pagination Titles on Portfolio Pages   
    Hi @lilymyrennyn - one of those targets the previous link and one targets the next link. I know Squarespace has been making some base code changes, so there's always a chance that will change!
  25. Like
    christyprice got a reaction from tuanphan in Want to add custom phone icon in footer   
    @Chloe_ECD thanks! There’s actually a great plugin now to add custom social icons anywhere that I prefer using. This post has a walkthrough and coupon code: https://christyprice.com/blog/different-social-links-icons-squarespace  
×
×
  • 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.