New Landing How can we help? Atelier Sticky header "flashes" when scrolling in Chrome/IE

Viewing 8 posts - 1 through 8 (of 8 total)
  • Posted in: Atelier
  • #221714
    eternalbeta
    Member
    Post count: 76

    I have my header set up to be sticky and to not re-size, but when I first scroll, the header “flashes” very quickly as if it is trying to re-size, but doesn’t. I’ve been able to confirm this behavior in Chrome and IE, but it does not appear to happen with Firefox.

    I believe I had the same issue with Dante at some point but do not remember what the resolution was.

    Thanks.

    #221869
    David Martin – Support
    Moderator
    Post count: 20834

    Hi,

    Can you please add this and re-test:

    #header.sticky-header {
        transition: transform .0s ease-in-out,transform .0s ease-in-out,background .0s ease-in-out;
        -moz-transition: height .0s ease-in-out,-moz-transform .0s ease-in-out,background .0s ease-in-out;
        -webkit-transition: height .0s ease-in-out,-webkit-transform .0s ease-in-out,background .0s ease-in-out;
        -o-transition: height .0s ease-in-out,-o-transform .0s ease-in-out,background .0s ease-in-out;
    }

    Cheers,
    David.

    #221925
    eternalbeta
    Member
    Post count: 76

    No good unfortunately, even if I added important tags.

    #221967
    David Martin – Support
    Moderator
    Post count: 20834

    Hi,

    Could you add a WP login, should be quicker for me to further help. This is the next tweak I would like to add:

    #header-section header {
        position: fixed!important;
        right: 0;
        left: 0;
    }

    – David.

    #221975
    eternalbeta
    Member
    Post count: 76

    Looks like that did it, even without the important tag. Kind of seems like a bug. Thanks though David!

    #221987
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Great. Thanks David
    -Rui

    #221988
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Great! Thanks David

    – Kyle

    #221989
    David Martin – Support
    Moderator
    Post count: 20834

    Nice, no problem.

    I’ll test this further locally and see if we can improve it in the future.

    – David.

Viewing 8 posts - 1 through 8 (of 8 total)

You must be logged in to reply to this topic.