Digitalitea on "Polylang not linking to corresponding page when changing...
Dear Polylang, Firstly thank you for the plugin, really good work. I am having some difficulties with the transition from one language to another. Whenever I change languages it always takes me back to...
View Articlecichy on "[Plugin: Polylang] Language switcher how to change language labels?"
Hi, I am using language switcher in navigation menu. My question is if it is possible to change the language label e.g. from 'English' to 'EN'. I didn't find such option in the admin panel, perhaps...
View ArticleChouby on "[Plugin: Polylang] Settings: URL Modifications Unselectable"
You need to choose non-default permalinks in settings -> permalinks. This will enable other options in Polylang settings.
View Articlenextart on "[Plugin: Polylang] retrieve post language in back end"
Hi i use this function add_filter( 'default_content', 'my_editor_content', 10, 2 ); function my_editor_content( $content, $post ) { switch( $post->post_type ) { case 'corso': $content = ''; break;...
View ArticleChouby on "[Plugin: Polylang] Language switcher how to change language labels?"
Yes. There is a filter pll_the_languages which allows you to modify the output of the language switcher
View ArticlePtr.pl on "[Plugin: Simple Lightbox] Invalid argument supplied in...
Thank you for your quick response. In fact, the method used to switch language doesn't matter. Problem with simple-lightbox warnings occurs on all English pages and posts containing pictures. All...
View Articlenextart on "[Plugin: Polylang] retrieve post language in back end"
with this function $val = $_GET['new_lang']; retrieve the slug of languages, then the function became: add_filter( 'default_content', 'my_editor_content', 10, 2 ); function my_editor_content( $content,...
View ArticleChouby on "Polylang not linking to corresponding page when changing language"
On admin side, did you specify that you about page in one language is the translation of the about page in the other language?
View Articlecichy on "[Plugin: Polylang] Language switcher how to change language labels?"
Thank you for that but ... I didn't find such option in the admin panel It appeared that I wasn't looking for that in the most obvious place where it should be :) I've just edited the language name and...
View ArticleArty2 on "[Plugin: Polylang] Count post of user by ID in specific language."
Hello, I'm looking for a way to get a user's post count in a specific language. My code now has somethign along the lines of $posts = count_user_posts($bloguser->ID); I found a similar thread but it...
View ArticleArchetyped on "[Plugin: Simple Lightbox] Invalid argument supplied in...
Thanks for the additional details. Unfortunately, your issue could not be reproduced, which may be due to your specific Polylang settings. I will need to take a closer look at your site. Please create...
View ArticleDigitalitea on "Polylang not linking to corresponding page when changing...
I have specified that one page is a translation of the other. This is happening with all pages on my website and they all have a specified translation. Is there a site wide setting somewhere?
View Articleiheartwine on "polylang and maxgalleria conflict"
Hello, I have both plugins (polylang and maxgalleria) installed and when both are active my posts list is collapsed. I see the post list <tbody> in html code, but after page loads it suddenly...
View Articleiheartwine on "Polylang conflict with Custom Post Type Permalinks"
But after deactivating the CPT Permalinks, all changes made within will be discarded :/
View ArticleChouby on "[Plugin: Polylang] Count post of user by ID in specific language."
<?php global $polylang; $numpost = $polylang->model->count_posts($polylang->model->get_language('en'), array('author' => $author_id)); echo $numpost; ?> should display the number...
View ArticleChouby on "Polylang not linking to corresponding page when changing language"
So if I well understand, when editing a page, you can see the correct title of the translation in the languages metabox. Correct? Could you check that you correctly setup the language switcher? There...
View ArticleArty2 on "[Plugin: Polylang] Count post of user by ID in specific language."
Thank you for the prompt reply and the work you've out in this awesome and staple plugin!
View Articlejf_bertrand on "Polylang - Language from different domains"
First of all thanks for your great work. Just have a little problem that I would like to point out. Here are the steps to replicate: 1- Domain1.com = English site 2- Domain2.com = French site 3-...
View ArticlePtr.pl on "[Plugin: Simple Lightbox] Invalid argument supplied in...
Yesterday I gave you access to my test site where I reproduced the problem. Did you find anything? Piotr
View ArticleChouby on "Polylang - Language from different domains"
Did you try with the development version? I believe I fixed a similar bug some weeks ago. So maybe it works now. http://downloads.wordpress.org/plugin/polylang.zip
View Article