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: Social icons disappeared

#36740

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!