New Landing How can we help? Themeforest Theme Support Uplift Turn off Hero animation

Viewing 15 posts - 1 through 15 (of 16 total)
  • Posted in: Uplift
  • #291720
    wtflovelife
    Member
    Post count: 113

    Hi! I am wondering how I can turn off the animation for the “hero” page header. I just want the image and text to always be there without “animating” in.
    THANKS

    #292170
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Hi there,

    Please go to Theme Options > General > Disable Hero Heading Intro => On

    – Ed

    #292180
    wtflovelife
    Member
    Post count: 113

    THANK YOU

    #292205
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Great thanks to Ed.
    Mohammad

    #300126
    skpacific
    Member
    Post count: 41

    Hey guys,

    Thanks for the help, I already did turn off the animation for the intro in the theme menu, however, the title still seems to Fade In.

    Do you know if I forgot something?

    Here’s the URL

    http://www.dev.skpacific.org/whats-included/

    Thanks a lot in advance.

    Sam

    #300444
    David Martin – Support
    Moderator
    Post count: 20834

    Hi Sam,

    Can you delete the old Uplift parent theme with the lesser version number?

    #300507
    skpacific
    Member
    Post count: 41

    Hey sure!

    I was not sure if you meant the other Uplift theme in the theme folder (was Uplift 2). I just deleted it! Let me know if it’s something else you were talking about.

    Cheers,
    Sam

    #300796
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    I Just forwarded to David so he can reply.

    -Rui

    #301131
    David Martin – Support
    Moderator
    Post count: 20834

    Hi,

    Please add this to Theme Options => Custom CSS:

    .page-heading.fancy-heading.animated,
    .page-heading-breadcrumbs.fancy-heading .heading-text {
     /*CSS transitions*/
     -o-transition-property: none !important;
     -moz-transition-property: none !important;
     -ms-transition-property: none !important;
     -webkit-transition-property: none !important;
     transition-property: none !important;
     /*CSS transforms*/
     -o-transform: none !important;
     -moz-transform: none !important;
     -ms-transform: none !important;
     -webkit-transform: none !important;
     transform: none !important;
     /*CSS animations*/
     -webkit-animation: none !important;
     -moz-animation: none !important;
     -o-animation: none !important;
     -ms-animation: none !important;
     animation: none !important;
     }
    #301179
    skpacific
    Member
    Post count: 41

    Hey David,

    Thanks for the help. It does seem to work however there still seem to have a delay before the header appear, like the milliseconds delay is still happening. That is more what I was trying to get rid of.

    I really like the fade away when scrolling down so that I why I was trying to tweak the animation.

    Thanks,
    Sam

    #301182
    David Martin – Support
    Moderator
    Post count: 20834

    So you want the fade-in animation, but without the delay?

    #301185
    skpacific
    Member
    Post count: 41

    Exactly, the appearing delay when the page initially loads.

    Thanks
    Sam

    #301204
    skpacific
    Member
    Post count: 41

    And also the fade out animation when scrolling down (that’s why I can’t use a row for it, also it works better on mobile)

    cheers

    #301314
    David Martin – Support
    Moderator
    Post count: 20834

    Turn Performance Options to Off in the theme options.

    Open functions.js and locate this: var fancyHeadingAnimDelay = 400; set that to var fancyHeadingAnimDelay = 0;

    The fade out opacity on scroll down is not present currently.

    Thanks.

    #301420
    skpacific
    Member
    Post count: 41

    Hey David,

    Thanks a lot for the help, that worked like magic!

    Have a good one,

    Cheers,
    Sam

Viewing 15 posts - 1 through 15 (of 16 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