• hello,

    When i add to menu a page that contains latin characters like “?” it turns the character into “?§”. It only happens in the menu, the page title displays correctly.

    I made a fresh wordpress install and it keeps converting the latin characters.

    What’s happening?

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • In your theme style.css it is using this:

    font-family: “NonBreakingSpaceOverride”, “Hoefler Text”, “Baskerville Old Face”, Garamond, “Times New Roman”, serif;

    change that to.

    font-family: Garamond, “Times New Roman”, serif !important;

    and see if that fixes your problem.

    Thread Starter jonymacedo

    (@jonymacedo)

    I believe the problem is when it is saving in the DB. I tried changing it directly there and it works fine.
    The problem is when i go back to the menu settings amd click Save, it converts my characters again

    • This reply was modified 5 years, 3 months ago by jonymacedo.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Latin characters in menu’ is closed to new replies.