alexfaille on "[Plugin: Polylang] String translation won't work"
Simple as that. I feel like an idiot but I'm glad it works. Thanks a lot!
View ArticleChouby on "[Plugin: Polylang] Translations on homepage"
It's hard to know why you got this error (and not me...). But I updated the file again, corrected some bugs and it was since successfully tested by another person than me. So you can test it again if...
View Articlepuzzlegym on "[Plugin: Polylang] Translations on homepage"
Thanks so much. The code worked! It's great! :)
View ArticleLittleBigThing on "[Plugin: Polylang] Possibility to group translations of...
If you cannot reproduce the problem then probably I did something wrong! I'll start over, I am not yet that far anyway and I can use some practice. :-) Thanks for the nice plugin anyway! I'll let you...
View Articletristan.stgermain on "[Plugin: Polylang] Defining a home page"
Oh yes sorry it works, congrats, thanks a lot !
View Articlenikospkrk on "[Plugin: Polylang] Scheduled posts"
Hi Chouby, It's not my first time here but I want to say thank you again for that marvelous multi languages plugin! I found a "bug" (not technicaly a bug I guess, maybe more a lacking small feature?),...
View Articlegyop on "[Plugin: Polylang] Translating Custom Post Type & Taxonomy Slugs"
Hello Chouby! I've been trying your solution and – with my surprise – it actually only worked once. So I tried on fresh installs, but I couldn't make it working again, perhaps I'm doing something...
View ArticleChouby on "[Plugin: Polylang] Scheduled posts"
I am not sure I want to include this feature. But here is how to do this. Add the following code to your functions.php or a custom plugin. add_action('dbx_post_advanced', 'copy_scheduled_post');...
View ArticleRavanH on "[Plugin: Polylang] Query all language terms"
OK, then it's probably just because the use of the form input radio there is not really correct html... ;) It might be more corss-browser compatible if there is an actual form that does a submit on...
View Articlenikospkrk on "[Plugin: Polylang] Scheduled posts"
Thank you for the fix, but I don't think messing with that behaviour should be on the theme side. It sounds a lot more like a plugin fix to me. I have to say that I don't really see any downside on...
View Articleokko on "[Plugin: Polylang] Featured images not shown (title and content...
Hey, I had exactly the same problem... I didn't fix the plugin. I just deleted/commented this code : $thumb = get_post_thumbnail_id(); $img_url = wp_get_attachment_url( $thumb,'full' ); //get full URL...
View ArticleMiscy on "[Plugin: Polylang] Language redirect issue"
Hello, I'm currently facing an issue with default homepage. When people go to the homepage I want them by default to go to the English homepage (main language). I left the detect browser language...
View ArticleChouby on "[Plugin: Polylang] Language redirect issue"
I am personnaly redirected to the English homepage. If this is your default language, then it's the normal way for Polylang to work.
View ArticleMiscy on "[Plugin: Polylang] Language redirect issue"
Some people are getting English but unfortunately some are getting Arabic page as default as well, which causes confusion for English users. Is there a way to make sure everyone is redirected to /en/?...
View Articleteolives on "Polylang and Gravity forms"
I've found that the problem was related to tags in one language being the same in another language: i.e. if tag "rock" was created in language #1 and then through Gravity Form entered in language #2,...
View Articlehwendt on "[Plugin: Polylang] setting different footers per language"
Hi there, first of all: many thanks for such a great plug-in! Can you by any chance suggest a way to have different footer.php files per language? Thank you once again!...
View Articlehwendt on "[Plugin: Polylang] setting different footers per language"
The same question for example regarding the "continue reading" text (i.e. in the twenty ten theme)? Thanks again!
View ArticleChouby on "Show specific translated post in template regarding of the language"
Change the code to this: <?php $post_id = 26; if (function_exists('pll_get_post') && ($tr_id = pll_get_post($post_id)) && !empty($tr_id)) $post_id = pll_get_post($post_id);...
View Article