Jump to content

christyprice

Circle Member
  • Posts

    973
  • Joined

  • Last visited

  • Days Won

    8

Reputation Activity

  1. Like
    christyprice got a reaction from Anemone in Add button on gallery page slideshow   
    @SunnyHung, I have a video on a workaround that allows you to add buttons to slideshows. 
     
  2. Like
    christyprice got a reaction from ivnisigoth316 in Hide a single block from the footer on a certain page   
    #collection-618c2bbce1ae7c27313ab6d4 section[data-section-id="61a11c6f01d66c32ef8d9591"] { display: none; } Try this in Custom CSS. 
  3. Love
    christyprice got a reaction from SkylarRose in Drop-Down Menu Sub-Menus   
    Hi @SkylarRose - Will’s mega menu works on 7.0 Brine family. 
  4. Like
    christyprice reacted to creedon in I want the "live typing" in my header, how do I get it?   
    Please see the following thread for a typewriter effect.
    In your case you are not going to want to have a sentence with just a word changing but instead of a word I think you can use phrases. I've not tested that particular scenario so let us know how it goes.
    Thread is extensive with lots of variations on the basic code provided.
  5. Love
    christyprice got a reaction from WillMyers in Drop-Down Menu Sub-Menus   
    Squarespace doesn't support more than one level of dropdowns. To get around this, I use a Mega Menu plugin like this one (affiliate link) from @WillMyers.
  6. Like
    christyprice got a reaction from Nir in Change nav link text color on About page   
    Try adding this to Custom CSS and replacing the Collection ID and hex code:
    #COLLECTIONID .header-nav-wrapper a, #COLLECTIONID .header-nav-wrapper .header-nav-item--active a { color: #ec8a63; } #COLLECTIONID .icon svg { fill: #ec8a63; }  
  7. Like
    christyprice got a reaction from tuanphan in Change nav link text color on About page   
    Try adding this to Custom CSS and replacing the Collection ID and hex code:
    #COLLECTIONID .header-nav-wrapper a, #COLLECTIONID .header-nav-wrapper .header-nav-item--active a { color: #ec8a63; } #COLLECTIONID .icon svg { fill: #ec8a63; }  
  8. Like
    christyprice reacted to LonniWong in Anchor links work only as a one time click   
    Hi Christy,
    just now a squarespace message from another support reached me. and he suggested to test using site-wide password to see inkognito whats happening. It is actually now showing the correct behavior of multiple clicks after a scrolling. 
    Thank you for your support as well, Christy!
  9. Like
    christyprice reacted to jesse in Can't get photos to wrap around text   
    Yup, same, and also posted here: 
     
  10. Like
    christyprice got a reaction from EarvinChong in Advanced multi-search filtering function   
    Your best bet would be the Universal Filter plugin: https://www.squarewebsites.org/products/universal-filter
  11. Like
    christyprice got a reaction from sarawhite in Change logo colour or header image on blog post 7.1   
    @Cattty, I found a solution that works well but it requires a business plan or higher.
    How to Invert the Logo Color on Squarespace Blog Posts
  12. Like
    christyprice reacted to Karin12345 in Custom CSS font   
    It worked perfect! Thank you so much!
  13. Like
    christyprice got a reaction from tuanphan in Hamburger three lines for navigation   
    @ghostplugins has a Slide Out Mobile Menu (affiliate link) for 7.1 for $25. Works great.
  14. Love
    christyprice got a reaction from ghostplugins in Hamburger three lines for navigation   
    @ghostplugins has a Slide Out Mobile Menu (affiliate link) for 7.1 for $25. Works great.
  15. Like
    christyprice reacted to AaronC in Is there any way to make my Member's Area fee smaller on mobile ONLY?   
    @christyprice it worked! Thank you so much for your help.
  16. Like
    christyprice reacted to cami_leisk in Search Bar Not Working   
    I am having issues with the search block not returning results as well-- I understand that fixes like this take time -- but as Kesslerramirez said -- it has been 2 years, what gives Squarespace? 
  17. Like
    christyprice got a reaction from tuanphan in How do I resize a banner image for mobile?   
    I typically just create a specific section to show on mobile so it is designed differently, specific for mobile. Here's how I code it to show one section on desktop and a different section on mobile: https://christyprice.com/blog/show-different-banner-mobile-desktop
  18. Like
    christyprice got a reaction from Muouor in CSS not working   
    Try targeting the overlay class:
    .sqs-video-overlay { border-radius: 18px !important; }  
  19. Like
    christyprice got a reaction from Iwan in Changing size of one banner heading for mobile only   
    @Iwan you are using the .animated-text class so your code would be something like 
    @media screen and (max-width: 640px) { .animated-text { font-size: 20px !important; } }  
  20. Like
    christyprice reacted to Iwan in Changing size of one banner heading for mobile only   
    @christyprice If I could jump through the screen and shower you with flowers I would! Thank you!!! It worked. Really appreciate!!!
  21. Like
    christyprice reacted to Jo_SQSP in Introducing Forum Achievements   
    Hello Squarespace Community!
     
    Over the last several years, our community has turned the Squarespace Forum into a welcoming resource for website owners to receive support and constructive feedback from their peers. 
    We’re excited to celebrate your contributions to the Squarespace Forum by releasing our new Forum Achievements program. Over the next few days, you’ll start to see badges appear for your forum activity. Qualifications for each badge will be calculated retroactively, meaning that you’ll be credited for your forum contributions throughout your entire Squarespace journey. 
    A variety of actions—posts, comments, feedback, reactions, and more— will be represented across different badges to reward all forms of forum participation. You’ll also receive a rank designation based on your forum contributions. Both your badges and rank designation will be visible in your forum profile.
    We look forward to the evolution of this program through your feedback and participation. Comment below to let us know if you have any questions about Forum Achievements!

    Cheers,
    The Squarespace Community team
     
  22. Like
    christyprice got a reaction from Melbaspence in Affiliate links in personal site question   
    @Melbaspence great question! Google now prefers "sponsored" tags instead of "nofollow" for affiliate links. From what I understand, it's not worth going back and updating all the old links, but best practice moving forward. 
     
  23. 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; }  
  24. Like
    christyprice got a reaction from tuanphan in New Auto content blocks/lists equal height?   
    @Iwan you should be able to adjust this without code. In the section settings look under the design tab and then go to spacing- you can adjust all the spacing manually. This should work unless the code you are using overrides it. 
  25. Like
    christyprice got a reaction from tuanphan in New Auto content blocks/lists equal height?   
    @Iwan you can either shorten your title or use the code fix @tuanphan gave above which targets only the description area
×
×
  • 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.