Chouby on "Translate album title Nextgen"
The multilingual support of Nextgen gallery is done inside Nextgen Gallery code to ensure compatibility with WPML. It works with Polylang just because Polylang provides the same API as WPML to ensure...
View Articlebundesliga on "[Plugin: Polylang] how do this?"
hi, in the main page there is boxes for my theme but i don't know how to use to language in it. although, i see you are talk about this:...
View ArticleChouby on "Widgets and Polylang conflict"
I just tested Recent Posts Thumbnail Slider Widget 1.0 and it works as expected. That is recent posts in the current language are displayed by the widget. Tested with WP 3.6 + Polylang 1.1.4
View ArticleMariaWeb on "[Plugin: Polylang] different crumbs in each language"
function inkthemes_breadcrumbs() { $delimiter = '»'; $home = 'Home'; // text for the 'Home' link $before = '<span class="current">'; // tag before the current crumb $after =...
View ArticleChouby on "Polylang Featured image issue (with comic easel)"
@Nikita89. Your theme Xenon is internally using a plugin Aqua resizer which conflicts with Polylang. I just created a development version (1.1.4.1) which should solve this conflict:...
View Articlesimonalberink on "Translate album title Nextgen"
Hi Chouby, Thanks for the quick reponse. So the line of code (see below) you provide in the link is for the gallery title to be translated correctly, right? $galleries[$key]->title =...
View ArticleAlaskaFox on "Polylang - Header Menu not changing languages on Responsive Theme"
Hi, I've had a look back through a lot of threads on here, and tried some of the solutions given, but the header menu is still staying as the English menu despite switching languages. One of the...
View ArticleTirips on "[Plugin: Polylang] Multilang comments + hightlight post"
Iznogood is very good !! Thanks a lot for your help, that works !
View ArticleERR_TOO_MANY_REDIRECTS"">Hugo on "Polylang - Temp index.php rename gives -> ERR_TOO_MANY_REDIRECTS"
Hey Chouby! ________________________________________________________________ 1. my permalink settings are postname 2. i'm using a static homepage 3. settings: remove language in permalinks / hide...
View Articlezearth on "[Plugin: Polylang] Language choose not storing session or cookie?"
Hi, I got a the latest version of wordpress and latest version of polylang. the issue right now is when I switch to italian lang it goes ok for the link, but when I visited my home from...
View Articlezearth on "[Plugin: Polylang] Language choose not storing session or cookie?"
follow up update, I tried to disabled this setting - (UNCHECKED) Hide URL language information for default language it works with http://www.site.com/en/ but currently all of my english pages and post...
View ArticleNikita89 on "Polylang Featured image issue (with comic easel)"
Wow thank you! It really helps! You are amazing :)
View ArticleChouby on "[Plugin: Polylang] Language choose not storing session or cookie?"
This bug should be specific to 1.1.3. Did you update?
View ArticleERR_TOO_MANY_REDIRECTS"">Chouby on "Polylang - Temp index.php rename gives -> ERR_TOO_MANY_REDIRECTS"
I thought what you did was impossible (without modifying the WP code) as 'index.php' is hardcoded somewhere... wp-include/rewrite.php line 548 (3.6) And thus I did the same in Polylang....
View ArticleChouby on "Polylang - Header Menu not changing languages on Responsive Theme"
Responsive is a supported theme (so no need to try modifying the code). And until now I did not reproduce such issue. Your polylang settings and a link would help. Also could you tell me which name you...
View ArticleChouby on "[Plugin: Polylang] different crumbs in each language"
The elegant and best way: http://codex.wordpress.org/I18n_for_WordPress_Developers The easiest for a unique installation: if (get_locale() == 'en_US') $home = 'Home'; else $home = 'Accueil';
View Articlezearth on "[Plugin: Polylang] Language choose not storing session or cookie?"
I think I found out now the problem on this error, as well on the top/parent pages causing the error. On my Template function I have a custom rewrite URL, if I remove this and reset the rewrite_rules...
View Articlezearth on "[Plugin: Polylang] Language choose not storing session or cookie?"
its now working, never mind the post above, I used add_rewrite_rule() to fix the issue thanks
View ArticleBasili on "[Plugin: Polylang] Random header doesn't work in secondary language"
The headers show up perfectly when the Random Header is turned off. That means I can pick German and the header shows up correctly on the German page. Doesn't that mean it's set correctly? I verified...
View Articleamsdes on "Polylang translates only menus in Home page"
Hello, I have installed Polylang and tranlsated my wordpress site in 3 languages, English (main)-Greek-Italian (used a theme called Lucidpress). Everything works fine, except that in home page, when I...
View Article