Gonçalo Peres on "[Plugin: Polylang] WP 3.5 / PLL_MEDIA_SUPPORT: false =...
I'm trying the current development version and it looks good so far. And confirm that the problem is solved: I can now see uploaded media when i click the "Insert Media" button on a post or page. Great...
View Articlecherry-webprojects on "[Plugin: Polylang] I want to use custom images instead...
Hi all, I really appreciate this module but now I face a problem which I do not get solved as I am not really a programmer - at least I fail understanding how the filters work. I found out so far that...
View ArticleChouby on "[Plugin: Polylang] Keeping images for translated posts"
Are you using WP 3.5? See http://wordpress.org/support/topic/wp-35-pll_media_support-false-media-manager-problem?replies=3#post-3757660
View Articleguigoz on "[Plugin: Polylang] PolyLang incompatibile with EasyReservation"
Hi, I have the same bug but flushing rewrite rules doesn't fix it. I still have the same problem. Any idea ? Thanks.
View ArticleChouby on "[Plugin: Polylang] I want to use custom images instead of language...
You don't need to program... If I well understood, you just need a custom flag which can be the picture you want. In your language switcher option, choose to display flags and not names. Then create a...
View Articlep4004 on "[Plugin: Polylang] Keeping images for translated posts"
Thank you, after upgrading I finally can see images for all posts no matter what their language is. Great! Thanks.
View Articleyeabdesign on "[Plugin: Polylang] Problem with menus"
hi i have a rt-theme 17 and polylang dont detect languages in menus please help me urgent http://wordpress.org/extend/plugins/polylang/
View ArticleChouby on "Multilanguage site and Postie"
Could you try again with the development version of Polylang (should be 1.0dev17 now)? To explain a bit about the internal of Polylang. It does load either admin or frontend and doing a wp-cron was not...
View ArticleWayne Allen on "Multilanguage site and Postie"
Thanks for the background. Is there any way for someone to set the language by using categories, or setting the WP slug?
View Articlegtsak on "[Plugin: Polylang] Keeping images for translated posts"
Hello I am new to polylang and I have to say that it is one of the best plugins I have used. However I have a problem when I am trying to translate my media. The thing is that I haven't found how I can...
View ArticleChouby on "Multilanguage site and Postie"
Before looking at your code, I would have said no. But looking at the function 'lookup_category', I observed that you are looking for a term_id without specifying the taxonomy (unlike native functions...
View ArticleChouby on "[Plugin: Polylang] Keeping images for translated posts"
Yes you go to the editing screen, but you will notice that the language has changed. So you can enter the caption and so on in the new language.
View ArticleWayne Allen on "Multilanguage site and Postie"
Looking good. I'm testing this, but the call to term_exists never succeeds, i.e returns null. Which doesn't make sense after looking at the term_exists source...
View ArticleWayne Allen on "Multilanguage site and Postie"
OK, found the issue. Evidently my category IDs were not really integers. After forcing them using intval everything is working fine. I'm thinking about including an option so that Postie works natively...
View ArticleWayne Allen on "Multilanguage site and Postie"
FYI http://postieplugin.com/postie-polylang/
View ArticleApinaut on "[Plugin: Polylang] Static frontpage with /de loads blog archive"
Hello, I installed ploylang yesterday and encountered a strange problem. English and german are used, english is default. Langage detection is turned on, static frontpage is checked. While english...
View Articlerl.photo on "[Plugin: Polylang] Menu is switched always back to inital (DE) -...
Hi Chouby, first of all thanks for that pretty straight forward multi-language-plugin. I installed it yesterday and set up my site, having now two menus for de (German) and en (English) implementet,...
View Articlerl.photo on "[Plugin: Polylang] Menu is switched always back to inital (DE) -...
This is the code used by the template btw.: <?php /** * Primary Menu Template * * Displays the Primary Menu if it has active menu items. * * @package Cell * @subpackage Template */ if (...
View ArticleChouby on "[Plugin: Polylang] Static frontpage with /de loads blog archive"
This is the default behaviour of Polylang that http://www.example.com/de links to the blog archive. If you want that it links to you front page then you have to check: ‘Redirect the language page to...
View Articlecvons on "Multilanguage site and Postie"
I still got some problem. I use Postie 1.4.30 and Polylang 0.9.8. I put the code: <?php function add_polylang_language($post) { foreach ($post['post_category'] as $key=-->$cat) { $term =...
View Article