• Resolved frein

    (@frein)


    Hi all,
    After filter menu doesn’t show. I have foxy theme and simple membership plugin. How could be? Incompatibility with plugin, theme or another thing?

    Also when I search with your plugin it shows something like Exact Match Author1 or Exact Match Author2 on the filter section. How could I hide the words Exact Match?

    Thanks for all!

    • This topic was modified 7 years, 3 months ago by frein.
Viewing 1 replies (of 1 total)
  • Plugin Author don benjamin

    (@dondon-benjamincouk)

    Hi,

    If the menu is not showing I think this would be an issue with your theme rather than the search plugin. Does the menu show if you use the built-in wordpress search?

    There’s not currently any options to customise the search description, you could probably add something like the following to your theme/functions.php file:

    
    add_filter('get_search_query',function($query){ 
        return str_replace("Exact Match","",$query);
    },20);
    
Viewing 1 replies (of 1 total)
  • The topic ‘Menu doesn’t show after filter’ is closed to new replies.