Jump to content

Sibylle_Zurich

Circle Member
  • Posts

    89
  • Joined

  • Last visited

Posts posted by Sibylle_Zurich

  1. 16 hours ago, sorca_marian said:

    Hi,

    Sure.
    You can adjust the font size

    <style>
    @media (max-width: 767px) {
    
        .lock-screen h1 {
            font-size : 40px!important
        }
    
        .lock-screen p {
            font-size : 15px!important
        }
        
    }  
    </style>

     

    Screenshot 2024-03-15 at 15.28.01.png

    Thank you so much. And how do I move the whole block a bit more down?

    Thanks
    Sibylle

  2. 17 hours ago, sorca_marian said:

    To increase the heading size on mobile add the below code in the Page header code injection

    <style>
    @media (max-width: 767px) {
    
        .lock-screen h1 {
            font-size : 40px!important
        }
        
    }
    </style>

     

    Screenshot 2024-03-14 at 18.31.53.png

    Hi @sorca_marian
    Thank you so much, this worked.

    Can you also give me a code to adjust the size of the second smaller headline below? On my iPhone 12Pro the last word jumps into the next line. And I would like to have the whole content more down. (Headline, subheadline and password field)

    Thank you
    Sibylle

    IMG_6101.PNG

  3. 3 hours ago, tuanphan said:

    Try this font face code to this

    @font-face {
        font-family: 'Classico';
        src: url('https://static1.squarespace.com/static/65b8c951444ba3568c38a245/t/65d7096dd06f7d446b85ccba/1708591469756/ClassicoRegular.woff2') format('woff2');
        src:url('https://static1.squarespace.com/static/65b8c951444ba3568c38a245/t/65d709198ea47f6464ef17b0/1708591385270/ClassicoRegular.woff') format('woff'),/* Pretty Modern Browsers */ url('https://static1.squarespace.com/static/65b8c951444ba3568c38a245/t/65d7089b6743983e5a4e7519/1708591259927/ClassicoRegular.ttf') format('truetype'),/* Safari, Android, iOS */ url('https://static1.squarespace.com/static/65b8c951444ba3568c38a245/t/65b8ca64a20cfe4c6473e639/1706609252306/Classico.otf') format('opentype');
    }

     

    Hi @tuanphan
    What is the difference? The codes seem identically to me.
    I tried to insert yours but still wrong in Safari 😞

    Here is the code that is inserted now:

    /* font new */
    @font-face {
        font-family: 'Classico';
        src: url('https://static1.squarespace.com/static/65b8c951444ba3568c38a245/t/65d7096dd06f7d446b85ccba/1708591469756/ClassicoRegular.woff2') format('woff2');
        src:url('https://static1.squarespace.com/static/65b8c951444ba3568c38a245/t/65d709198ea47f6464ef17b0/1708591385270/ClassicoRegular.woff') format('woff'),/* Pretty Modern Browsers */ url('https://static1.squarespace.com/static/65b8c951444ba3568c38a245/t/65d7089b6743983e5a4e7519/1708591259927/ClassicoRegular.ttf') format('truetype'),/* Safari, Android, iOS */ url('https://static1.squarespace.com/static/65b8c951444ba3568c38a245/t/65b8ca64a20cfe4c6473e639/1706609252306/Classico.otf') format('opentype');
    }


    /* Apply the font to heading elements */
    h1, h2, h3, h4 {
      font-family: 'Classico';
      letter-spacing: 0em;
      font-weight: 500;
    }

     

    Thanks
    Sibylle

  4. On 2/24/2024 at 8:11 AM, tuanphan said:

    Have you tried declaring all font format into one code yet? something like this 

    image.thumb.png.19a0f05be7b1f651fcbb423eecc9f94f.png

    Hi @tuanphan. I tried now to insert the following code, but still not showing correct in Safari. This is my code:
     

    /* font new */
    @font-face {
      font-family: 'Classico';
      src: url('https://static1.squarespace.com/static/65b8c951444ba3568c38a245/t/65d7096dd06f7d446b85ccba/1708591469756/ClassicoRegular.woff2') format('woff2'),

    /* Modern Browsers */
    url('https://static1.squarespace.com/static/65b8c951444ba3568c38a245/t/65d709198ea47f6464ef17b0/1708591385270/ClassicoRegular.woff') format('woff'),

    /* Pretty Modern Browsers */
    url('https://static1.squarespace.com/static/65b8c951444ba3568c38a245/t/65d7089b6743983e5a4e7519/1708591259927/ClassicoRegular.ttf') format('truetype'), /* Safari, Android, iOS */
           url('https://static1.squarespace.com/static/65b8c951444ba3568c38a245/t/65b8ca64a20cfe4c6473e639/1706609252306/Classico.otf') format('opentype');
    }

    /* Apply the font to heading elements */
    h1, h2, h3, h4 {
      font-family: 'Classico';
      letter-spacing: 0em;
      font-weight: 500;
    }

    Thank you for your help!
    Sibylle

  5. Hello

    I would like to customise my subtitle font on the lock screen.
    With the following code, I was able to customise all fonts (Slogan and subtitle). The quote "Ein Statement zeitloser Eleganz. Eine Mansion der Extraklasse. " should remain in the normal system font LATO. How can I adjust the code?

    <style>
      @font-face {
          font-family: Classico;
      src: url('https://static1.squarespace.com/static/659a9162ce39895c4f762c96/t/659a94c4f0aa1822d355d87c/1704629444467/Classico.otf');
      }
      * {
          font-family: Classico !important;
      }
    </style>

    Thank you and best regards
    Sibylle

  6. 2 hours ago, Sibylle_Zurich said:

    @Ziggy ok thanks. Do you think the problem could be that I don't have a paid version of Vimeo?
    However, it does not work with other videos either...

    I found this forum entry and it seems the issue is existing for years already:

     

  7. 3 minutes ago, Ziggy said:

    I hear you, but there's not much that I can suggest, the lock page especially has very little control, apart from image size there's not you can control in terms of loading.

    @Ziggy ok thanks. Do you think the problem could be that I don't have a paid version of Vimeo?
    However, it does not work with other videos either...

  8. 8 minutes ago, Ziggy said:

    It does appear to be a problem on the lock page, no matter what video I try.

    It's worth reporting this to Squarespace Support:
    https://support.squarespace.com/hc/en-us/requests/new#choose-topic

     @Ziggy I already reported it and did not get any reply from Squarespace. It is a very big problem as the client paid a lot of money for this video and it is the first impression for the potential buyer of this villa 😞  What else can I do?
    Do you also have an idea why the lock-page loads this slowly?

    Thank you
    Sibylle

  9. 5 hours ago, Ziggy said:

    I can't actually embed the video from Vimeo as it's on a basic Vimeo account.

    Hi @Ziggy, it works for me even though I don't have a subscription. Anyways, also if I embed it from YouTube it is the same problem, or if I embed any other type of video.

    YouTube Link: 

    Thanks for your help!

  10. On 2/9/2024 at 8:04 PM, nick_sh said:

    Apparently Squarespace doesn't allow autoplay with sound. You might need custom html code block with <video>.

    As for Vimeo, unfortunately I can only think of the problem is in the page itself — did you try another video? Does it work same way?

    Hi @nick_sh Can you provide me with the HTML code block for the video?
    And regarding the lock-screen: yes I tried also other videos - it is always the same, first few seconds are blurry.
    I really have to get this fixed, the video was way too expensive to create for not showing it in high res. Any idea what to try? I also deleted all the custom code in css and code injection, but that did not change anything.

    Thanks
    Sibylle

     

  11. 6 hours ago, nick_sh said:

    No browser will play the audio in autoplay. For that you need to person to interact with the site somehow, e.g. click a button etc. Most common solution is to have a popup overlay or splash page with "Enter" button. Once user clicks it disappears and video with audio starts. 

    Hello @nick_sh
    Thank you. The problem with the overlay is, that I already have a code where you get linked to the start-page when clicking anywhere on the video - both is probably not possible. Anyways thank you.

    Do you have an idea why my embedded video from Vimeo is blurry in the first few seconds on the lock-screen?
    See conversation above.

    Many thanks
    Sibylle

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