Jump to content

christyprice

Circle Member
  • Posts

    973
  • Joined

  • Last visited

  • Days Won

    8

Reputation Activity

  1. Like
    christyprice reacted to melmotz in Why is accordion pushing the adjacent block of text down?   
    Site URL: https://villageacupuncture.squarespace.com/treatments
    When I expand an accordion (Adjunct Therapies section), the text block next to it also gets pushed down. Does anyone know how to fix this?
    villageacupuncture.squarespace.com/treatments  pw: va2022
  2. Like
    christyprice got a reaction from 3dpotter in Page counter for specific page   
    @3dpotter you can look under Analytics > Site Content and see the number of views per page. In the upper right of the screen you can change the timeline for the analytics.
  3. Like
    christyprice reacted to JonathanPenner in Missing Header & Footer   
    THANK YOU!!!!!!! That was it. There was a code black in the footer that stopped working and created the problem. I believe it is fully fixed. That was so helpful. I really appreciate your time.
     
  4. Love
    christyprice got a reaction from BellamyTree in Accordion Block: Dos and Don’ts   
    LOVE the new accordion block. @ghostpluginshas some great free Custom CSS for it too.
    I did a quick video walkthrough of styling options here (there are some that are kinda hidden, like the description width): https://christyprice.com/blog/how-to-add-accordion-squarespace
  5. Like
    christyprice reacted to genre in Accordion text wraps differently on each block   
    Thank you, thank you!
  6. Like
    christyprice got a reaction from genre in Accordion text wraps differently on each block   
    There’s a setting for that (it’s kind of hidden) - this post walks you through it: https://christyprice.com/blog/squarespace-accordion-block-width
  7. Like
    christyprice reacted to FCortesi in How to remove padding from a banner section   
    Thank you so much for the help @chrisyprice 
  8. Like
    christyprice reacted to aaronsydecar in Hide a single block from the footer on a certain page   
    @christypriceTHANK YOU! You've been an immense help! 
  9. Like
    christyprice got a reaction from aaronsydecar in Hide a single block from the footer on a certain page   
    @aaronsydecar yes - I use the first plugin linked here to find it: https://christyprice.com/blog/chrome-extensions-squarespace-designers
  10. 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. 
     
  11. Like
    christyprice reacted to ArminB in Is Google Fonts ( and Maps) violating European GDPR? / How to install a custom Font with Squarespace ...   
    We've just been contacted by few EU client that received letters from shady law firms pushing for a payment of around $200 or more to settle the issue. At the beginning of 2022, Germany ruled the use of Google Fonts as a violation of the GDPR.

    So far, I'm only aware of such letters in Germany and Austria yet but I believe this could happen in any EU country. I'm happy to open a discussion on this with best pratices. (inviting @paul2009 @KwameAndCo @colin.irwin @christyprice ....)I'm still not sure if replacing all fonts will 100% cut the bridge to a Google Server, but that what this post is here for, while I'm hoping to get a statement from Squarespace.

     
     Here's a related article by @Centerliner that becomes more and more relevant

    Here is a great, detailed German article:
    https://calysto-marketing.at/dsgvo/abmahnungen-wegen-nutzung-von-google-fonts-durch-rechtsanwalt-mag-hohenecker-im-namen-von-frau-eva-zajaczkowska-21-8-2022/?moderation-hash=2584c485cf8b3c3908d420c174dfa888&unapproved=1&utm_source=pocket_mylist
     
    While right adjustment to your privacy settings can cover this as well, here is a quick tutorial

    ______________
    QUICK TUTORIAL
    how to install a custom font on your website (instead of loading it from a third party server - this is also the same procedure if a client asks you to use their custom font on the website)
    set all fonts to a system font (like Arial) - thanks to @Selistina for the comment 🙂  Get your font files ready (I mostly use .otf or .ttf as they work very well)
    NOTE: if you want have "light" and "bold" or "strong" you need to have an individual font file for that  
     go to DESIGN > Custom CS  
     At the bottom you'll find "MANAGE CUSTOM FILES"
    Just upload the font files  
     When you click one of your uploaded fonts it will paste the file path into your css (make sure this doesn't mess with your existing CSS
    Example:
    https://static1.squarespace.com/static/624ac8c48e016a33e668e7db/t/6257cda47c57db4f2bb5146f/1649921445359/MessinaSans-Bold.ttf Save those file links for later  
    Copy paste this CSS and give your uploaded fonts a NAME @font-face { font-family: 'SEMIBOLD'; src: url('https://static1.squarespace.com/static/624ac8c48e016a33e668e7db/t/6257ceb19301a214871b3282/1649921713264/MessinaSans-SemiBold.ttf'); } @font-face { font-family: 'REGULAR'; src: url('https://static1.squarespace.com/static/624ac8c48e016a33e668e7db/t/6257ce68e86b157650ac08a1/1649921641106/MessinaSans-Regular.ttf'); } @font-face { font-family: 'LIGHT'; src: url('https://static1.squarespace.com/static/624ac8c48e016a33e668e7db/t/6257cdbe9301a214871b2334/1649921471023/MessinaSans-Light.ttf'); }  
    Now you can individually apply those fonts to your website like this h1, h2, h3 {font-family: 'SEMIBOLD'} h4 {font-family: 'LIGHT'} h4 strong {font-family: 'SEMIBOLD'} p {font-family: 'LIGHT'} .Header-nav {font-family: 'SEMIBOLD'} .summary-title {font-family: 'SEMIBOLD'} .summary-read-more-link {font-family: 'SEMIBOLD'} Note: It's also possible to apply font weight settings (h4 is the light one and h4 strong is bold )

    Please be aware that there are more font cases with your website ( e.g. .blog-title ... ) to this is not covering all of them

    ______________


     
  12. Like
    christyprice reacted to Phobic78 in Change link colour on a single page   
    Sorry, @christyprice, I just realised that I didn't reply to thank you. Your suggestion worked!
    Thank you!
  13. Like
    christyprice got a reaction from Phobic78 in Change link colour on a single page   
    Hi! Try a couple of tweaks to your code when adding it to the page injection. This targets paragraph text, but not headings:
    <style> p a { color:#c10000 !important; } </style>
  14. Like
    christyprice got a reaction from tuanphan in Custom font 7.1 Portfolio Project Title   
    @AudraF try this instead
    .gallery-section .gallery-caption p { font-family: 'Louis George Cafe' !important; }  
  15. Like
    christyprice got a reaction from AudraF in Custom font 7.1 Portfolio Project Title   
    @AudraF try this instead
    .gallery-section .gallery-caption p { font-family: 'Louis George Cafe' !important; }  
  16. Like
    christyprice reacted to paul2009 in Search box   
    See this existing thread:
     
  17. Like
    christyprice got a reaction from AudraF in Custom font 7.1 Portfolio Project Title   
    @AudraF try targeting .portfolio-grid-overlay .portfolio-title instead
     
  18. Like
    christyprice reacted to Upshire in How can I print my webpage nicely?   
    @christyprice thanks so much for sharing! I'll look into that. I did find out that having the sticky nav (static) turned on makes the header repeat on each page...thus taking up space on page and pushing everything down. ALSO learned that you have to be sure to have "print background images" turned ON  in your print screen in order for SS elements to print. OH and change the layout to landscape....AND print at a scaled down size....like 75%....this will decrease the background elements which in turn allows you to get more on your page. 

    Needless to say, this has been brutal. But I learned something right? 🙃
    With those changes in place, this is what I ended up with.....
     





  19. Like
    christyprice reacted to MadebyMarkham in Font weight not responding   
    Hey @christyprice thanks for the idea. I'll give that a try. And thanks @creedon you could be right. My clients will just have to cope with whatever font I can make work for them. I wouldn't mind so much if I wasn't trying to recreate the site to be identical for them. 
     
    Cheers guys!
  20. Thanks
    christyprice got a reaction from MadebyMarkham in Font weight not responding   
    Hi @MadebyMarkham. I'm seeing exactly what you see. Unfortunately, I don't have a solution for you... but I'm wondering if this might be a bug with Fluid Engine? Have you tried recreating that section in Classic Editor?
  21. Like
    christyprice reacted to Anasilveira in Instagram Reels not sizing propertly   
    I had to change to grid instead of carousel for it to work! So strange!!
    Thank you so much for your help!
  22. Like
    christyprice got a reaction from Anasilveira in Instagram Reels not sizing propertly   
    Have you tried selecting the crop option in the block design settings? I'm wondering if that might be a quick fix.
  23. Like
    christyprice reacted to paul2009 in image animation   
    Squarespace are introducing a new editing experience on version 7.1 sites called Fluid Engine. Fluid Engine sections are different to the Classic sections that you may be familiar with.
    For example, block specific animations are not available on Fluid Engine sections. To use block specific animations, you will need to add a classic section to the page and then add Image Blocks to this section using the classic editor.
    You'll find classic sections at the very bottom of the list when you add a section:

    Was this post helpful? Please give feedback by clicking an icon below  ⬇️
  24. Like
    christyprice reacted to innoventure in Is there a way to track specific outbound link clicks?   
    Looks like this is just what I need. Thank you so much! 
  25. Like
    christyprice got a reaction from ilseS in Accordion Block: Dos and Don’ts   
    LOVE the new accordion block. @ghostpluginshas some great free Custom CSS for it too.
    I did a quick video walkthrough of styling options here (there are some that are kinda hidden, like the description width): https://christyprice.com/blog/how-to-add-accordion-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.