I created a template for search results but doesn’t get along with relevanssi? The styles are different IF any of the results has a bricks template shortcode. An example where I set the container width to be 1300px (in theme styles, red border), using the excerpt
In the meantime, I have to use this piece of code in order to get it fixed, or uncheck Create custom search result snippets in Excerpts and highlights
// It works on local but not on staging
add_filter('relevanssi_disable_shortcodes_excerpt', function($values) {
$values[] = 'bricks_template';
return $values;
});
I see compatibility with that plugins was added in v1.3.2 but I don’t know if this would be a bricks or relevanssi issue.
Please let us know if you are still experiencing issues.
As with any pre-stable release, please do not use it on a production/live website. It is only meant for testing in a local or staging environment. The more feedback we get, the better