• Przy tworzeniu menu (wp-admin/nav-menus.php) polskie znaki w tytułach są zamieniane na “krzaczki” po zapisie menu. język globalnie ustawiony na polski, wszędzie na stronie polskie fonty są ok, tylko przy zapisie menu polskie znaki są zamieniane w krzaczki , dla przykładu . Tabela MySQL sm3g_posts post_title – kodowanie ustawione <dfn title=”Unicode (UCA 5.2.0), case-insensitive”>utf8mb4_unicode_520_ci</dfn>

    Po ręcznym poprawieniu w tabeli, menu jest poprawne, więc to nie problem z wyświetlaniem tylko błąd powstaje przy zapisywaniu menu.

Viewing 1 replies (of 1 total)
  • Moderator bcworkz

    (@bcworkz)

    Verify your WP charset setting is “UTF-8”. Look for “blog_charset” at /wp-admin/options.php (no admin menu link, you need to type in the URL). Also verify the DB_CHARSET definition in wp-config.php matches your DB’s charset.

    With the above settings, I’m unable to replicate the described behavior. I used “Łódź` as a test Polish name. It’s likely the behavior is caused by your theme or one of your plugins. As a test, deactivate all plugins and switch to a Twenty* default theme. You should now be able to correctly save Polish menu item titles. To identify which module is the cause, restore them, one at a time, testing after each. When the behavior returns, the last activated module was the cause.

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.