…as this. All you need to do is to add this function to your site, and you should have working Relevanssi-generated custom excerpts. No results Avada adds a fs parameter…
BeTheme does the strangest, weirdest, and least productive things with search I’ve ever seen in a professional theme. It can automatically clear out your search term, which of course leads…
…$content ); $content = preg_replace( ‘~\ ~ims’, ”, $content ); return $content; } This function will clean all the shortcodes and their contents where the label matches one of the…
…for posts and pages. If the live search does not work Flatsome has a built-in live search that should work with Relevanssi without modifications, but in case it doesn’t (for…
There’s a compatibility issue between Relevanssi and Gutenberg Full Site Editing. No results are found when you create a Query Loop to display the search results with Relevanssi enabled. The…
…search. Add this to your site: add_action( ‘wp_loaded’, ‘rlv_replace_martfury_search’ ); /** * Unhooks the Martfury search and replaces it with our custom search. */ function rlv_replace_martfury_search() { global $wp_filter; unset(…