This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

Reply To: jQuery conflict – duplicate jQuery loading

Home Forums Product Support Forums Ajax Search Pro for WordPress Support jQuery conflict – duplicate jQuery loading Reply To: jQuery conflict – duplicate jQuery loading

#32910
Ernest MarcinkoErnest Marcinko
Keymaster

Hi,

The plugin does not load jQuery explicitly, it only sets the jquery script as dependency. Instead of deregistering the core jquery from wordpress, try replacing it with your own source without hard coding it to the header.
There is still a chance it will not work, as the wordpress core UI and other essential scripts might be only tested with the jQuery version, which is integrated to wordpress.