Nanda Kishore M
Forum Replies Created
-
It’s not redirecting to the correct post URL instead of simply shows the post with the wrong category in the URL. Not sure why it’s showing the post instead of showing not found or 404.
Forum: Plugins
In reply to: [Polylang] Parent dropdown missing from Page attributesUpdates 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_ci5. 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?
Forum: Plugins
In reply to: [Polylang] Parent dropdown missing from Page attributesUpdates 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- This reply was modified 5 years, 4 months ago by Nanda Kishore M.