Chouby on "[Plugin: Polylang] Switcher opens incorrect page"
Did you link your two home pages together? http://polylang.wordpress.com/documentation/setting-up-a-wordpress-multilingual-site-with-polylang/translating-posts-or-pages/
View ArticleChouby on "[Plugin: Polylang] date format"
I don't know event maker, but normally a plugin should use the date format that you enter in WordPress settings (Settings->general). This is then translated by Polylang using the translation...
View Articledeepbevel on "Twenty Fourteen "Nothing found" Homepage, but no sticky posts?"
I had to use a static home page to get featured posts without "Nothing found". but as with all static home pages it doesn't show the regular blog. Maybe they should just say "if you'd like to use the...
View Articletoskan on "Polylang for fallback language, problem with pagination to second...
Following scenario I am using this in my archive.php: if (is_category()) { $categories = get_the_category(); $category_id = $categories[0]->cat_ID; $deCatId = pll_get_term($category_id, "de");...
View Articletimosa on "[Plugin: Polylang] Language subdomains and posting comment"
I opened the settings page, pressed the save button again and tested adding a comment. Once again, I get redirected to the wp-admin page.
View Articlejoekey on "[Plugin: Polylang] Switcher opens incorrect page"
Hello, thx for quick reply. That was the problem. Now it works perfectly. BR Joe
View Articlemaxxdesign on "Polylang and CPT"
I use the Ego theme and Polylang recognize the Portfolios cpt, but the Homepage Slides and Homepage Sections were not visible in the plugin admin. So I added this code add_filter('pll_get_post_types',...
View Articlemaxxdesign on "Polylang and CPT"
Ok solved by myself The right code is below add_filter('pll_get_post_types', 'my_pll_get_post_types'); function my_pll_get_post_types($types) { return array_merge($types, array( 'udt_homepage_slider'...
View Articlemaxxdesign on "Polylang and CPT"
What I named slug is really the cpt as named in the register function
View Articlecleforweb on "Virtue in multilanguage site with Polylang"
First of all I want to thank theme creator for an excellent work. I have been tested several dozens of free and premium themes but this one is the best in all aspects. However my site will be...
View ArticleKadence Themes on "Virtue in multilanguage site with Polylang"
Hey all of that text can be translated by translating the theme into the language you want, with a .po file. As an example, the theme has been translated into a couple languages you can see them in the...
View Articlecleforweb on "Virtue in multilanguage site with Polylang"
Thanks. That helped me a lot. As a matter of fact I was created .po and .mo files with Codestyling Localization plugin. The problem was that my country code should be in two letters. First solution was...
View ArticleIvanJJill on "Polylang does not translate months after update to WP 3.8.1"
Hi guys, I have the same problem. frafor, can you please let me know what exactly helped? how did you reinstall the italian version? is it the whole wordpress or a polylang only? Thanks!
View Articlefrafor on "Polylang does not translate months after update to WP 3.8.1"
Hi IvanJJill, to reinstall wordpress just go Dashboard -> Updates In the first section where you can find: "You have the latest version of WordPress. Future security updates will be applied...
View ArticleIvanJJill on "Polylang does not translate months after update to WP 3.8.1"
Thanks frafor, I'll try that.
View ArticleNeil Wilson on "Polylang - Language Switcher Widget?"
Polylang is installed on my local test site. I installed the language switcher widget. I have two languages defined (English and German). The widget only shows one language. So, the viewer can not...
View Articleaclua on "polylang and types"
I have installed Polylang without any problem, then when I activate Types (other Plugin) it gives me error. (server side) Could someone fix this? https://wordpress.org/plugins/polylang/
View ArticleChouby on "Polylang - Language Switcher Widget?"
Is that not the same as http://wordpress.org/support/topic/polylang-pages-widget-not-displaying ? A language is not shown if there is no post or page in that language.
View ArticleNeil Wilson on "Polylang - Language Switcher Widget?"
I determined that I needed to "translate" pages. I didn't have any pages translated for one language and therefore that language would not show in the widget
View Article