Site logo

Archived topic

Problem with animations css in this theme

8 replies · Started by Jesus on September 19, 2022

Viewing posts 1–9 of 9

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.

Update credentials

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>

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?

In the first post, but add again.

When I switch to the parent theme, it works.

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

Only add this

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

Style in childtheme. Thanks.

No problem :)

This archived topic is closed to new replies.