Reply To: Uncheck all boxes in filter

#8137
Ernest Marcinko
Ernest Marcinko
Keymaster

Hi!

1. Well this is not possible without touching the plugin code. In case you need it for the engine you talked in your previous ticket (redirection from header to another search), then I would do the following:

– Open up the wp-content/plugins/ajax-search-pro/includes/classes/search/search_content.class.php file and scroll down to line 590, which should be an empty line. Put this code there:

    if ( isset($_GET['ignore_op']) ) return "";

– Add the &ignore_op=1 parameter to the redirection URL of the header search instance. So if you previously had:

catalogue/?asp_id=5&asp_s={phrase}

then change it to:

catalogue/?asp_id=5&asp_s={phrase}&ignore_op=1

2. I’m not sure why, but in this case try to turn off the “Display the description context?” option on the Layout Options -> Results layout panel: https://i.imgur.com/I3JZbUu.png, and make sure that the description length is set to 100. Let me know if that doesn’t help.

Best,
Ernest Marcinko

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