Reply To: No Results Being Returned For Custom Field Only Search

Home Forums Product Support Forums Ajax Search Pro for WordPress Support No Results Being Returned For Custom Field Only Search Reply To: No Results Being Returned For Custom Field Only Search

#3025
Ernest Marcinko
Ernest Marcinko
Keymaster

No problem at all.

The tiny change is in wp-content/plugins/ajax-search-pro/includes/search_content.class.php on line 346. The old code was:


if ($use_timthumb == 0) {

and I replaced it with the bypass:


if (1) {

This will be overwritten by updates, however all you need to do is change this one line. The line number will probably change, but if you search for “if ($use_timthumb == 0) {“ in the file, you will find it, it only occures once.

If you can’t change it or something goes wrong, you can reply to this thread and I will do it for you.

Best,
Ernest Marcinko

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