Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Back End Implementing jQuery on SVG for the WordPress Header Logo Reply To: Implementing jQuery on SVG for the WordPress Header Logo

#169696
bmoneruiux
Participant

No that’s not my problem. I always use Google versions of everything when I can. I definitely have jQuery in the site.

My problem is that I’ve placed the link to the js file right below the closing div of the footer:

<script src="<?php echo get_bloginfo( 'stylesheet_directory' ) ?>/core/js/logo-animation.min.js"></script>

Yet the logo still isn’t performing the .hover animation like in my CodePen.

Am I missing some crucial step somewhere?