Hi!
Well, I’m not sure if it’s going to help, but there is one thing you can try.
Open up the wp-content/plugins/ajax-search-lite/includes/asl_init.class.php file and go to lines 73-74:
wp_register_script('wpdreams-scroll', ASL_URL.'js/'.$js_source.'/jquery.mCustomScrollbar.js', array($prereq, 'wpdreams-mousewheel'), ASL_CURR_VER_STRING, $load_in_footer);
wp_enqueue_script('wpdreams-scroll');
Try deactivating those lines like so:
//wp_register_script('wpdreams-scroll', ASL_URL.'js/'.$js_source.'/jquery.mCustomScrollbar.js', array($prereq, 'wpdreams-mousewheel'), ASL_CURR_VER_STRING, $load_in_footer);
//wp_enqueue_script('wpdreams-scroll');
I’m not sure if this is going to help though.
I’m planning to add a new feature to the upcoming version, where you will be able to change the JS sources, which should definitely help with these kinds of issues.
Thread Starter
monoxa
(@monoxa)
Thank you for advice.
I tried, but, Ajax Search is no longer function.
>I’m planning to add a new feature to the upcoming version, where you will be able to change the JS sources, which should definitely help with these kinds of issues.
I wait while expecting the next version.
You are welcome 🙂
The next version should be out within a week.