Peter_L on "[Plugin: Codestyling Localization] theme english .mo file not...
Hello, I'm running a site with a localized custom theme. The site has 4 languages and the translation plugin is polylang. I used codestyling localization to handle the translation of the localized...
View Articlejsanta on "polylang and permalink editor plugin incompatible ?"
Hi!! I have the two plugins active in my site and have two languages active (spanish and english). I made the customise link for custom post type and works great. For example, i have two post with the...
View ArticlePeter_L on "[Plugin: Polylang] localization problem with .mo file."
Hello, I'm having a problem with localization. A website of mine is available in 4 languages: nl (default), fr, en and es. Everything works fine except for the localization in English. It's doesn't...
View Articlemclarenlondon on "[Plugin: Polylang] Page and Post issues"
Hi. I have blog page on my two language website. The problem is that I removed all widgets from left sidebar apart from Archive and Search and with English page everything is ok, but if you change...
View ArticleReactorShop on "[Plugin: Polylang] Theme Menus Links (CPT Pages) shown for...
Just to clarify, the redirect query strings need to be added when either the Purchase History, the Edit Profile or the Downloads "tab" is selected inside "Your Account" page. Your Account tab...
View ArticleChouby on "[Plugin: Polylang] Theme Menus Links (CPT Pages) shown for all...
Well I don't know WP-Ecommerce so I must admit that I am a bit lost. What changed between 1.2.4 and 1.3 and which I think probably impacted you (because it was what I played around in 1.2dev57 too) is...
View ArticleChouby on "[Plugin: Polylang] localization problem with .mo file."
Why do you need an en_US.mo file?
View ArticlePeter_L on "[Plugin: Polylang] localization problem with .mo file."
Because my theme template files contain some text strings that need translation and the default language is Dutch, not English. __('Dutch text', 'theme name')
View ArticleChouby on "[Plugin: Polylang] localization problem with .mo file."
That's probably the source of your issue. By default, WordPress supposes that everything is written in 'en_US' and it loads translations for other languages. In Polylang languages, could you try to...
View ArticleChouby on "Polylang menu seems to be 'English' for every page, following...
Yes it's the most common theme bug regarding nav menus. @stuartmcmillen is your theme freely avalaible?
View ArticleReactorShop on "[Plugin: Polylang] Theme Menus Links (CPT Pages) shown for...
I'm sorry, my bad. Hit the wrong buttons. Regarding what you asked me to do, here's is what I did: I took PLL 1.2dev59 parse_query (my last known good config. I wasn't aware of PLL 1.2.4 until I...
View ArticlePeter_L on "[Plugin: Polylang] localization problem with .mo file."
Yes, this solved it. In polylang, I changed locale to en_GB. Then I deleted the en_US.mo from my theme language folder and renamed the en_US.po to en_GB.po. Then I opened my codestyling localization...
View ArticleChouby on "[Plugin: Polylang] Theme Menus Links (CPT Pages) shown for all...
I thought I was going crazy ;-) Maybe you can just remove the Polylang filter and set your own (hoping that you won't run in a conflict with pages: global $polylang; if ($polylang instanceof...
View ArticleChouby on "[Plugin: Polylang] localization problem with .mo file."
You are right. I checked and Polylang assumes in one place that the default locale is en_US. That's may be the source of your issue. I made that to save some time but I may have to reconsider this.
View ArticleReactorShop on "[Plugin: Polylang] Theme Menus Links (CPT Pages) shown for...
Perfect! This is how it was fixed. 1. Put the 1.2dev59 parse_query filter into a new plugin, like this: function pll_wpsc_parse_query($query) { global $polylang; if(isset($polylang->choose_lang)) {...
View Article1RONMAN_C on "Polylang&Avenue theme from web2feel - Listing translation"
Hi everyone! I really-really need your help. I am using wordpress theme called Avenue, this theme is from web2feel. It's a real estate theme and it has listing in it. I want to translate this listing....
View ArticleChouby on "[Plugin: Polylang] Theme Menus Links (CPT Pages) shown for all...
You can't do function pll_remove_new_parse_query($query) { global $polylang; remove_filter('parse_query', array(&$polylang, 'parse_query'),6); return $query; } add_filter('parse_query',...
View ArticleChouby on "Polylang&Avenue theme from web2feel - Listing translation"
It looks like your theme is not translation ready! Please read:...
View ArticlePeter_L on "[Plugin: Codestyling Localization] theme english .mo file not...
resolved, see: http://wordpress.org/support/topic/localization-problem-with-mo-file?replies=6#post-5010582
View Article