Hey guys,
I’ve been using the redux framework on my themes, but it seems that there are a few issues.
theme options not import envato setup wizard.?
Any thoughts?
Thanks!
Hey guys,
I’ve been using the redux framework on my themes, but it seems that there are a few issues.
theme options not import envato setup wizard.?
Any thoughts?
Thanks!
i am theme devloper issues with my theme
Wait for Expert Reply
my issues solved
Could you please tell us how you solved it
this solution…
//THUS FOR REDUX IMPORT
$theme_style = get_theme_mod(‘dtbwp_site_style’,$this->get_default_theme_style()) .’/’;
$json_file_path = get_template_directory() . ‘/admin/envato_setup/content/’.$theme_style.‘options.json’;
$redux_options_raw_data = file_get_contents($json_file_path);
$redux_options_data = json_decode( $redux_options_raw_data, true );
$redux_framework = \ReduxFrameworkInstances::get_instance(‘option_name’);
// Import Redux settings.
$redux_framework->set_options( $redux_options_data );