Unique Headers
Features
The Unique Headers Plugin adds a custom header image box to the post/page edit screen. You can use this to upload a unique header image for that post, or use another image from your WordPress media library. When you view that page on the front-end of your site, the default header image for your site will be replaced by the unique header you selected.
This functionality also works with categories and tags.
Requirements
You must use a theme which utilizes the built-in custom header functionality of WordPress. If your theme implement it’s own header functionality, then this plugin will not work with it.
Paid WordPress development
If you would like to pay for assistance, additional features to be added to the plugin or are just looking for general WordPress development services, please contact me via my contact form.
Installation
Download the Unique Headers plugin.
After you’ve downloaded and extracted the files:
- Upload the complete ‘unique-headers’ folder to the ‘/wp-content/plugins/’ directory OR install via the plugin installer
- Activate the plugin through the ‘Plugins’ menu in WordPress
- And yer done!
Now you will see a new custom header image uploader whilst editing posts, pages, tags or categories on your site.
Visit the Unique Headers Plugin for more information.
Frequently asked questions
Older versions of WordPress required the taxonomy meta data plugin to add support for categories and tags. However, that functionality was rolled into the core of WordPress 4.4 and the old plugin stopped working with no upgrade path. You can simply delete the plugin, and your site will behave as normal, but the old header images for categories and tags will be missing. To work around this problem, please follow the instructions in this helpful support thread for that plugin. Please note that I am not connected with the taxonomy meta data plugin and can not provide any assistance with it.
Setting a category (or other taxonomy) header image, only causes that header image to show on the category page itself. It does not make the header image show on the single posts of that category.
To add this functionality, please install the Unique Headers single posts extension plugin.
Actually, it does work 😉 The problem is likely with your theme. Some themes have “custom headers”, but don’t use the built-in WordPress custom header system and will not work with the Unique Headers plugin because of this. It is not possible to predict how other custom header systems work, and so those can not be supported by this plugin. To test if this is the problem, simply switch to one of the default themes which come with WordPress and see if the plugin works with those, if it does, then your theme is at fault.
This is a complex question and not something I can teach in a short FAQ. I recommend hiring a professional WordPress developer for assistance, or asking the developer of your theme to add support for the built-in WordPress custom header system.
Yes, as of version 1.5, support for publicly viewable custom post-types was added by default.
Yes, as of version 1.5 of the Unique Headers plugin and version 4.4 of WordPress, support for all publicly viewable custom taxonomies was added by default.
There isn’t one.
I prefer to allow you to set the width and height yourself by opening a correct sized image. This allows you to provide over-resolution images to cater for “retina screen” and zoomed in users. Plus, it allows you to control the compression and image quality yourself. Neither route is better in my opinion. If you require this functionality, please let me know though, as if most people prefer the other route, then I may change how the plugin works. I suspect most people won’t care either way though.
Mostly, but I only actively support the latest version of WordPress. Support for older versions is purely by accident. Versions prior to 4.4 will definitely not work with categories and tags.
Yes. Just send me a message via my contact form with precise information about what you require.
Changelog
1.9.3
- Fixed a bug in the DotOrg_Plugin_Review() class. The switch to === broke the no debug check, so this has been fixed.
1.9.2
- Fixed a bug in the nonce system for taxonomy terms.
1.9.1
- Temporarily preventing the DotOrg_Plugin_Review() class from loading due to a bug report relating to it. It will be re-added later.
1.9
- Updated WordPress coding standards support
1.8.3
- Confirmed support for newer WordPress versions
- Added Composer support
1.8.2
- Bug fix for when array value doesn’t exist
1.8.1
- Bug fix for offset value error
1.8
- Bug fix for “WP_Scripts::localize was called” notice
1.7.12
- Bug fix for when no object set in Unique_Headers_Taxonomy_Header_Images::modify_header_image_data()
1.7.11
- Version bump to force dot org update
1.7.10
- Correctly checking for presence of object before setting width and height
1.7.9
- Checking for presence of object before setting width and height
1.7.8
- Fixing filter bug
1.7.7
- Fixing filter bug
1.7.6
- Fixing bug in taxonomy setup
1.7.5
- Fixing bug in taxonomy setup
1.7.4
- Fixing bug in taxonomy setup
1.7.3
- Bug fix for srcset with taxonomies
- Changed to class autoloader
- Moved instantiation class to it’s own file
- Added extendible core class
1.7.2
- Bug fix for custom taxonomies
1.7.1
- Bug fix to make srcset work correctly on regular header images
1.7
- Added support for srcset.
- Confirmed support for TwentySixteen theme.
1.6.1
- Added checks in file to see if WordPress is loaded.
- Hooking class instantiation in later, due to taxonomies sometimes not being loaded in time.
1.6
- Removed admin notice from everywhere but the plugins page.
1.5.3
- Fixing flawed bug fix from version 1.5.2.
1.5.2
- Fixing bug reported by multiple users, which caused PHP errors on some setups.
1.5.1
- Overhauled outdated FAQ section of readme.
1.5
- Introduced unlimited taxonomy support.
- When using a blog page set to a static page URL, the image from the static pages custom header will be used.
- Adding support for all publicly viewable post-types.
- Adding support for all publicly viewable taxonomies.
1.4.8
- Fixing a bug triggered by WordPress assigning non-URL’s as the URL.
= 1.4.7
* Setting a more sane plugin review time.
1.4.6
- Fixing bug with handling taxonomies. Added plugin review notice back, but without the non-existent MONTH_IN_SECONDS constant.
1.4.5
- Removing plugin review notice due to unsolvable errors.
1.4.4
- Adding plugin review class back, with correct time stamp set.
1.4.3
- Temporarily removing plugin review class until bugs are fixed.
1.4.2
- Adding a plugin review class.
1.4.1
- Instantiating the plugin later (allows for adding additional post-types in themes).
1.4
- Adding backwards compatibility to maintain header images provided by the Taxonomy metadata plugin.
1.3.12
- Added French language translation.
1.3.11
- Moved instantiation and localization code into a class.
1.3.10
- Added Deutsch (German) language translation.
1.3.9
- Fixing error which caused header images to disappear on upgrading (data was still available just not accessed correctly).
1.3.8
- Modification translation system to work with changes on WordPress.org.
1.3.7
- Addition of Spanish translation.
1.3.1
- Adjustment to match post meta key to other plugins, for compatibilty reasons.
1.3
- Total rewrite to use custom built in system for media uploads. Also adapted taxonomies to use ID’s and added support for extra post-types and taxonomies.
1.2
- Converted to use the class from the Multiple Featured Images plugin.
1.1
- Added support for tags.
1.0.4
- Added support for displaying a category specific image on the single post pages.
1.0.3
- Correction for $new_url for categories.
1.0.2
- Bug fix to allow default header to display when no category specified.
1.0.1
- Bug fixes for post/page thumbnails.
1.0
- Initial release.
Credits
Thanks to the following for help with the development of this plugin:
* redactuk – Assistance with debugging.
* crabsallover – Assitance with debugging.
* Todd – Assistance with implementing support for tags.
* Mariano J. Ponce – Spanish translation.
* Tobias Klotz – Deutsch (German) language translation.
* Nadia Tokerud – Proof-reading of Norsk Bokmål (Norwegian) translation.
* Bjørn Johansen – Proof-reading of Norwegian Bokmål translation.
* Karl Olofsson – Proof-reading of Swedish translation.
* Jenny Beaumont – French translation.
Oscar says:
Will there ever be an (optional) way to have posts inherit the different category headers? The posts now have the default header instead and I want them all to have the corresponding category header automatically.
February 20, 2015 at 2:41 am # //
Ryan says:
Yes, I made a separate plugin for adding that functionality.
https://geek.hellyer.kiwi/plugins/unique-headers-single-posts/
I might include support for that functionality in a future version of the plugin by providing a checkbox alongside the category image selector, to force posts to use the category image.
I’ve also cross-posted this to your dot org support request.
https://wordpress.org/support/topic/header-for-all-posts-within-a-category
February 20, 2015 at 8:35 am # //
Maiken Damsgaard says:
Hi.
Love your plugin – so easy to use!
BUT.. it seems to remove the header from the mobile version.
Can you tell me, what I can do about this?
July 29, 2015 at 9:38 am # //
Ryan says:
There will be something strange going on in your theme, but it is not possible for me to know without seeing the theme code itself.
July 30, 2015 at 2:12 pm # //
andre says:
Hello Ryan. I love the plugin but my homepage is showing a different header on my desktop than I have on my mobile phone. I don\’t know what to do. I have the \”Attitude Pro\” theme. If yoiu can help me with this it would be very much appreciated. Thanks.
September 8, 2015 at 8:04 pm # //
Ryan says:
I’ll need to know what is showing differently before I can help. I checked the site famileetourzllc.com, but couldn’t see any problems there.
September 8, 2015 at 8:42 pm # //
andre says:
Hello Ryan. Thanks for the reply, but I\’m still having the problem with the headers showing different on my desktop than my mobile. My desktop displays different headers as intended, but my mobile only displays the one header. What should I do?
October 1, 2015 at 1:27 am # //
Ryan says:
You will need to provide with more information then. The site you provided a link for does not seem to have this problem.
October 3, 2015 at 8:46 am # //
Simon says:
Hi Ryan, I\’m building my site with 2012 Theme, your plugin is very nice – I have a selection of random headers on my front page, and with your plugin a specific header on other pages.
What I want to do is when a visitor sees a nice random header on the front page, have them click on it and go to an associated page (the url)…
Much appreciated if you have any thoughts. Best regards
October 17, 2015 at 8:17 am # //
Ryan says:
That sounds like a nice idea.
October 17, 2015 at 3:35 pm # //
Mike says:
Love the plugin and it is very helpful. For some reason it impacts CiviCrm which I use within WordPress. I have to deactivate the plugin while I’m creating new Contribution Pages and such or the formatting starts to go crazy and boxes that are normally there just disappear. If I deactivate this plugin then CiviCrm behaves normally.
November 18, 2015 at 2:10 am # //
Ryan says:
That is very odd. I’m not really sure what CiviCRM is, so I’m not sure how to help with this.
November 27, 2015 at 12:50 am # //
Luke says:
Hi Ryan,
I’ve recently happily come to your plugin after a frustrating time when I’d hoped to be doing other things trying to deal with the fallout of naively updating to WP 4.4 when it rendered my existing Custom Header Images plugin next to useless.
The only thing that’s missing now using your plugin is that the Custom header, while it shows on every static page and each individual post, does not show on my main Posts page, called ‘Blog’. This seems to be true for every custom header plugin I try. I am running Spacious theme, and my Front Page is a static page called Home with the slider activated.
I’m a bit of a newbie to the inner workings of WP so I’m hoping there might be a simple explanation you might know of, for which I would be very grateful.
December 11, 2015 at 10:03 am # //
Ryan says:
I think the latest version I uploaded recently supports that. I’ve lost track of what changes I put in the last release, and I’m too busy to check this morning. But I think if you try the latest version, it should allow you to set the custom header of your blog page. If not, let me know and I’ll look into it for you. I do recall working on this feature, I just can’t recalll at this exact moment what I rolled into the latest release.
December 15, 2015 at 9:46 am # //
Joe says:
I’m about to write my review on the repository for the Unique Headers plugin, and thought I should get in touch.
I’d like to give it 5 stars, because it does a great job, but can only give it 4, as it does not replace the default header Woothemes Canvas, as when that theme has the default header added, it just goes over the top of the one added by your plugin.
I thought it best to get in touch and ask if you know of a workaround for this, so that I can then give it the 5 stars I want to give it.
January 19, 2016 at 9:45 am # //
Ryan says:
Thanks for getting in touch. Could you send me a copy of that theme so that I can look into this for you?
I can be contacted via email here … https://ryan.hellyer.kiwi/contact/
This is likely a problem with the theme, not the plugin, but I’d like to check first.
January 20, 2016 at 5:27 am # //
Joe says:
Thanks, I’ve sent that to you.
January 20, 2016 at 10:02 am # //
Joe says:
I’ve added the review and, of course, have given it 5 stars.
January 20, 2016 at 10:08 am # //
Ryan says:
Thanks 🙂
January 20, 2016 at 2:17 pm # //
Bruce says:
Love your plug-in’s functionality. I only wanted to change the header on the home (welcome) page. But for some reason, it only overrides the default header when viewed using Internet Explorer and Mozilla Firefox. The default header is used when viewing in Google Chrome. And yes, I cleared Chrome’s browser history first, before writing this.
January 20, 2016 at 2:16 pm # //
Ryan says:
This sounds like a problem with your theme. The plugin totally replaces the built in header within WordPress, so should be unaffected by browser differences (unless there is a problem with the theme or something else relating to custom headers).
January 20, 2016 at 2:19 pm # //
Matt says:
I am running cherry framework child theme, and I cannot get your plugin to work. What scripts or code do I need to make your plug in work for this theme?
Thank you
April 11, 2016 at 5:44 pm # //
Ryan says:
Any theme which supports the WordPress custom header system should work, so perhaps the Cherry framework does not support that.
April 11, 2016 at 6:17 pm # //
Frederik Keller says:
Hi Ryan. I’m building a wordpress site from scratch using the html5blank theme: http://html5blank.com/
Your plugin seems like a good solution for a costum header image for each individual page. But I can’t make it work 🙁
Does the plugin work with the html5blank theme?
The header appears without any image just white. What am i doing wrong?
May 27, 2016 at 9:58 am # //
Ryan says:
The plugin will work with any theme which uses the WordPress header image system. I don’t know if the HTML5blank theme does or not.
June 12, 2016 at 9:35 am # //
Yaisa says:
Hi Ryan,
I have used the Unique Headers without any problems on my website (Catch Responsive theme – child of version 2.3) until recently.
When I use the Appearance Customizer it still all looks like it should, with a different custom header image for most pages and some without a header image.
However, in the \”published version\” it\’s all screwed up. I\’m not sure when it happened, but the website now displays the same header image on all my pages and sometimes that header image changes. It seems to pick the header image of the last page I edit and/or view in admin mode. If the last page I edit/view in admin mode does not have a header image, it will pick the header of the first page I open that does have a header image and then show that image throughout the website.
I\’m sorry about my confusing language, I\’m not much into all the programming/website jargon, but I hope you can help me.
Thanks!
May 31, 2016 at 6:12 am # //
Ryan says:
I don’t know what would cause thatsorry. I’ll need more information to assist with this issue.
June 12, 2016 at 9:36 am # //
homa says:
Hi,
At the backend I am getting the custom header image option which i tried on home page but the image is not appearing at the front end… Does your plugin work with schema theme by mythemeshop?
June 13, 2016 at 1:23 pm # //
Ryan says:
The plugin works with any theme which uses the built in WordPress header system. I don’t know anything about the Scheme theme sorry.
June 13, 2016 at 1:29 pm # //
Güven Güngör says:
Hello,
I am using the plugin and have no problem. Thank you for creating it.
But I want to assign different links to headers of some of the categories. I do not only want to change the image of the header but also the link it directs. But all the headers are linked to the home page. Do you know any solution to this?
September 25, 2016 at 9:31 pm # //
Ryan says:
That is definitely changeable, but it’s not something that this plugin can do. The links in headers are not controlled by the WordPress header system. The setup of those is unique to your individual theme.
October 6, 2016 at 5:16 pm # //
RK says:
Hi Ryan, nice to meet you…
I installed your great Unice Header Plugin and wow it’s really great.
I have only some feature request, can you also show a Video clip through this.
This will be great.
My theme is great but there are 2-3 things missed to make it perfect.
This are the header Picture for each post and page (we can set up only one picture for the whole website, thats boring).
For the Homepage it will by nice to have a slider I got a solution for that, maybe it can also be handled from your Plugin, in a pro version. And as I wrote the ability to show a Video instead of the Picture.
For such a solution I like to pay money.
I am not a big fan of to much Plugins on the WP Installation, so a solution 3in1 will be great.
Best RK
October 21, 2016 at 5:17 pm # //
Ryan says:
The WordPress header system does not include support for videos. You would need to build a specific system for handling videos instead.
I’ll email you directly regarding the paid features you requested.
October 21, 2016 at 8:34 pm # //
Davy says:
Hi, I just installed your latest plugin but I saw error messages on every image (post list). It appears on category page only, other page okay. But if I revert to older plugin (version 1.6), the error disappear.
Could you please help me?
October 27, 2016 at 8:53 am # //
Ryan says:
I’ll need more information to help.
What sort of error? What type of content is present on, etc.
November 12, 2016 at 9:34 am # //
CJ says:
Hi Ryan!
Just wanted to drop you a line and say how much I like your Unique Headers plugin – wanted to donate you a couple of bucks to say thanks, but the donate link from the plugin details window within WordPress is a broken link? Do you not accept them anymore?
Thanks again for an awesome plugin tho!
March 6, 2017 at 9:32 pm # //
Ryan says:
Thanks for noticing this! There was meant to be a redirect in place, but it wasn’t working for some reason (it’s fixed now).
The URL it was meant to redirect to is this … https://geek.hellyer.kiwi/donations/
Thanks for any donations, they help a lot 🙂
March 6, 2017 at 9:44 pm # //
Derya says:
I need to ask a question to you
I have the same picture on the header area of each page of the site I have made, naturally.
But I just want to use a different header image on one page. Does your attachment work for this? I did not try it, unfortunately.
I have tried, but it didn’t unfortunately
Thanks in advance
March 19, 2017 at 9:01 pm # //
Ryan says:
Yes
March 19, 2017 at 9:59 pm # //
Derya says:
But the header does not change 🙁
March 20, 2017 at 6:23 am # //
Derya says:
Can you please explain how to use it
March 20, 2017 at 6:32 am # //
Ryan says:
There are instructions listed above. If you having trouble with it, I’ll need to know where exactly you are having problems.
March 28, 2017 at 2:57 pm # //
Johan says:
You plugin is not compatible with PHP7 when changing to PHP7 many error message will be on the screen.
We use standaard Worpress theme twentytwelve
Warning: is_object() expects exactly 1 parameter, 0 given in /home/domain/www.domain.nl/wp-content/plugins/unique-headers/inc/class-unique-headers-display.php on line 114
Warning: is_object() expects exactly 1 parameter, 0 given in /home/domain/www.domain.nl/wp-content/plugins/unique-headers/inc/class-unique-headers-display.php on line 114
Warning: is_object() expects exactly 1 parameter, 0 given in /home/domain/www.domain.nl/wp-content/plugins/unique-headers/inc/class-unique-headers-display.php on line 114
March 28, 2017 at 2:46 pm # //
Ryan says:
I’m not aware of any problems with PHP7, but there was a bug briefly present which was fixed about 10 minutes ago. If this update (to version 1.7.11 or higher) does not fix this problem for you, please let me know and I will look into it ASAP for you.
March 28, 2017 at 2:55 pm # //
Johan says:
Yes this was the problem just installed your updated version and everything is fine.
Fun it was just on the moment we installed PHP7
March 28, 2017 at 3:01 pm # //
Ryan says:
Excellent. Thanks for letting me know about it. If you experience any more problems, just let me know and I’ll try to get them fixed ASAP. I fixed a bug two days ago, and that bug fix has triggered an annoying string of subsequent bugs, which have been hard to find during testing :/
March 28, 2017 at 3:02 pm # //
Nicolas Holleville says:
Hello,
sorry to bother you. I use your “unique header” plugin and it worked perfectly until few days ago and a WP update.
Somehow the header now displays the name of the page on top of the picture/custom header that I uploaded with your plugin…I am not sure how to fix that.
Below is an example…and the picture also is not displaying properly…now suddenly it does not fit whereas it was ok until few day ago.
http://ollois.com/coupons/
If you have a chance to maybe let me know if there is a trick to fix that?
thanks much, Nicolas.
August 15, 2017 at 1:33 am # //
Ryan says:
Sorry, I only saw this now. Are you sure this was an update to the Unique Headers plugin and not an update to something else which broke it?
August 20, 2017 at 5:15 pm # //
Andy Merlino says:
I love your Unique Header WordPress Plugin. I’ve downloaded and tried 5 others and yours is the version I like the most.
I’m using the Colorlib Illdy theme.
https://colorlib.com/wp/themes/illdy/
When this theme is enabled, the header image is always zoomed in.
Any insight would be helpful.
Thanks,
Andy
December 7, 2017 at 4:18 pm # //
Ryan Hellyer says:
Sorry for not responding until now. Does this problem occur with the built in WordPress header system? If not, then this is just a feature of your theme, not the plugin.
February 14, 2018 at 3:48 pm # //
Eric says:
Hi Ryan,
Great plugin, thanks! I realized it does work well with posts but not with portfolio projects (using lodestar theme).
Am I missing something or is there any plans to include this function too?
Thanks again and cheers,
Eric
February 14, 2018 at 5:02 am # //
Ryan Hellyer says:
The plugin supports all publicly available custom post-types.
I don’t know what “portofilio projecs (using lodestar theme)” is exactly, but it sounds like something which would be implement as a publicly available custom post-type. Perhaps look into what is generating the projects in your theme, and if it is a publicly available custom post-type then please let me know and I will investigate further for you.
February 14, 2018 at 10:28 am # //
Bradley Stock says:
Thanks for such an awesome plugin. Any chance future updates might allow the alt tags (which are in media library) can be associated with each image? Thanks!
February 23, 2018 at 5:59 am # //
Ryan Hellyer says:
I would like to do that, but there’s no filters for modifying it unfortunately.
February 23, 2018 at 10:51 am # //
Eric says:
Not sure about public availability… but the Lodestar theme refers to this re portfolio: https://en.support.wordpress.com/portfolios/ (I’m on a business plan with wordpress.com). As far as I understand, these projects in the portolio function very similar as posts. Your plugin works well with posts (as for pages, Lodestar automatically sets the featured image as the header image) but it does not work for the portfolio projects – even though it sets a custom header image box to the post/page AND the project edit screen. Any idea?
March 13, 2018 at 7:20 pm # //
Ryan Hellyer says:
This is odd. I’m not sure why it wouldn’t work with that portfolio system. If you can send me a copy of the code used to power that, I can take a look and debug why it isn’t working for you.
March 27, 2018 at 4:57 pm # //
Will says:
On a computer, the top part of the images are shown on our website. On mobile phones, it shows the middle part of the images.
Any advice?
http://www.medranosmexicanfood.com/about-us/
April 23, 2018 at 6:31 am # //
Eric says:
Currently, I power that with some CSS:
.postid-15521 .custom-header-image {
background-image: url(‘https://ericroth.org/wp-content/uploads/2018/02/Buddha-Image-@Day.jpg’) !important;
}
Above page ID 15521: https://ericroth.org/portfolio/buddha-images/
I would love to get rid of these CSS and use your plugin instead (as it’s working so well with posts.
Thanks for looking into it!
Cheers, Eric
ericroth.org
April 23, 2018 at 11:14 am # //
Ryan Hellyer says:
Does this occur when the plugin is not active too?
May 1, 2018 at 5:25 pm # //
Chuck says:
Hi
All of the images I upload to the plugin appear really really dark. Is this a setting? cant find anything. Its on all pages except the homepage. Any idea?
April 11, 2019 at 11:04 pm # //
Ryan Hellyer says:
I’ve never heard of this problem. I’d need a little more information in order to help work out what the problem is.
April 16, 2019 at 9:32 am # //
Afif says:
Hi sir, thankyou for your plugins. is there any function that can be used to retrieve img url? like secondary title plugin. i want to inject into my theme. any help is very much appreciated. thank you
December 31, 2020 at 12:55 am # //
Ryan Hellyer says:
I’m not sure in which way you want to retrieve the image URL.
January 3, 2021 at 3:10 pm # //
Marianne says:
Hi Ryan,
I have been enjoying using your plugin with much success as the theme I have been using won’t even allow me to modify the default header image. I have been using HoneyPress. Anyway, yesterday I seemed to click something that lost the “Customer Header image” from my page settings tool bar. Any ideas how I can get it back or why it might have got removed? I have tried deactivating it and re-activating it with no success 🙁
Thank you
September 17, 2021 at 11:10 am # //
Ryan Hellyer says:
I would need more information in order to help with that sorry. I’m not sure what you may have done to cause that.
September 19, 2021 at 3:03 pm # //
Kenny says:
Hi Ryan,
I am having a slight problem with your Unique Header plug-in.
It worked perfectly for a while with my chosen WordPress theme (Busicare) but now the option for a Custom Header no longer appears on the WordPress Edit Page for any of the Pages on the webiste.
However the option does still appear on the WordPress Edit page for all of the Posts.
Both Unique Headers and Unique Headers Single Posts are activated.
Can you shed any light as I would really like to use it – it’s the final touch!
Thanks for any help you can offer
Kenny
October 4, 2021 at 1:21 pm # //
Ryan Hellyer says:
I’m guessing this is probably caused by a change to your plugins or theme. It’s hard to know what without a lot more information though sorry.
October 4, 2021 at 3:16 pm # //
Magnus says:
Hi Ryan
Big fan of your work
I was wondering, if there is a way to have videoes added instead of images?
If not, do you recommend any plugins which has that feature?
Kind regards
Magnus
December 9, 2021 at 1:07 pm # //
Ryan Hellyer says:
WordPress has not added support for using videos instead of images. This plugin just supports the native WordPress functionality. Wedging in generic video support would be too prone to failure unless it was baked into WordPress core.
February 8, 2022 at 4:41 pm # //
elliot says:
Hello,
You have provided a link to more information in this sentence:
“Visit the Unique Headers Plugin for more information”
Unfortunately clicking this link does not provide more information, does not even take the user to a different page. It would be useful to provide a screenshot of what I am looking for in the way of a user interface element. It appears that your plugin has not added any new or different user interface element. But without better documentation, I really don’t know what to do with this, other than deactivate it.
February 8, 2022 at 7:12 am # //
Ryan Hellyer says:
Ah, that’s because the info is copied from WordPress.org, where it does link back to this page. I’ll fix that in future.
I’m not sure what you don’t understand about the plugin though. It adds an option to edit the featured image on a per post basis. It sits alongside the normal featured image thumbnail option.
February 8, 2022 at 4:42 pm # //
Elisa says:
I’m using the Honeypress Dark theme, that recomends your plugin, but it doesn’t work actually… any suggestion?
March 6, 2022 at 3:35 pm # //
Elisa says:
Sorry, I checked better and i see that the plugin doesn’t work on woocommerce pages, as “shop”, “checkout” and “cart”, instead is working in all other pages
March 6, 2022 at 5:30 pm # //
Martijn says:
Hi,
i used your Unique Headers plugin to set header images on pages and posts. Worked like a charm.
But for some reason it stopped working. I’m using a Twenty Sixteen (created a child theme) on WordPress 6.2.2 .
Any pointers why it does not work anymore?
Martijn
July 12, 2023 at 9:09 am # //
Ryan Hellyer says:
I responded to this via email earlier. It was unclear what was causing the specific problem here, but the header images could still be implemented on the site however the old ones for some reason just stopped working.
July 14, 2023 at 1:25 pm # //
Ulrich says:
I loved your Unique Headers plugin – but now it crashed my homepage.
And the readmy.txt says, the plugin is since the last update is spam-destroyer.
What did happen?
September 14, 2023 at 12:03 pm # //
Ryan Hellyer says:
Sorry for this error. I made a really silly mistake which caused this and I won’t let that happen again.
You should be able to just hit the upgrade button to fix the problem.
September 16, 2023 at 8:19 am # //
Jan says:
Hi,
I tried to update the plugin from 1.8.3 to 1.9
But i recieve an error
Update mislukt: Download mislukt. cURL error 77:
mislukt is Dutch for failed.
Can you tell me what causes the problem.
Kind regards
Jan
October 21, 2023 at 8:31 am # //
Ryan Hellyer says:
Sorry. That error was present for about an hour, before it was fixed. You must have downloaded it during the time it was not working unfortunately. The latest version should fix this issue.
November 27, 2023 at 3:38 pm # //
Anja Semling says:
Complaint:
Why did you change the plugin header? it’s worse now than before! My headers are now cut off at the bottom and therefore a section is missing! I would now have to recreate all headers and adjust them to the new height for 2 of my homepages. This is really crap! Can I change the new plugin back to the previous version?
Greetings, an annoyed user
these Homepages are are now equipped with a header that is too low!!!!, with your plugin:
https://initiative-zukunft-breisach.de/
https://viskom-semling.de/
Regards
Anja
October 29, 2023 at 11:59 am # //
Ryan Hellyer says:
Sorry, but I’m not aware of anything changing relating to how the header is output.
Can you share any information about what exactly has changed, and did it occur after a plugin update?
November 27, 2023 at 3:38 pm # //