Pierre Minik
Forum Replies Created
-
Forum: Plugins
In reply to: [ElasticPress] Works with Polylang?Did you try this out? I’m interested in knowing this as well. I found this gist that claims to enable Polylang support for ElasticPress: https://gist.github.com/janneleppanen/087d1559bfd86977deaea3bc1711f239.
Forum: Plugins
In reply to: [Active Directory Integration] not importing all usersI’m having the samme issue. I have 2937 users to import but it seems to import 2438 of them.
What could be going wrong here?
Forum: Plugins
In reply to: [Polylang] How to disable Polylang for queryThanks, Chouby!
Here’s how I fixed it:
function loop_author_archive( $query ) { if ( $query->is_author() && $query->is_main_query() && ! is_admin() ) { $query->set( 'post_type', array( 'status' ) ); unset( $query->query['lang'] ); unset( $query->query_vars['lang'] ); unset( $query->tax_query->queried_terms['language']); } } add_action( 'pre_get_posts', 'loop_author_archive' );Thanks for the responses. I created a support thread on your forums at https://siteorigin.com/thread/rewrite-rules-disappear-when-using-page-builder-by-siteorigin-with-polylang/.
Forum: Plugins
In reply to: [Polylang] Back-end flag?Brilliant, works wonderfully. Thank you, Chouby!
Forum: Plugins
In reply to: [Polylang] UX suggestionBump. Any feedback on this idea?
Forum: Plugins
In reply to: [Polylang] Back-end flag?Cool, really looking forward to that feature.
Forum: Plugins
In reply to: [Polylang] [Request] Back-end flag for greenlandic (kl_KA)Thanks @chouby! Solved it beautifully.
Forum: Plugins
In reply to: [Polylang] [Request] Back-end flag for greenlandic (kl_KA)Thanks for your feedback, lloydo3000.
I’ve read the contributor page before and that’s why I’m asking about the policy of adding new built-in languages.
WordPress has no greenlandic translation and it’d be mismatched if only the plugin’s strings were in Kalaallisut.