The theme you have ...
 
Notifications
Clear all

[Solved] The theme you have activated is lost

2 Posts
1 Users
0 Reactions
632 Views
Posts: 2
Topic starter
(@vsc55)
New Member
Joined: 2 years ago

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',
        ];

Thanks.

1 Reply
Posts: 2
Topic starter
(@vsc55)
New Member
Joined: 2 years ago

Sorry, I did not specify in which version it happens. 🤦‍♂️

wpForo 2.0.3

Thanks.