Reply To: ajaxsearch.pro.js collision with inclusion of jquery.ui

Home Forums Product Support Forums Ajax Search Pro for WordPress Support ajaxsearch.pro.js collision with inclusion of jquery.ui Reply To: ajaxsearch.pro.js collision with inclusion of jquery.ui

#3807
Ernest Marcinko
Ernest Marcinko
Keymaster

Hi!

I just looked at the search main source. Is this happening on the post editor page?
Currently the built in UI is only loaded on the search backend pages and on the post editor.

However I’m not sure why I enabled it on the post editor, it might have been a mistake. If you open the plugins/ajax-search-pro/ajax-search-pro.php and go to line 85 where you should see this:

require_once(ASP_PATH . "/backend/settings/types.inc.php");

then try to comment out that line, because I believe it’s not necessary to include that file there:

//require_once(ASP_PATH . "/backend/settings/types.inc.php");

Try to refresh the page, and the UI and all the other js and stylesheet files should be gone on the editor page afterwards.
Let me know if this was indeed the issue, so I will add it to the bugfix list.

Best,
Ernest Marcinko

If you like my products, don't forget to rate them on codecanyon :)