Skip to main contentSkip to footer

Relevanssi updates through a proxy

If your website connects to the outside world with a proxy and you’re having trouble getting access to Relevanssi Premium updates, there may be a problem with the proxy. In this case, you’d have a perfectly valid API key set up, but WordPress still says your Relevanssi license is not valid.

This problem is usually related to server-side caching and sorts itself out in a couple of days, but if it’s a proxy problem, here’s a code snippet that may help:

add_filter( 'pre_http_send_through_proxy', function( $override, $uri, $check ) {
  if ( strpos( $uri, 'www.relevanssi.com' ) !== false ) {
    return true;
  }
  return $override;
}, 10, 3 );

 

Your account

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

Search

Popular Resources

Adding a search form in the navigation menu

…the SearchWP Modal Search Form. As the name says, the plugin is from the SearchWP developer Jon Christopher, but it also works great with Relevanssi. This plugin can easily add a search feature to your navigation menu or a site header. The search form also works great on mobile devices….…header. That’s a good reference if you want to build a nice search form in the header. If your theme does not include a built-in search form and you’re not interested in building one yourself, one of the best plugin options is the SearchWP Modal Search Form. As the name…WordPress doesn’t make adding a search form in the navigation menu easy. It’s a popular request, though, and having access to the search in the site header is typical. Relevanssi itself doesn’t have opinions on the user interface. Some themes, like Twenty Twenty, include a built-in search feature in the…

10Web Photo Gallery
The Photo Gallery plugin from 10Web uses a shortcode to add photo galleries to posts and pages. By default, Relevanssi…

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