Home Forums WordPress Themes – Premium Encounters Panic. Error when customize Reply To: Panic. Error when customize

#19848
Sushil Adhikari
Moderator

If you go into the theme root like…… celestial/includes/custom-header.php and delete the following code it works fine.

// Set a default starter image.

		'default-image' 		 => get_template_directory_uri() . '/images/demo-header.jpg',

Personally, I would rather the theme not have a default header in place.

Correct code to remove but the path to the custom-header.php file should be the encounters theme and not the celestial one for this topic being Encounters :whistle:

Thanks Victor for posting the solution, albeit it’s a temporary one until the WordPress team fixes their 3.9 bugs (this being one of them).