• Resolved vsc55

    (@vsc55)


    Hello,

    When we save the general settings, the 2022 theme is always activated.

    I have seen that in the Setting.php file, 2022 is defined as the default theme. It seems that when saving the changes, the theme that is currently active is not being taken into account and it is always saved as the 2022 theme.

    $this->_general       = [
        'admin_bar'      => [ 1, 2 ],
        'wp_date_format' => false,
        'fontawesome'    => 'sitewide',
        'debug_mode'     => false,
        'current_theme'  => '2022',
    ];

    I have tried with the latest version 2.0.4 and it also has this problem.

    Thanks.

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

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘The theme you have activated is lost when you save settings’ is closed to new replies.