Ryan Hellyer
Forum Replies Created
-
Forum: Plugins
In reply to: [Unique Headers] Image for each product categoriesThe plugin does work with WooCommerce, but the product categories probably are not regular WordPress categories so will not work automatically.
If they are a custom taxonomy within WordPress, then you will be able to use them via the instructions provided under “Does it work with custom taxonomies?” here … https://ww.wp.xz.cn/plugins/unique-headers/faq/. This requires some coding knowledge to implement though.
Forum: Plugins
In reply to: [Unique Headers] Image for each product categoriesBTW, it’s not possible for me to add support for new taxonomies automatically. Many taxonomies would simply make no sense to have custom headers (or any headers at all).
Forum: Plugins
In reply to: [Unique Headers] Image for each product categories“Categories”, not “Product categories”.
You are presumably using some sort of ecommerce plugin, which is probably using a custom taxonomy to handle product categories. The plugin instructions provide information on how to add support for new taxonomies.
You would be best to install the WordPress 4.4 beta BTW, as that will remove the need to use the taxonomy plugin and ensure you will have a seamless upgrade experience going forward.
Forum: Plugins
In reply to: [Unique Headers] Header for all posts within a categoryYou definitely need to upgrade the single posts plugin too.
Forum: Plugins
In reply to: [Unique Headers] get_header_image() == "http://remove-header"The latest version of the plugin should fix this problem, so no need to follow the suggestion above now.
Forum: Plugins
In reply to: [Unique Headers] Header for all posts within a categoryExcellent 🙂
Forum: Plugins
In reply to: [Unique Headers] Header for all posts within a categoryI’ve uploaded version 1.3 of the single posts plugin:
https://geek.hellyer.kiwi/plugins/unique-headers-single-posts/And version 1.4.7 of the Unique Headers plugin is available now too:
https://ww.wp.xz.cn/plugins/unique-headers/The combination of these two should fix the problems you found.
If you experience any problems of any sort, please let me know and I will try to fix them as quickly as possible for you. Hopefully everything is fixed now though.
Sorry for the hassles. To the best of my knowledge, this was all functioning correctly when I released it, but it seems some bugs crept in that weren’t picked up during the test phase :/ Thanks for your assistance in weeding them out 🙂
Forum: Plugins
In reply to: [Unique Headers] Header for all posts within a categoryThanks for discovering this. It’s definitely a bug, and related to the main plugin, not the single posts extensino plugin (although that is still missing support for the latest beta version of WordPress).
I am working on this and will have a fix ready shortly.
Forum: Plugins
In reply to: [Unique Headers] Header for all posts within a categoryIs it possible that it was a WordPress upgrade which caused this, and not a plugin upgrade?
I’m looking at the single posts plugin now, and I see that it may break with WordPress version 4.4.
Forum: Plugins
In reply to: [Unique Headers] Header for all posts within a categoryYou can definitely change to the previous version with no problems. I’m not sure what could cause the problems you are describing, but I am looking into it right now.
Forum: Plugins
In reply to: [Unique Headers] NOtice and warnings with very latest updateUnfortunately there is not much I can do about themes not supporting the WordPress custom header system :/
Forum: Plugins
In reply to: [Unique Headers] NOtice and warnings with very latest updateI think I know where the problem lies. WordPress includes constants for MINUTE_IN_SECONDS, WEEK_IN_SECONDS, YEAR_IN_SECONDS etc., but of course a months have varying lengths, so it wouldn’t make sense to include a constant for MONTH IN SECONDS. The plugin was doing a calculation which involved dividing by that constant, and it was probably defaulting to a value of zero, which of course will be an infinite number and trigger a fatal error like that.
I guess my test sites were not triggering the month limit, so it didn’t fire off that error and so I wasn’t aware of it myself :/
Thanks for helping with improving the plugin. Bug reports like this are super helpful 🙂
Forum: Plugins
In reply to: [Unique Headers] NOtice and warnings with very latest updateI’m uploading version 1.4.5 right now, which will fix this problem immediately.
I’m not sure what is causing it, so I just removed the plugin review notice. It’s not critical for the functionality of the plugin anyway. I’ll work out what is causing the error when I have more time to look into it.
Thanks for making me aware of this problem so quickyl.
Forum: Plugins
In reply to: [Unique Headers] NOtice and warnings with very latest updateWhoa! Thanksk for letting me know. I’m not sure why this is occuring as that constant should definitely work, and does work just fine on my local install :/
I’ll remove that section for now until I can work out what is wrong.
Thanks for letting me know!
I won’t be free to help for around another 24 hours, but if you want to try to debug this yourself, I recommend checking the page with the comment form that isn’t working, in the browser console, and look for JavaScript errors. I’m guessing there will be some errors in there, probably caused by your theme or plugin(s).
https://codex.ww.wp.xz.cn/Using_Your_Browser_to_Diagnose_JavaScript_Errors