New Landing How can we help? Atelier header issue

Viewing 6 posts - 1 through 6 (of 6 total)
  • Posted in: Atelier
  • #310202
    micheal_w
    Member
    Post count: 498

    Hi Guys,

    I have some little but annoying issues with the header (see webpage above):

    1. at the time of start to scroll with the mouse on the site, the whole header jumps / shakes few pixels up & down
    See screen recording here: https://www.dropbox.com/s/ufjfvnmc8l4a5fc/jumping.mov?dl=0

    2. when scrolling up using the scroll bar, the menu items and the social icons are sliding nicely to the top while the header gets resized. However when scrolling down with the scroll bar, rather nicely sliding down, the menu items simply jumps down and the social icons are shaken down… Hope you understand, please see screen recording here:
    https://www.dropbox.com/s/g6xowjtet8uvioi/menu.mov?dl=0

    ps. you might want to download the videos rather watch on dropbox (due to the quality)

    3. Is it possible to remove the parallax effect of the hero image on the post pages?

    Thanks,
    Micheal

    #310464
    David Martin – Support
    Moderator
    Post count: 20834

    1) I see that is Chrome, what OS & version are you on? Are you using any plugins that may hijack the user scroll?

    2) I cannot access the video, I get link not found?

    3) Yes, Theme Options => General Options => Disable Hero Heading Intro

    Thanks.

    #310503
    micheal_w
    Member
    Post count: 498

    Hi David,

    1) I personally use Chrome in macOS Sierra 10.12.2, but if I check it in Safari or Firefox or Edge on Windows, I get the same shaking…
    I even asked friends to check: same shaking results…

    2) My mistake, sorry, here is the correct url for the video:
    https://www.dropbox.com/s/g6xowjtet8uvioi/menu.mov?dl=0

    3) I have disable it (see attached), deleted and purged cdn cache, but the parallax effect is still there:
    https://www.dropbox.com/s/hv6xs4hse5nuopd/paralax.mov?dl=0

    Attachments:
    You must be logged in to view attached files.
    #311004
    David Martin – Support
    Moderator
    Post count: 20834

    1) I’ll need to consult the team on this, having difficulties replicating – even the video is very slight.

    2) Please test this:

    #header.sticky-header,
    #header {
        -webkit-transform: translateZ(0) translateY(0);
        -moz-transform: translateZ(0) translateY(0);
        transform: translateZ(0) translateY(0);
       	transition: all 0.5s ease-in-out;
    	-moz-transition: all 0.5s ease-in-out;
    	-webkit-transition: all 0.5s ease-in-out;
    	-o-transition: all 0.5s ease-in-out;
    }
    .full-center .header-right {
         	transition: all 0.35s ease-in-out;
    	-moz-transition: all 0.35s ease-in-out;
    	-webkit-transition: all 0.35s ease-in-out;
    	-o-transition: all 0.35s ease-in-out;
    }

    3) Ah yes, the tabbed header may behave slightly differently. We can stop that very well using this:

    .page-heading.fancy-heading.animated, .fancy-heading.animated .heading-text {
        transform: none!important;
        margin-top: 0!important;
        opacity: 1!important;
    }
    #312538
    micheal_w
    Member
    Post count: 498

    All works perfectly, thanks!

    #312552
    David Martin – Support
    Moderator
    Post count: 20834

    Glad to help!

    Thanks.

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

You must be logged in to reply to this topic.