Forums

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

Home Forums JavaScript JQuery Conflict with Link Selection and Menu Initiation Re: JQuery Conflict with Link Selection and Menu Initiation

#74324
doobie
Member

Hi b-rad,

Not sure if you noticed, but you’re loading jQuery multiple times. This causes all kinds of problems. It’s being called once in your header and again in the body.

Check out this article http://digwp.com/2009/06/including-jquery-in-wordpress-the-right-way/.

Give that a try and let us know if it resolves the problem.

-Jacob