Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › jQuery conflict – duplicate jQuery loading › Reply To: jQuery conflict – duplicate jQuery loading
April 23, 2021 at 8:06 am
#32910
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.