Ryan Hellyer
Forum Replies Created
-
Forum: Plugins
In reply to: [Unique Headers] Insert in the content or in a template also possibleYes, that shouldn’t be a problem. There is no shortcode specifically available for that, but you could create one and use it in this way.
Forum: Reviews
In reply to: [Spam Destroyer] Works Like MagicGlad to hear it’s working well for you π
@sbstnbecker Sorry for the delay in responding. I didn’t see this until the last comment arrived just now. I can’t really help with individual sites, as customising themes is very time consuming sorry.
@lfarah1971 I’m not sure why sorry. Do you get the same problem when using a brand new site with no other plugins installed and running the default theme?
Forum: Plugins
In reply to: [Mobile Contact Bar] css in css fileTo save some sanity, a simpler option may be to use an extension plugin which switched it to use the static file system. This way you can provide warnings and ask people to check their server setup rather than trusting your main plugin to be able to get it right.
Storing static files is far more complicated than it should be :/
Forum: Plugins
In reply to: [Mobile Contact Bar] css in css fileI”m the author of the article you linked to just now. It definitely works, but the code I provided in that article will likely fail on occasional server setups. To avoid that, I think it would be a good idea to check for the presence of the static file and fallback to a PHP generated file if not present. To avoid servers messing with mime-types, I would use a PHP generated file with a .css file extension on it. To avoid performance bottle necks with checking for the presence of the static file, I’d store the information about the file being present in a transient and check that each time instead of checking for the presence of the file.
Forum: Reviews
In reply to: [Spam Destroyer] No longer getting spam signupsGlad to hear it’s working well for you π
Forum: Reviews
In reply to: [Unique Headers] works!Glad to hear itβs working well for you π
Forum: Reviews
In reply to: [Unique Headers] So east to get your full-width image on any pageGlad to hear it’s working well for you π
Forum: Reviews
In reply to: [Unique Headers] Wonderful, should be part of core!Glad to hear it’s working well for you π I’m not sure this needs to be part of core though, as it adds extra bloat to the post editing page which many people wouldn’t need.
Forum: Reviews
In reply to: [Unique Headers] Great PluginGlad to hear it’s working well for you π
Forum: Reviews
In reply to: [Unique Headers] Excellent pluginGlad to hear it’s working well for you π
Forum: Reviews
In reply to: [Unique Headers] easy to useGlad to hear it’s working well for you π
Forum: Plugins
In reply to: [Spam Destroyer] Illegal string offset with BBPressUrgh, I’ll look into this. I’m not sure why this would need to change suddenly. I”m sure it can be changed to make it work again though.
Forum: Plugins
In reply to: [Unique Headers] Wrong Position in IEDo you experience the same problem if you use the same image via the normal header image feature in WordPress? Or is this specific to the Unique Headers plugin?
Sorry, I just saw this now. What would adding that remove_action actually do? I can’t find any extraneous emoji code left which it could remove.