Problème d'affichage des mots dans le thème Nucleare

  • Unknown's avatar

    Bonjour,
    Je viens de changer le thème de mon site pour le Nucleare, et j’ai constaté une erreur d’affichage de certains mots, qui conduit à inverser les ‘i’/’l’ avec les ‘f’ (modifier devient modiifer, efficace devient eiffcace, réflexion devient rélfexion, etc.).
    Les mots sont écrits correctement dans l’interface d’édition et son reconnu lors d’une recherche sur la page, mais sont affichés de cette manière sur le site. C’est assez gênant car cela concerne beaucoup de mots et donne l’impression que la page est bourrée de fautes d’orthographe…
    Pouvez-vous m’expliquer s’il est possible de résoudre ce défaut et comment, ou si je dois me tourner vers un autre thème (le précédent que j’utilisais, Twenty ten, ne faisait pas cela).
    D’avance merci.

  • Unknown's avatar

    For English speakers, here is my problem: I recently switched themes for the one called Nucleare, but realized there’s something wrong with how it shows some of the words.
    A few letters get mixed up (“i” and “f”, “l” and “f”, from what I’ve spotted already), bringing spelling mistakes where there shouldn’t be any (“efficient” would transform into “eiffcient” for example). I found no way to correct it from the edition interface, as it is correctly written there.
    Does anyone know if it can be solved or if I should just switch back to another theme?

  • Hello @robinchalot,

    A couple of users had experienced something very similar lately. It turns out it’s a sort of bug with the font they used.
    https://en.forums.wordpress.com/topic/letter-f-deleted-from-words-in-posts?replies=7#post-2545609
    Can you double check if you solve the issue by picking another font?

  • Unknown's avatar

    Wonderful, it worked!
    I was using the Merriweather sans font indeed.
    Thank you very much :)

  • A glitch with liguatures (like fl and fi) was introduced in the Merriweather font a few days ago. According to the font’s developer, a fix will be pushed through to Google Fonts today (Jan. 25) in the morning, Pacific time:

    https://github.com/EbenSorkin/Merriweather/issues/16

    Temporary workarounds include:

    1. Add the following custom CSS, if you have access to the upgrade:

    html {
      -webkit-font-variant-ligatures: none;
      -moz-font-variant-ligatures: none;
      font-variant-ligatures: none;
    }

    OR,

    2. In your Customizer’s Fonts panel, choose another font.

    I’m closing this duplicate and will post any further updates in this master thread. Feel free to click “Subscribe” in the right column if you’d like to get email notification of new posts in the thread.

    https://en.forums.wordpress.com/topic/missing-a-few-fs

  • The topic ‘Problème d'affichage des mots dans le thème Nucleare’ is closed to new replies.