badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Reply To: I purchased the Ultimate theme a few years ago…

#42836

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!