Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › UI does not function › Reply To: UI does not function
Hi!
It think I see the problem. The error console says the following:
Uncaught TypeError: $(…).accordion is not a function
originating from: http://mattreynolds.net/wp-content/plugins/otw-blog-manager/assets/js/otw-admin-bm-functions.js?ver=4.2.2
Then this error subsequently causes everything else to fail.
It’s the “otw-blog-manager” plugin tried to load it’s resources, but something failed on the way. Since those resources are not needed on the ajax search pro pages, I found a solution.
I’ve added a conditional statement to unload the script handlers for the ajax search pro pages. Will include this in the upcoming version as well.