February 23, 2016 at 11:53 am
#42836
Theme Horse Support Team
Keymaster
Hi daldendesign,
Did you made any code customization using the child theme? If you have not created a child theme and there is no customization on the theme then no problem while updating to new version. But if you have made a code customization/ or using child theme then you need to replace this code
global $ultimate_theme_setting_value;
$options = $ultimate_theme_setting_value;
with
global $options, $array_of_default_settings;
options = wp_parse_args( get_option( 'ultimate_theme_options', array() ), ultimate_get_option_defaults());
Also we did not get exactly what you are trying to say. If you have any issues then please create your own topic and also provide your site Url so that we will know that the exact problem is.
Thank you!