Jump to content

tuanphan

Circle Member
  • Posts

    65,363
  • Joined

  • Last visited

  • Days Won

    521

Posts posted by tuanphan

  1. 17 hours ago, riddle129 said:

    Follow up question.

     

    Your code for the galley slideshow on my homepage has been scaling correctly on mobil devices. Unfortunately, when viewing on desktop with a narrowed browser window the image stops scaling and crops.  I hope you can help again.

    gallery.png

    It looks fine on my Laptop/Mobile

    With tablet, it appear problem, you can use this code for tablet

    @media screen and (max-width:1024px) {
    .gallery-fullscreen-slideshow {
        height: 35vh !important;
    }
    }

     

  2. 22 hours ago, Ali-D said:

    https://tfh-uk.squarespace.com/  +  StudioPass22

    The blog is here: https://tfh-uk.squarespace.com/instructor-profiles

    Here is one of the summary blocks:  https://tfh-uk.squarespace.com/touch-for-health-uk

    Weirdly my workaround is now working today - which is to pointer-events: none the image, title & metadata + Link Post Title to Source URL using the same mailto link as in the excerpt link (styled as button).... is this a reasonable way to do this? 

    thank you!

    You mean disable image, title, meta link?

  3. 21 hours ago, abibacon said:

    Hi Tuan, 

    This didn't work for me, ideally I want code to replicate a countdown to look like the one in the attached screenshot. Any suggestions?

     

    Thanks,
    Abi

    Screenshot 2022-05-31 at 11.10.50.png

    You can share link to page where you added countdown, we can check & tweak code easier

  4. On 5/31/2022 at 1:23 AM, sundayyy said:

    Thank you @tuanphan! How about the space above the product title? How can I move the product details on the right side to be top aligned with the image on the left? Thanks again!!

    #1. Add to Design > Custom CSS

    /* padding above product title */
    section.product-details.ProductItem-details {
        padding-top: 0px;
    }

    #2. You mean all element will stacked with

    breadcrumb

    image

    description

    Is this right?

  5. On 5/30/2022 at 11:07 PM, Napalm said:

    @Web_Solutions Thanks! The video size looks much better but the video continues to crop even further in. Is there a way to get it back to its original picture without the crop while remaining at this size?

    Screen Shot 2022-05-30 at 9.05.45 AM.png

    Screen Shot 2022-05-30 at 9.04.57 AM.png

    Edit this code

    @media screen and (max-width: 640px) {
        body.homepage .Parallax-item:first-child iframe {
            width:100% !important;
            height: 100% !important;
            left: 0 !important
        }
    
        body.homepage .Parallax-item:first-child figure {
            transform: unset !important;
            bottom: 0 !important;
        }
    }

    to this

    @media screen and (max-width: 640px) {
        body.homepage .Parallax-item:first-child iframe {
            width:100% !important;
            height: 100% !important;
            left: 0 !important;
        }
        body.homepage .Parallax-item:first-child figure {
            transform: unset !important;
            bottom: 0 !important;
        }
    section#montage {
        min-height: 25vh !important;
    }
    }
    

    Then save & reload the site

  6. On 5/30/2022 at 6:58 PM, arnaudchabot said:

    Hello tuan, you help me a lot with the arrow.

    I make my own on my website https://arnaudchabot.com/life

    When i click on the arrow, it brings me between two sections but i want the link to scroll just above my second section, is it possible?

     

    Also can i move my scroll down arrow lower in the picture without it resizing ?

    #1. Try adding this to Design > Custom CSS

    div#block-yui_3_17_2_1_1653910317167_2514 {
        position: relative;
        bottom: -300px;
    }

    #2. Edit bottom: 0;

    to

    bottom: -100px;

  7. On 5/30/2022 at 6:03 PM, bouleverser said:

    This worked for me! However, I'm still having the same issue with a Google Forms Survey embedded just below my Youtube Video. Now, the video is within the confines, but the survey still extends past. Any advice? Thank you!!!

    IMG_650F6AABF972-1.jpeg

    Can you share link to page where you use Google Form?

  8. Try this CSS

    div#block-yui_3_17_2_1_1652762697141_96217 .image-title.sqs-dynamic-text {
        padding-left: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-right: 0 !important;
        min-width: unset !important;
        max-width: 80% !important;
        margin: 0 auto !important;
    }

     

  9. On 5/30/2022 at 8:24 AM, Ferocity said:

    Hey @tuanphan I am also having the issue with my navigation not displaying since it is set to transparent and in white (over a white blog post background). Is there a code fix to show the navigation on this page to have a color behind it on this page: https://ferocity.co/blog/defining-your-brands-target-audience

    Add to Design > Custom CSS

    body[class*="type-blog"].view-item .Header-inner.Header-inner--bottom {
        background-color: #f1f !Important;
        padding-bottom: 20px;
        padding-top: 20px;
    }

     

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