• Hi Team,

    We recently started using PolyLang as it seems good. But we observed few of below issues.

    1. Parent dropdown is missing from page attributes
    2. Japanes, Korean, Russia, Chinese languages are showing as ???
    3. Chinese language option are available as zh_HK and zh_TW in plugin, not as zh_hans and zh_hant, are both are similar?

    Thanks
    Nanda KM

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Nanda Kishore M

    (@fornandakishore)

    Updates and findings on the above issues.

    1. Parent dropdown is missing from page attributes
    ==> You can able to see parent dropdown when you create that parent locale copy.

    2. Japanese, Korean, Russia, Chinese languages are showing as ???
    ==> Still issue exists, Checked MySQL database charset code and it is: utf8_general_ci and commented these lines : // define(‘DB_CHARSET’, ‘utf8’); // define(‘DB_COLLATE’,”);

    3. Chinese language option are available as zh_HK and zh_TW in plugin, not as zh_hans and zh_hant, are both are similar?
    ==> Are these codes are same, i.e. Chinese Simplified (zh_hans) and Chinese Traditional (zh_hant) ?

    4. Found one more issue, i.e. Given the ordering numbers to each language in Admin area under Languages but Language Switcher widget is not showing the Locales in the given order.

    Thanks,
    Nanda KM

    Thread Starter Nanda Kishore M

    (@fornandakishore)

    Updates and findings on the above issues.

    1. Parent dropdown is missing from page attributes
    ==> Resolved, check the above answer.

    2. Japanese, Korean, Russia, Chinese languages are showing as ???
    ==> you need to change all database tables collation (charset) to utf8_general_ci including column charset.

    3. Chinese language option are available as zh_HK and zh_TW in plugin, not as zh_hans and zh_hant, are both are similar?
    ==> Are these codes are same, i.e. Chinese Simplified (zh_hans) and Chinese Traditional (zh_hant) ? or can we add own language code such as zh_hans and zh_hant?

    4. Found one more issue, i.e. Given the ordering numbers to each language in Admin area under Languages but Language Switcher widget is not showing the Locales in the given order.
    ==> Assuming issue got resolved after changing the database table collation to utf8_general_ci

    5. Enabled the Field Groups and all the pages not showing any content except English locale ?

    6. How to set all Field Groups default language to English?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Parent dropdown missing from Page attributes’ is closed to new replies.