We updated the Redux library (for Theme Options) from version 3.x to 4.x. Since then the Redux importer extension seems to cause issues on some server setups ( in rare cases, with some specific third-party plugins ). We introduced the Safe mode, to prevent fatal error caused by Redux Framework and filed an issue with Redux framework developers and are waiting for them to fix it.
We also added an option to disable the demo import extension in Theme Options.
If you disable the Demo Import in Theme Options, you can set the safe mode back to false and the issue should resolve.
The theme plugin will only allow me access to the wp-admin IF the plugin is set to:
function orion_safe_mode() {
return true;
}
With it set to FALSE - i get told I don't have permission to access the Admin.
Hi,
We updated the Redux library (for Theme Options) from version 3.x to 4.x. Since then the Redux importer extension seems to cause issues on some server setups ( in rare cases, with some specific third-party plugins ). We introduced the Safe mode, to prevent fatal error caused by Redux Framework and filed an issue with Redux framework developers and are waiting for them to fix it.
We also added an option to disable the demo import extension in Theme Options.
If you disable the Demo Import in Theme Options, you can set the safe mode back to false and the issue should resolve.
Kind regards,
Andrej
OrionThemes