Site logo

[Resolved] Weird content glitches

Home Forums Support [Resolved] Weird content glitches

Home Forums Support Weird content glitches

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

    Some of the words in my content are looking all messed up.
    Look at the page and you’ll see all these weird question marks.

    OR

    Apostrophes turn into the following … ’

    How do I fix? Font issue?

    #2061340
    Elvin
    Staff
    Customer Support

    Hi Hugo,

    This is a character encoding issue.

    You can try opening your site’s wp-config.php through FTP and change the line:

    define('DB_CHARSET', 'utf8');

    to

    define('DB_CHARSET', 'utf-8');

    or just completely comment out lines like this:

    //define('DB_CHARSET', 'utf8');
    //define('DB_COLLATE', '');
    #2073782
    Hugo

    That fixed it,

    Thanks Elvin.

    #2074753
    Elvin
    Staff
    Customer Support

    No problem. 😀

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