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

Reply To: Website breaks when plugin is activated

Home Forums Product Support Forums Ajax Search Pro for WordPress Support Website breaks when plugin is activated Reply To: Website breaks when plugin is activated

#34140
Ernest MarcinkoErnest Marcinko
Keymaster

Hi,

Thank you for the details, it helps us a lot!

This error usually indicates an issue, when multiple jQuery instances were loaded to the page. While I don’t see any duplicit jQuery scripts, there might be a copy of jQuery created right after the plugin script is loaded and gets ready to initialize.
Luckly I was able to simply resolve this by switching the javascript loading method to non-minified. It should be fine now.