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

Reply To: UI does not function

#5540
Ernest MarcinkoErnest Marcinko
Keymaster

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.