Ryan Hellyer
Forum Replies Created
-
Forum: Reviews
In reply to: [Disable Emojis (GDPR friendly)] Thanks for thisGlad you found it useful 🙂
I’m glad to hear it’s working well for you 🙂
Forum: Plugins
In reply to: [Unique Headers] Wish RequestYou would need to direct that to the Layers/Obox theme folk sorry.
I took a look at their themes just now, and I see that they have a lot of text on their header images, so perhaps they replaced the WordPress header system with custom functionality to achieve that.
If this is the case, then you could suggest that they replace that system with the WordPress header system, but with a text layer added on top of the WordPress header system rather than totally replacing it. This would allow the Unique Headers plugin and other WordPress header plugins to keep working with their themes.
Forum: Fixing WordPress
In reply to: Plugin to Encrypt Personally Identifiable InformationI wrote the end to end encryption mentioned above. Since you only mentioned that you want it to be more secure, not totally secure (ish), then you are probably better off using something which does the encryption on the server itself rather than in the web server.
Forum: Reviews
In reply to: [Unique Headers] Solid, stable, it just works!Awesome 🙂 Glad to hear it is working well for you 🙂
Just remove the link on that specific page instead of setting the URL to none. Setting it to a blank value also triggers the page to reload when it is clicked, so people usually use a URL of “#” to avoid that occurring. But in your instance, it sounds like removing the whole link makes the most sense.
This isn’t really related to this plugin BTW, so I’m just going to mark this as resolved.
^ it’s also possible I’m wrong, but from what I can see in the code, this shouldn’t occur with the default usage.
- This reply was modified 9 years, 6 months ago by Ryan Hellyer.
Do you experience this same problem when all plugins are deactivated and using a default theme?
This shouldn’t occur just by activating the plugin, so you presumably have instantiated the MN_Reorder code somewhere, so you may need to add the instantiation code to trigger the bug. If that is indeed the case, it would be great if you could copy/paste the exact code you use here.
Thanks 🙂
Forum: Plugins
In reply to: [Disable Emojis (GDPR friendly)] Alternate Code to Plugin?functions.php behaves almost identically to a plugin. You can often copy and paste an entire plugins code directly into functions.php and have it use it there.
- This reply was modified 9 years, 7 months ago by Ryan Hellyer.
Forum: Plugins
In reply to: [Disable Emojis (GDPR friendly)] Alternate Code to Plugin?You can see all the extra stuff the plugin does here … https://plugins.svn.ww.wp.xz.cn/disable-emojis/tags/1.5.2/disable-emojis.php
Forum: Plugins
In reply to: [Disable Emojis (GDPR friendly)] Alternate Code to Plugin?That code will not be as effective as the plugin, which does a little more.
The plugin will do the same thing, but in a better way.
Forum: Reviews
In reply to: [Unique Headers] excellent plugins!!!Excellent. Glad to hear the plugin is working well for you 🙂
Forum: Reviews
In reply to: [Spam Destroyer] No spamsExcellent 🙂 Glad to hear it’s working well for you.
WordPress already uses a system like that for finding posts within the menu interface, so perhaps this plugin could use something with a similar UI to that.
Forum: Plugins
In reply to: [GTmetrix for WordPress] WP 4.6 issuesI had this problem too. I think you will find it’s triggered by the server_name being set incorrectly, or generically. If you make sure it is explicitly specified, the problem should go away. This also applies to proxies, so make sure the proxy isn’t processing every domain by default.