Skip to main contentSkip to footer

Unfortunately avoiding a .1 version wasn’t possible this time either, despite my best efforts to have beta testers take a look at the new version.

There’s a small error in the new version, which causes error messages. Sorry about that. This version fixes that, and a common problem with Twenty Ten and Twenty Eleven themes.

  • Fixes a small database problem that was causing error messages.
  • Fixes a problem with Twenty Ten and Twenty Eleven themes that caused doubled “Continue Reading” links.
  • Small touches here and there.

Your account

Not logged in. Log in to see your license details.

Search

Popular Resources

PostX Pro
If you use PostX Pro to build a search results template using their Post Grid block, you’ll notice that the…
Taxonomy archive search
This is a Premium feature and only applies when you index taxonomy terms. This does not apply in free Relevanssi.…
Flatsome

…can do. First, make sure the “Search Product SKU” setting in Flatsome is disabled. Then set Relevanssi to only index the products, not product variations, but make Relevanssi index variation SKUs for the main product. Then we need to modify the Flatsome Ajax Search function above like this: function rlv_flatsome_search_function(……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 example searching for partial SKUs doesn’t work correctly even though it works in the Relevanssi admin search), you can add……query matches a variation SKU, the product permalink is replaced with the variation permalink: add_filter( ‘post_type_link’, ‘rlv_wc_variation_permalink’, 10, 2 ); function rlv_wc_variation_permalink( $permalink, $post ) { global $flatsome_live_search_query, $wp_query; if ( empty( $flatsome_live_search_query ) && isset( $wp_query->query_vars[‘s’] ) ) { $flatsome_live_search_query = $wp_query->query_vars[‘s’]; } if ( ‘product’ === $post->post_type &&…

Related Posts:

Currently there are no related posts available.

Comment Section:

Leave a Reply

Your email address will not be published. Required fields are marked *

Fill out this field
Fill out this field
Please enter a valid email address.
You need to agree with the terms to proceed