Khelil
Khelil
Hi Guy'z, If you still wondering how to make ElasticPress works fine with WPML, here what i've learned : Currently there's two bugs that make it impossible to use WPML...
@danielslyman you can put the first function (indexing) on your theme or plugin...for search results you have to modify the functions directly on WPML plugin files. This is not a...
That's because in my example, `ep_index_wpml` is declared in a class. In your case, you should try this : ``` add_filter('ep_index_posts_args', 'ep_index_wpml', 20 ); function ep_index_wpml($args) { return array_merge($args, ['suppress_filters'...
@danielslyman you have to search in WPML folder : `plugins/sitepress-cms/sitepress-multilingual-cms` for both functions : `set_up()` and `filter_by_lang()` and do the changes...
You're welcome @maartenhunink happy to help ! I did notify the WPML Team, but still waiting for the fix. Looks like they have plenty to fix ;)
You're welcome @wespiremedia and thanks for sharing this subtle tips ;)
@chunghe Bravo and thanks for sharing ;)
Any news on this ? I'm having the issue deploying to WP Engine Atlas.
FYI still having the issue on 4.24 but only when strapi is runned on dev mode
thanks for you answer @timnolte [France Connect](https://franceconnect.gouv.fr/) is the french gov IDP. It's used to access sensitive and personal datas so i suppose that why they're requesting the **nonce** param....