Hi,
In theme options there is an option to disable background images, is it possible you may have activated it?
Thanks,
Edy
I misunderstood, sorry.
No header image available, you need to add a featured image to the page you have assigned in front or any other page for it to appear in the background.
Inside the theme, there’s a readme.txt file. Download it for details.
Thanks,
Edy
Hei Edy,
It’s true but after I have put a “background picture” in “settings-background image” and removed it again the “picture” from “settings-header image” doesn’t show.
If I make a clean install of the theme, it works. Until I use the “background image” option. After I remove the background image again it doesn’t show.
This is from the /inc/custom-header.php
/**
* Setup the WordPress core custom header feature.
*/
function soho_custom_header_setup() {
add_theme_support( 'custom-header', apply_filters( 'soho_custom_header_args', array(
'width' => 2000,
'height' => 700,
'uploads' => true,
'default-text-color' => '303030',
'wp-head-callback' => 'soho_header_style',
) ) );
}
-
This reply was modified 2 years, 3 months ago by
sebastian.w. Reason: Code