hi, forgot something. 🙂
it only happens in the quickedit function of wordpress. editing/updating in the detailed edit pages is fine.
Plugin Author
Chouby
(@chouby)
Destroying the connection when using quick edit is intentionnal.
Example: Post 1 (English) translated as Artikel 1 (German). If you switch Artikel 1 in English, you have two connected English posts. To avoid this, Polylang breaks the links as soon as you use quick edit to change the language.
oh, i think you did not understand exactly or i just did not explain detailed enough.
i dont change the language the dropdown by myself – its just set to the a wrong language.
i made a short screenvideo. maybe you can watch it.
http://www.individole.de/polylang_quickedit_bug.mov
Plugin Author
Chouby
(@chouby)
I see. The language is correctly set in DB. But quick edit dropdown menu can display something wrong. I will try to patch this in v1.3
Hello Chouby,
First I must say thank you for your plug-in. Best solution for multilingual websites I’ve tested for now.
I post here a Warning because I didn’t find anywhere a post related to my bug.
I have installed polylang 1.2.4. When I go to wp-admin/options-general.php?page=mlang&tab=strings, I get this warning:
Warning: Invalid argument supplied for foreach() in .../wp-content/plugins/polylang/admin/settings.php on line 298
Did not seem to be a problem for edition and record the translated string but was a bit akward.
After some tests, I found that $widgets var was returning FALSE, so I modified a bit line 295 like this:
if ($sidebar == 'wp_inactive_widgets' || !isset($widgets) || !$widgets)
continue;
Has you can see, I added || !$widgets
And now I feel better without this warning and I can thank you again for you work.
Keep it up!
Plugin Author
Chouby
(@chouby)
Thanks. I will fix that in v1.3 coming soon.
Hi I have this problem, after upgrade polylang.
Fatal error: Call to a member function get_default_language() on a non-object in /home/ftpricky/public_html/wp-content/themes/Avada/admin/index.php on line 62
I can’t enter to my control panel, but the website looks well. http://www.ingenieriamas.es
If you can help me to fix it. thanks.