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: Home page changed after upgrade of theme

#38693

Hi ermenegildo.iussa,

We have moved our theme options settings to customizer due to change of WordPress guidelines. We have only changed the global settings value. If you are using this below code in your child theme:
Replace below code

global $interface_theme_default;
$options = $interface_theme_default;

and use

global $options, $array_of_default_settings;
  $options = wp_parse_args( get_option( 'interface_theme_options', array() ), interface_get_option_defaults());

If you are having this issue in your child theme then you can download from here the old version.

Thank You!