polylang / wpml-to-polylang

Tool to migrate a WPML install to Polylang
https://wordpress.org/plugins/wpml-to-polylang/
GNU General Public License v3.0
6 stars 0 forks source link

After migrating the "Front page label" is missing for the secondary language #4

Closed Chrystll closed 5 years ago

Chrystll commented 5 years ago

Plugins activated

WPML to Polylang 0.2.5 Polylang 2.6 WPML Multilingual CMS 4.2.7.1 WPML String Translation 2.10.5.1 WPML Media 2.5.2

Issue description

After migrating the "Front page label" is missing for the secondary language, see:

screenshot-localhost-2019 06 26-16-57-39

Chouby commented 5 years ago

This bug is due to the pll_languages_list transient being filled with empty values for the page_on_front and page_for_posts PLL_Language properties.

Chrystll commented 5 years ago

I just retested and you fixed the issue. Thank you.