• Hi there,

    I did some change in wp-config file (shown below) and after I rolled them back the child theme appearance changed.

    So what I exactly did:

    1) commented these strings in wp-config:

    //define(‘DB_CHARSET’, ‘utf8’);
    //define(‘DB_COLLATE’, ”);

    2) deleted the comment as it didn’t help with my problem:

    define(‘DB_CHARSET’, ‘utf8’);
    define(‘DB_COLLATE’, ”);

    3) when all the changes were rolled back, my Child theme settings are not shown.

    Please, could someone explain the connection of theme settings with-wp config? What can I do to return to my theme appearance? No change in the theme was performed.

    Thank you!

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

The topic ‘Theme changed after editing wp-config’ is closed to new replies.