Forums

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

Home Forums JavaScript WORDPRESS: Added wp_head() to header and now my jquery scripts do not work Re: WORDPRESS: Added wp_head() to header and now my jquery scripts do not work

#141253
asiek
Participant

I managed to get my flexslider and animated drop down menu to work again…
I have a Videos page that has a separate header and there is no flexslider included.
There I hovered over my navigation and the drop down menu is animated.
So that is when I came to realize it had to be the flexslider causing the issue.

So I went to my main header.php and removed flexslider.js and easing.js.
Visited my page, and the animation worked.
I didn’t want a blank container though! So I went back into header.php, added the easing and flexslider again. Then instead of both I only removed the easing.js plugin…

Visited my page once more and now the slider as well as the animated menu works.
I have no idea why easing.js caused such a problem…
I wish I was a programmer/developer to understand!!!