Ryan Hellyer
Forum Replies Created
-
Forum: Plugins
In reply to: [Unique Headers] Difficulty with Unique Headers on Twenty Twelve theme.Yeah, it sounds like you have removed the WordPress header system and replaced it with something else. If that is the case, then try putting the original TwentyTwelve theme back and it should work. If that doesn’t work, then let me know and I’ll investigate further for you.
Forum: Plugins
In reply to: [Unique Headers] Difficulty with Unique Headers on Twenty Twelve theme.The plugin works automatically with TwentyTwelve. Is it possible that you modified the TwentyTwelve theme, and this is why it no longer works?
This code is not necessary when using the TwentyTwelve theme:
<?php if (get_post_meta($post->ID, 'customheader', true)): ?> <img src="<?php echo get_post_meta($post->ID, 'customheader', true); ?>" alt=""/> <?php endif; ?>WPML does some very strange things with posts, so I’m not surprised it is causing problems here. I recommend contacting the WPML folks for assistance.
Forum: Reviews
In reply to: [Unique Headers] Logo locationI don’t know of any plugins for adding logos sorry.
Forum: Reviews
In reply to: [Unique Headers] Logo locationThe Unique Headers plugin is intended for use with the WordPress custom header image functionality. WordPress only allows you to have one custom header per page, so your other one must be added via some other method. As far as the positioning of it goes, that is a styling issue related to your theme. You could perhaps try asking the developer of your theme for assistance with it.
Forum: Plugins
In reply to: [Unique Headers] Unique HeaderI took a look at the theme, but unfortunately I don’t think it supports the WordPress custom header functionality. You would need to add that to the theme before this plugin would be of any use with it.
Forum: Reviews
In reply to: [Disable Google Fonts] not working on newset wordpressYes it does. Are you perhaps trying to block fonts loaded by your theme or a plugin instead? If so, then you should alter your rating here as that is not what the plugin claims to do. The plugin disables the Google fonts loaded automatically by WordPress core.
Forum: Reviews
In reply to: [Simple Colorbox] Great, it works with Nectcellent gallery!Awesome. Glad to hear it is working well for you 🙂
Forum: Reviews
In reply to: [Unique Headers] Many Thanks very helpfull Plugin – works with WP 4.1.1I don’t understand your question sorry.
Forum: Themes and Templates
In reply to: enqueue parent style beginner issuesYou will struggle to add a sensible header image via a child theme as I haven’t added any hooks in which would allow you dump in code at the places you will likely require it. I recommend forking the theme instead, so that you can add the header code in wherever you require it.
I’m guessing other people will ask the same question about how to make a child theme, so in case you still want to go down that route, here is an example child theme I put together for you:
https://geek.hellyer.kiwi/files/2013/04/incoming.zip
It’s intentionally ugly as it’s just a demo of how the process works 😉Forum: Themes and Templates
In reply to: enqueue parent style beginner issuesI’m the author of the Hellish Simplicity theme. I’m not promising forwards compatibility for child themes, but you can indeed create one for it if you wish.
What exactly do you want to do though?
Do you want to detach the Hellish Simplicity CSS and attach your own? Or just add extra CSS to accompany the existing CSS?
Forum: Reviews
In reply to: [Theme Integrator] Does not work as advertisedThe plugin does work. I stopped working on it because many people like yourself couldn’t figure out how it worked and I’ve never found a way to explain it to those who don’t understand. “Unsupported” just means I’m not intending to improve it or provide technical support. I tried for a long time to explain how it worked to people, but a small number of users could just not understand and I never managed to figure out why. After I blew a lot of time trying to explain it to people, I just gave up.
The people who do use it have asked me to keep it here, hence it is still in the repository.
Forum: Plugins
In reply to: [Unique Headers] Header for all posts within a categoryI’m having trouble trying to implement some of this stuff in an efficient manner. To do this requires a lot of database queries which I want to avoid.
I may need to extract this back out and provide it as part of a separate plugin again. I’m not keen on putting inefficient code like that into the main plugin.
It will work fine, but it will either put extra load on your site, or do strange things due to caching. The strange things could include changing the category image, but not having it update on the single posts until the cache has cleared. I’m okay with that sort of thing being in an extension plugin, but without being able to do it more elegantly, I’d like to avoid having it in the core plugin.
I’ll post back here once I’ve looked into this issue further and made a decision on how to handle it.
Forum: Plugins
In reply to: [Unique Headers] Header for all posts within a categoryThis version now has a checkbox below the header image when editing categories or tags. When the checkbox is selected, the posts which are children of that taxonomy will use that header image.
If an image is specified for the actual post, that one will be chosen in preference to the taxonomies header image.
Forum: Plugins
In reply to: [Unique Headers] Header for all posts within a categoryI’ve added this functionality into the development version for you. If you could test it for me and let me know any problems you experience, that would be incredibly helpful 🙂