October 19, 2015 at 1:35 am
#36740
Theme Horse Support Team
Keymaster
Hi Daniel,
Did you created child theme or not? If you are using child theme then you need to add this below code in your child theme.
global $options, $array_of_default_settings;
$options = wp_parse_args( get_option( 'attitude_theme_options', array() ), attitude_get_option_defaults());
instead of this code
global $attitude_theme_default;
$options = $attitude_theme_default;
I just visited to your site but its not working. If you have any issue then let us know.
Thank you!