this custom header plugin is looking very suitable for my new website I was searching for this plugin from many months here on WordPress.
]]>Hi,
Since the repository now says it’s been four years & three major releases since the last update I thought I should check. Is this plugin likely to be good for many more years?
Thanks
]]>Hi Justin,
the yellow message warns me that this plugin “may have compatibility issues when used with more recent versions of WordPress”.
However, since you are a wellknown and respected member of the WordPress community, I think the plugin is still to be trusted and can be used without problems?
I am not a developer myself, so I thought I’d check with you ??
Thanks,
Riet
I’m using the Architect Pro theme with Genesis Portfolio Pro plugin, and I’d like to register the plugin for the portfolio pages as well, so I can choose a header image via the metabox on the individual portfolio items and they will show that image in the header instead of a default image.
Could you advise how to do this?
Thanks – !
]]>I try to add this plugin and when i go to add new post or edit one i dont see the box where we can add picture ?
]]>Hi, I am trying to add some text to my header in Twenty Thirteen, but I am not sure, where to write the text?
The installation guide says:
“Edit a post to add a custom header.”
Does this mean that I should create a post to put in my text?
Regards
Carsten
Have use this extension for a long time in my own themes and although it reports compatibility with WP 4.7 it doesn’t seem to affect the_custom_header_markup()
Hi,
After a year you still did not fix this minor issue.
Guido
]]>Hi,
I use custom post types (event, portfolio, product) and notice your plugin only supports the default post and page.
public function post_type_support() {
add_post_type_support( 'post', 'custom-header' );
add_post_type_support( 'page', 'custom-header' );
}
Are you willing to add some of commonly used custom post types in a future update?
Guido
]]>Hi !
How can i retrieve the image in a post ? i want to include this custom header image in my single.php page but no with the default header from my theme… is there a function i can call in php to retrieve the current post header image ? thanks
Plugin works well….
Apart from the fact that if I enable it for users to add and edit their pages, the plugin adds the header image to the list of header images used by the theme. It would be better if the plugin checked to see whether the user has the rights to edit the theme before it did this, and if not then only updated the information for the users page.
I have added a workaround to my custom theme that detects the addition of the metadata, and removes it if the user does not have theme editting rights.
Thanks
Nigel
I’m not a programmer and I’m new in WordPress.
Work with ‘mindstream’ child theme on Genesis FW.
Need Responsive header images…
SITE: moro-laupen.ch
1.) I added following code to get pictures in header (functions.php):
$args = array(
‘flex-width’ => true,
‘width’ => 960,
‘flex-height’ => true,
‘height’ => 185,
);
add_theme_support( ‘genesis-custom-header’, $args );
– WORKS –
2.) I should have to get DIFFERENT pictures in different chapters
Installed Custom Header Extended PlugIn.
– WORKS, I have different pictures now –
3. PROMLEM – Header pictures are not responsive
Now I searched the whole internet and tried so many examples, in CSS to get the header pictures responsive. No way. I don’t know how to do…
– Wrote directly to J. Tadlock, to help me, sure for payment. – NO REACTION.
– I know, first ask the theme author… I did. Only answer: “..ability to help will be limited since you’re using a third party plugin… Ask the developer of the PlugIn…“
…what a whole string of… a rat’s tail (loop)…
I think it’s only a problem in the CSS and also I think it coldn’t be, I’m the only one with this problem… (Hope so)
> Please, help me!
? Nobody interested to work for a fee ?
]]>I am using Stargazer and I thought this would work with my site, but either I’m doing something wrong or it doesn’t work. The link to add a header for that particular page shows up, and when I change to the header I want, it doesn’t show up on the main site. It’ll just show the Original Header that I am using for all the pages. Does this plugin work for pages or just for posts? I would like to add two more headers to 2 particular pages, so please let me know what I need to do to make it work. Thank you!
]]>Hello.
Is there any way to add capability of using different taglines for each page to “custom-header-extended” ?
I tried to do so by custom-tagline product, but it doesn’t work on some themes(for ex stargazer) and it seems to be out of date.
I didn’t find solution for changing tagline, now I’m looking for code lines to add to this plugin.
Thank you
Hi,
I get this error when debug is set to true:
Notice: Undefined index: che-header-text-show in /.../public_html/v36/wp-content/plugins/custom-header-extended/admin/class-custom-headers-admin.php on line 350
Notice: Undefined index: che-header-text-color in /.../public_html/v36/wp-content/plugins/custom-header-extended/admin/class-custom-headers-admin.php on line 359
Warning: Cannot modify header information - headers already sent by (output started at /.../public_html/v36/wp-content/plugins/custom-header-extended/admin/class-custom-headers-admin.php:350) in /.../public_html/v36/wp-admin/post.php on line 222
Warning: Cannot modify header information - headers already sent by (output started at /.../public_html/v36/wp-content/plugins/custom-header-extended/admin/class-custom-headers-admin.php:350) in /.../public_html/v36/wp-includes/pluggable.php on line 875
]]>
Seems to be exactly the plugin I’m looking for, but is it compatible with WordPress 3.8 ?
]]>Just a heads up, the plugin doesn’t work on twenty eleven. As far as I can tell, the theme supports custom headers but nothing happens. Ideas?
]]>Nope, it is not. It is exactly the right height.
class-custom-headers-admin.php (v 0.1.0) Line 113:
$theme_height = get_theme_support( 'custom-header', 'width' );
I believe it should be:
$theme_height = get_theme_support( 'custom-header', 'height' );
]]>
Hi,
Can this enable a custom header globally on a multi-site installation?
Looking for a plugin that I can use to replace my multi-site’s header(s) with a custom header + menu, globally.
Tx
]]>