Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1488118

    Somehow in the last couple weeks of development on a test site, many of the commonly used Avia elements like Text blocks, special headlines, etc. have changed all of the text to question marks in square blocks. I cannot figure out what has changed and there are only a couple plugins installed. Disabling them does nothing to fix it. It is driving me NUTS, because like in the Headline element, you have no idea what text is in there.

    In the text element, it shows question mark blocks in the visual side, but the code in the other.

    Latest WP, Latest Enfold

    I can provide access, if needed.

    #1488123

    Such an error, in which text is displayed in square blocks with question marks (so-called “tofu characters” or “replacement characters”), almost always indicates a problem with the character encoding or the fonts used.

    Can you take a screenshot of what it looks like?

    #1488133

    Hi,

    Does the same thing happen if you activate a default WordPress theme? You can change the charset in wp-config.php:

    define('DB_CHARSET', 'utf8mb4');

    And you can see your current charset under Tools->Site Health->Info->Server.

    Best regards,
    Rikard

    #1488136

    yes – and it is under Tools->Site Health->Info->Database

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.