Cyber Monday Sale!

Save up to $50 through December 5th.

Shop Now

[Resolved] Problem with animations css in this theme

Home Forums Support [Resolved] Problem with animations css in this theme

Home Forums Support Problem with animations css in this theme

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #2347599
    Jesus

    Hello,

    I have bought a plugin and there is some functionality that does not work correctly with this theme.
    I have tried with other free and paid themes and with all of them it works well for me.
    I enclose the credentials privately. Thanks.

    #2347618
    Jesus

    Update credentials

    #2347694
    Jesus

    Could this be?

    <script id=”generate-a11y”>!function(){“use strict”;if(“querySelector”in document&&”addEventListener”in window){var e=document.body;e.addEventListener(“mousedown”,function(){e.classList.add(“using-mouse”)}),e.addEventListener(“keydown”,function(){e.classList.remove(“using-mouse”)})}}();</script>

    #2347765
    Ying
    Staff
    Customer Support

    Hi there,

    I’m not seeing any content in the private info field, did you remove it?

    And can you describe more details about the issue? What animation doesn’t work? How do we replicate it?

    #2347783
    Jesus

    In the first post, but add again.

    #2347795
    Ying
    Staff
    Customer Support

    When I switch to the parent theme, it works.

    So you need to check the functions you added to your child theme.

    #2347802
    Jesus

    Only add this

    add_action( ‘after_setup_theme’, function() {
    remove_action( ‘generate_before_header’, ‘generate_do_skip_to_content_link’, 2 );
    }, 50 );

    #2347806
    Jesus

    Style in childtheme. Thanks.

    #2347815
    Ying
    Staff
    Customer Support

    No problem 🙂

Viewing 9 posts - 1 through 9 (of 9 total)
  • You must be logged in to reply to this topic.