Chouby on "[Plugin: Polylang] Defining a home page"
There are 2 issues in your code. First you overwrite all query vars except 'paged' in your 'query_post' instruction. So if Polylang has set the query var 'lang', (or if any other plugin set another...
View ArticleChouby on "Polylang problem with JQuery accordion menu widget"
For me, that's the opposite. 1.0 is the buggy version and 1.0.1 corrects the issue.
View Articlevladdione on "Polylang Problem with Pagelines Boxes"
Hi, I'm using the free Pagelines theme http://wordpress.org/extend/themes/pagelines Everything went fine and I was able to enable multi-language settings for Pages / Menu / Posts. Pagelines has the...
View ArticleRoulzi on "Polylang - posts on the home page do not switch with the language"
I am using Polylang Version 1.0.1. with English and French.. I have set the default language to English and created posts in both languages that are connected to each other. Everything looks fine on...
View Articletristan.stgermain on "[Plugin: Polylang] Defining a home page"
Hi, I'm not too technical but I think I get what you mean. So to resume: I translate the category ID 1, then change : $paged = 1; query_posts("cat=1&post_type=post&paged=$paged"); ?> to...
View ArticleApinaut on "[Plugin: Polylang] Static frontpage with /de loads blog archive"
Hi, OK, after updating to 1.0.1 and thinking a while I think it works now; When clicking on "Home" after changing the language in the blog section, the frontpage was not opened because it did not exist...
View ArticleChouby on "[Plugin: Polylang] Defining a home page"
change all if ( get_query_var('paged') ) $paged = get_query_var('paged'); elseif ( get_query_var('page') ) $paged = get_query_var('page'); else $paged = 1;...
View ArticleChouby on "[Plugin: Polylang] Static frontpage with /de loads blog archive"
Is there any option to show all pages, even if they are not already translated? I don't understand what you mean.
View ArticleChouby on "Polylang - posts on the home page do not switch with the language"
Did you try with a WordPress default theme and also without other plugins to detect any conflict?
View ArticleApinaut on "[Plugin: Polylang] Static frontpage with /de loads blog archive"
I mean: We have a static frontpage, the blog and two other pages shown in the main menu of our website apiomat.com. All these pages are in english. When I switch language to german, only the static...
View ArticleChouby on "[Plugin: Polylang] Static frontpage with /de loads blog archive"
Yes. Your menu lists pages. And of course Polylang filters them by language. So if you don't have any page in german, nothing will be displayed.
View ArticleRoulzi on "Polylang - posts on the home page do not switch with the language"
Thanks .. it seems the problem is with the theme as it's taking the English posts only. Question: is there a way to create one category and assign both languages to? Roula
View Articletristan.stgermain on "[Plugin: Polylang] Defining a home page"
Hi, Thanks but got this error on home page: Fatal error: Call to undefined function pll_get_term() in /homez.83/fredericc/www/wp-content/themes/responsive/blog.php on line 26
View Articleweeix on "[Plugin: Polylang] [suggestion][video] Untranslated content...
Hello Chouby, Thanks for adding no-translation class to the language switcher. I'm very happy with it. This is what I've done: http://www.youtube.com/watch?v=jXgDzda9nG8 I'd like to hear your though...
View Articlefotogenico on "[Plugin: Polylang] Keeping images for translated posts"
yes, but then need to upload images again?
View ArticleChouby on "[Plugin: Polylang] Defining a home page"
You should get this error if Polylang is deactivated. Well finally I made the test and the code proposed above does not work. I did not test deeply but it's probably a conflict between the cat query...
View ArticleChouby on "[Plugin: Polylang] Keeping images for translated posts"
Of course not! Only one image is stored.
View Articlegtsak on "[Plugin: Polylang] Keeping images for translated posts"
So, the translation refers to the title and the alt text right? We don't link two images together, one for each language, right? G
View Articlejussi.r on "[Plugin: Polylang] Incombatibility with "Custom Permalinks" plugin"
Hey I'm using polylang 1.0.1. I have 3 (fi,en,sv) languages and I got a few articles in Finnish. I've made language version of the static frontpage for all languages. When I try to visit at other than...
View ArticleChouby on "Polylang - posts on the home page do not switch with the language"
Is your theme freely downloadable? You can't assign two languages to a category. Did you asked the question because your theme queries a specific category of some specific usage?
View Article