Jump to content

orneverornow

Circle Member
  • Posts

    81
  • Joined

  • Last visited

Posts posted by orneverornow

  1. Hi there

    I have a problem with a bug on my clients website. There‘s a thin line popping up above the picture depending on the browser and the size of the window. It's showing on our clients device, but not on ours or others. We tried to reload the cache and start the computer again already. Can you please help?

    Many thanks.
    Sibylle

    Bildschirmfoto 2022-12-06 um 12.10.30.png

  2. 11 minutes ago, Ziggy said:

    Click on the image and the alignment options are in this little pop-up, see here:

    image.png.1093253d8c8f6a51c8f98c67e4749bce.png

     

    You are great. That worked @Ziggy :)))) 

    On all the devices it looks good now. Only problem is still iPad portrait view. If you have one last solution for that (see the screenshot attached), then I would be more than happy. Everything should be more up and image/description centered. If not, no problem. I hope people look mostly on landscape view.

    Thanks
    Sibylle

    IMG_21B5AA2CE7F8-1.jpeg

  3. On 11/29/2022 at 9:51 AM, orneverornow said:

    Thank you @Ziggy . That would be great.
    My client would like to have the logo on desktop fixed - the CTA button not. And in mobile nothing fixed. I know it is a bit tricky, but I really hope to find a solution.

    For the first question I changed the image settings to fill but nothing changes. And your proposal 2, I can't find.
    Any other ideas? Please find a screenshot attached.

    Thanks
    Sibylle

    IMG_0744.PNG

    @Ziggy Yes, I replied on that here in the second paragraph.

    You can find the trial url here: https://mulle-legal.squarespace.com/landingpage2
    With "fill" it works, but the image shape looks wrong in responsive. Changing the alignment to bottom or left, I did not find where to do.

    Thank you
    Sibylle

  4. 11 hours ago, Ziggy said:

    Having just the logo fixed may be problematic, not something I've tested, and my feeling is that it won't work well. I will try and test a solution and see if it can work. Ping me on this thread tomorrow if I don't get back to you!

    Thank you @Ziggy . That would be great.
    My client would like to have the logo on desktop fixed - the CTA button not. And in mobile nothing fixed. I know it is a bit tricky, but I really hope to find a solution.

    For the first question I changed the image settings to fill but nothing changes. And your proposal 2, I can't find.
    Any other ideas? Please find a screenshot attached.

    Thanks
    Sibylle

    IMG_0744.PNG

  5. 1 hour ago, Ziggy said:

    Tricky problem, a disappointment that Squarespace no longer has image captions.

    You could change the image setting in two ways to help this, neither is perfect, but you may be happier with one than the current situation.

    1. change the image in the block settings to Fill instead of Fit. Or

    2. change the block alignment to bottom instead of middle (click on the image block and adjust the setting in the little popup)

    I hope one of those helps you!

    Hi Ziggy, thank you very much. I will try it out.

    Have you also seen my second questions regarding the fixes logo at scrolling?

    Thank you and best

    Sibylle

  6.  
    Hi there
     
    I please need help with setting up a description text under an image. On the following landingpage, the small text under the image "Franziska Mulle, lic.iur., Rechtsanwältin und Mediatorin SAV" has a wrong behaviour on mobile view of ipad (portrait). I wanted to do a workaround and change it into a image description text, so it is belonging to the image. But can't figure out how.
     
    Second adjustment would be to have the logo fixed at scrolling, but the CTA button "Kontakt" not. Is there a custom code for that?
     
    PW: SF2022
     
    Many thanks and best
    Sibylle
     
  7. Hi @paul2009

    Thank you very much for the prompt reply.
    We now decided to delete the imprint and replace it with an external link, that should save us at least 600 words. How can I update my Weglot without loosing all the adjusted copy? Unfortunately, it is not updating it.

    I first tried as well to exclude the url of the blog (Aktuelles) to reduce the words. Now I would like to reconnect them. How do I do that?

    Thank you and all the best

    Sibylle

  8. Hello there

    My clients website (https://www.allium-floristik.it/) is translated via Weglot and unfortunately we exceeded the limit of 2000 words. I now excluded some pages from the translation to be under the 2000 Words.
    Unfortunately, the translation is still not working. Is it not possible to go back to the free plan?
     
    When I count my words on a "webpage word counter" it does not show me that I already reached the 2000 words. Could there be a bug?
     
    Thank you and best regards
    Sibylle Huber
  9. On 4/23/2022 at 9:41 AM, tuanphan said:

    #1. Add this to Design > Custom CSS. Replace Pixabay with new logo image url

    /* Project detail page logo */
    body.collection-621f8065bb3c817f730b2adb.view-item header#header img {
        content: url(https://cdn.pixabay.com/photo/2021/12/02/18/38/seagulls-6841129__480.jpg);
    }

    #2. 

    @media screen and (max-width:767px) {
    body.collection-621f8065bb3c817f730b2adb.view-item .preSlide {
    	opacity:1 !important;
    }
    }

     

    Thank you very much!! @tuanphan

     

  10. On 4/18/2022 at 2:54 AM, tuanphan said:

    Hi @tuanphan

    I figured out how to change it. Thank you anyways!
    I am still struggling with the following two issues:

    - Logo on the subpages is too bright, I would love to upload a darker version and keep the bright one only on the homepage
    - Projects in mobile are not loading immediately, only when scrolling - so the page is completely empty in the beginning

    Would be amazing if you could help me with that.

    Thank you!
    Sibylle

  11. 2 hours ago, tuanphan said:

    Hi @tuanphan.

    I mean all the subpages, except the HOME. I would like to upload a darker logo on the following pages for a better visibility:

    https://www.shaye.ch/projekte
    https://www.shaye.ch/ueber-uns
    https://www.shaye.ch/kontakt
    and obviously also all the detail pages of the projects like for example:
    https://www.shaye.ch/projekte/kilchberg-sunset-house

    The homepage is fine with a bright logo: https://www.shaye.ch/
     

    Thank you very much and happy easter!
    Sibylle

  12. On 3/7/2021 at 4:02 AM, tuanphan said:

    Add to Design > Custom CSS

    /* video - title */
    @media screen and (max-width:767px) {
    div#page-section-602bd34764681006f65b3029>.row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
    }
    div#page-section-602bd35d19a0c259faa758fa>.row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
    }
    }

     

    Dear @tuanphan

    Could you please help me as well with this problem?
    I would like to have always the headline first in my project detailpages on mobile.

    https://shayech.squarespace.com/
    PW: SF2022

    Thank you!!!
    Sibylle
     

  13. 23 hours ago, tuanphan said:

    Edit this CSS

    body.homepage .has-aspect-ratio:after {
        content: "";
        position: absolute;
        background-color: rgba(253,187,153,.6);
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 9999;
        opacity: 0;
        transition: all .3s;
    }

    to this code

    body.homepage article .has-aspect-ratio:after {
        content: "";
        position: absolute;
        background-color: rgba(253,187,153,.6);
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 9999;
        opacity: 0;
        transition: all .3s;
    }

    #2. Use this CSS
     

    div#gridThumbs>a:nth-last-child(-n+3) {
        pointer-events: none;
    }

     

    Thank you very much @tuanphan!!!
    Is there any possibility to have a different logo (colour) on the subpages than on the homepage?

    Best
    Sibylle

  14. Just now, orneverornow said:

    Site URL: https://shayech.squarespace.com/

     

    Hi there

    I would like to hide the coloured overlay on mouseover of my icon in the footer. I tried the following code, but it does not work. Can anyone please help?

    PW: SF2022
     
    /* footer image transparent overlay */
    div#block-yui_3_17_2_1_1646736558679_3608.image-overlay {
        background: transparent !important;
    }
     
    Many thanks
    Sibylle

    And one more questions: How can I make the last 3 projects on the page PROJEKTE not clickable. It should not link to a detailpage at all.

    Thank you so much.
    Sibylle

  15. Site URL: https://shayech.squarespace.com/

     

    Hi there

    I would like to hide the coloured overlay on mouseover of my icon in the footer. I tried the following code, but it does not work. Can anyone please help?

    PW: SF2022
     
    /* footer image transparent overlay */
    div#block-yui_3_17_2_1_1646736558679_3608.image-overlay {
        background: transparent !important;
    }
     
    Many thanks
    Sibylle
  16. 6 minutes ago, tuanphan said:

    Screenshot looks fine. Can you explain?

    Hi @tuanphan
    Weisshorn should be above the first row of prices and the last row (Rosengarten) is not fully visible.
    There should be 3 rows: Season, Weisshorn and Rosengarten with below the infos like in a table.

    Thank you!

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