Jump to content

cherylr

Circle Member
  • Posts

    114
  • Joined

  • Last visited

Posts posted by cherylr

  1. Hi

    I am trying to turn off the video recommendations that appear at the end of my embedded youtube videos. This used to be possible in youtube (I think) and I've found a few things on the web that suggest adding ?rel=0 at the end of video links or &rel=0 but neither seem to work with a direct link in a video block (it looks like they might work with an iframe embed, but that's problematic for other reasons)

    Help?

  2. I realize that this original post is from quite awhile ago, but I am wondering if anyone has come up with a more elegant/less clunky solution for large file downloads (ie a zipped folder of audio files) other than google drive?

    Or if there's a way to initiate an automatic download of a file stored in google drive instead of the user following a link  to a google drive page and then having to press the download button from there. 

    Make sense?

  3. On 2/13/2024 at 11:19 AM, paul2009 said:

    @cherylr You can only specify a font family in CSS if the font file has already been loaded in Squarespace. If you haven't selected the font in Site Styles then it won't be loaded or available to use in CSS. When you selected this font as the site title, this caused Squarespace to load the Alex Brush font, allowing you to use it in CSS.

    If you hadn't specified it in Site Styles, you would have needed to load it manually using:

    <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Alex+Brush:400" media="all">

    I hope this helps to explain 🙂

    Did this help? Please give feedback by clicking an icon below  ⬇️

    Hmm, yes - I understand what you mean here, but the code I was using DID work just fine for other fonts that were NOT specified in Site Styles. 

    In any case, my workaround actually did the trick and your stylesheet tip above seems like a good solution if this comes up again or if anyone else is running into this issue. 

  4. Trying to change my H3 font. This should be simple, what am I missing?

    h3 {
        font-family: Alex Brush !important; 
    }

    When I replace Alex Brush with other fonts, it works just fine. But I can't get this particular font to work. I've tried no capital letters, in single quotes, regular quotes, with a dash, etc. Do I need to write the font name differently?

    Any ideas?

    PW: dawn (this font is on the Biography page at the top.

    Thanks!

     

  5. Is there a way to get images (all images throughout the site) to stack by rows instead of columns?

    I am working here:

    https://www.wolheimstyle.com/drinks-new

    I am working in classic layout mode instead of fluid engine. I know it's possible to re-arrange things using fluid engine, but there are so many images in each of her portfolios that it's totally unwieldy and complicated in fluid engine's mobile view.

     

    Thanks! 

  6. Hi

    I am trying to get my images to open in a lightbox and show a caption ONLY in the lightbox, not on the page itself. I don't want this on every single page (or more specifically, I want it on every page but one)

    I don't want the captions to show up as an overlay, the need to be under the image.

    The way my client would like this site to be set up, I think I need to add each image separately rather than in a gallery.

    Help? Or maybe there's an alternate way to handle this?

    Chatgpt gave me this code. It does't work. 

    //*Captions in lightbox only*//

    /* Hide the image caption by default on the specific page */
    body#collection-647a289a33be0f429a2b0700 .sqs-lightbox-meta {
        display: none;
    }

    /* Show the image caption when the image is opened in a lightbox on the specific page */
    body#collection-647a289a33be0f429a2b0700 .sqs-lightbox-slide .sqs-lightbox-meta {
        display: block;
    }


  7. Ah, I adjusted the code above and figured it out.

    If any one else needs it:

     

    /*line above and below nav bar*/
    .header-layout-branding-center-nav-center .header-title-nav-wrapper {
        flex: 100% !important;
        flex-direction: column;
        width: 100% !important;
    }
    .header-display-desktop {
        flex-direction: column;
    }
    .tweak-fixed-header .header .header-announcement-bar-wrapper {
        padding-left: 0;
        padding-right: 0;
    }
    .header-nav {
        width: 90%;
        border-top: .8px solid #c5c3c3;
        padding-top: 15px;
    }
    .header-nav {
        width: 90%;
        border-bottom: .8px solid #c5c3c3;
        padding-bottom: 15px;
    }

     

     

     

     

    Screen Shot 2023-03-30 at 5.56.08 PM.png

  8. Site URL: https://hibiscus-crane-ch9x.squarespace.com/

    site PW = loomis

     

    I know there are posts about this, but they are older and also seem inconclusive.

    My links are showing up as underlined on mobile.

    I've added both of these and moved them to the top of my CSS

    Specifically, you'll see them here:

    https://hibiscus-crane-ch9x.squarespace.com/projects


     

      a {
    text-decoration: none !important;
    }
      a {
        border: none !important;
        background-image: none !important;
    }

     

    Screen Shot 2022-08-08 at 9.27.57 AM.png

×
×
  • 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.