New Landing How can we help? Atelier Header image – animation on page load

Viewing 15 posts - 1 through 15 (of 20 total)
  • Posted in: Atelier
  • #208422
    mariatrier
    Member
    Post count: 163

    Hi there,
    I have searched the forum but could not find any answer. How do I remove the hero image animation on page load? I want the hero image to load like a regular image.

    Thanks

    #208433
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:-

    .page-heading.fancy-heading{
    display:block !important;
    transform:none !important;
    }

    Thanks
    Mohammad

    #208735
    mariatrier
    Member
    Post count: 163

    I have copied this code into theme options custom css, but is did not change anything.

    #209153
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Add this:

    .page-heading.fancy-heading.animated, .fancy-heading.animated .heading-text {
      transform: none !important;
      transition: none 0s ease 0s ;
    }

    – Kyle

    #209166
    mariatrier
    Member
    Post count: 163
    This reply has been marked as private.
    #209172
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    If you’re referring to the image sliding down, I’m afraid it’s not possible to turn that off via css

    – Kyle

    #209183
    mariatrier
    Member
    Post count: 163

    eh yes, that’s what I’ve been asking about 😉

    So if not via css, how?

    #209679
    David Martin – Support
    Moderator
    Post count: 20834

    Hi,

    Have you resolved this, your hero image loads normally for me with no transitions/effects.

    – Let us know.

    Thanks,
    David.

    #209686
    mariatrier
    Member
    Post count: 163
    #209774
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    I have forwarded this to the developer for you to see if he knows a quick edit you can make

    – Kyle

    #209812
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Hi there,

    You can try this css:

    .page-heading.fancy-heading {
    height: 564px;
    }
    .page-heading-breadcrumbs.fancy-heading .heading-text {
    opacity: 1;
    }

    – Ed

    #209856
    mariatrier
    Member
    Post count: 163

    Works for the image, however not for the title and text? This still “jumps”

    #209867
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    The reason for the animation is this happens after the content has been vertically centered – thats why it animates in. You can do it without this, but may not work well on all browsers.

    .page-heading-breadcrumbs.fancy-heading .heading-text {
        opacity: 1;
        margin-top: 0!important;
        transform: translateY(-50%)!important;
    }

    Remove all previous code relating to this before using that.

    – Ed

    #227291
    shawnaleighdesigns
    Member
    Post count: 15

    Was this ever resolved? I’m trying to figure this out as I don’t want the movement in the hero header but I can’t find any solutions that work.

    #227293
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Hi @shawnaleighdesigns

    The code in my previous message should be all that’s needed. If you’d added that to your site please provide a link so that I can see it in action.

    – Ed

Viewing 15 posts - 1 through 15 (of 20 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register