Dear Customer,
Sorry for the inconvenience caused, But we didn’t receive any mail from you. Could you please confirm whether you submitted your support ticket here https://pluginsware.com/submit-a-ticket/ we assume that you would have wrongly sent to some other plugin support. Also, our support email id is [email protected] . Please let me know where did you send your issue
And here is the solution for your issue.
1. Open the below file,
/wp-content/plugins/advanced-classifieds-and-directory-pro/public/class-acadp-public-search
2. Find the following code in the above file,
public function posts_where( $where, &$wp_query ) {
3. Replace the above code with the below code,
public function posts_where( $where, $wp_query ) {
4. Finally, save the files and check your site. Hope this helps you.
Thanks