Dear Kriesi Team,
I would like to know what will happen if I deactivate a plugin?
And do I have to save data first? Or can I just deactivate the plugin, see what happens and activate it again without any loss of data?
What happened:
Yesterday we launched our WP Enfold website and I had to fix some smaller issues. At the same time I realized that I can not enter the Theme Options any more.
Now I wonder if this has to do with the launch or perhaps with one of our Plugins.
I would like to try how deactivating the plugins might influence the problem. But I’m really no into crashing all of my work of the last weeks. So what would be the best way to manage this?
Thanks a lot.
Best Sandra
Hey LepsienArtFoundation!
Thank you for using our theme.
What you could try first: increase the size of php memory for the admin. Put in wp-config.php before the line
require_once(ABSPATH . 'wp-settings.php');
the following:
define( 'WP_MAX_MEMORY_LIMIT', '256M' );
The normal behaviour of plugins on deactivation should be to keep all settings, but of course we cannot guarantee and do not know what any third party extensions does. This remains on your risk.
Our theme keeps its settings when changing to another theme.
Regards,
Günter