New Landing How can we help? Themeforest Theme Support Dante Disable fancy header opening up animation on page load

Viewing 8 posts - 1 through 8 (of 8 total)
  • Posted in: Dante
  • #206455
    poptop
    Member
    Post count: 57

    Hi there,

    Is there a way to disable fancy header animation on load? It opens up on page load and I would like for it to simply be already open. I’ve attached a recording below.

    Thank you

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

    Hey,

    That’s odd, your code changed.

    Please use this:

    #mc_embed_signup input.email {
    min-width: 100%!important;
    }
    
    #mc_embed_signup input.button {
        display: block!important;
        margin: 0 auto!important;
    }

    Thanks,
    David.

    #206989
    poptop
    Member
    Post count: 57

    Hello David,

    I copied and pasted the code into my child theme style.css, but the animation is still there. I’m not sure how this code relates with the fancy header animation on load as it doesn’t seem to target that area.

    Thank you

    #207012
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:-

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

    Thanks
    Mohammad

    #207387
    poptop
    Member
    Post count: 57

    Thank you Mohammad, I copied and pasted the code into my child theme and the fancy header is now disabled. Is there also a way to remove the parallax effect on the fancy header when I scroll down? I see that the animation on scroll is choppy (not smooth).

    Thanks

    #207477
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please open to edit functions.js file at /dante/js / directory.

    Find this code:-
    jQuery('.fancy-heading').parallax("50%", 0.5);

    Change to:-
    //jQuery('.fancy-heading').parallax("50%", 0.5);

    Thanks
    Mohammad

    #207794
    poptop
    Member
    Post count: 57

    Thank you Mohammad. One last thing I noticed after disabling the fancy header animation on load: the image takes a second to load/show. Is there a way to make the image appear faster? It looks as if it isn’t loading properly because of the delay.

    Thanks

    #207815
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Its loading fast at my site as i tested many times.
    Thanks
    Mohammad

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