Ryan Hellyer
Forum Replies Created
-
Forum: Plugins
In reply to: [Unique Headers] Get Header Image in different Sizesilmikko, your problem is totally different from that of lorenz90.
Forum: Reviews
In reply to: [Unique Headers] great support and great for large media librariesGlad to hear it’s working well for you.
Technically there is a very slight performance drop with the plugin turned on. You can measure a very slight drop in performance if you do an actual performance benchmarks, but it’s not something you would see with the naked eye.
Most plugins will inflict a similar performance drop.
If you are noticing a significant visible drop in performance please let me know, as this may be a sign of a bug I’m not aware of.
Forum: Reviews
In reply to: [Unique Headers] Very Useful and easy!Glad to hear you find it’s working well for you 🙂
Forum: Plugins
In reply to: [Unique Headers] Alt tags for header imagesalt tags are added by your theme, not the plugin. WordPress also doesn’t include a standard filter for editing the alt tags, so there is now way for this plugin to modify those unfortunately.
Forum: Reviews
In reply to: [Unique Headers] greatGlad to hear you find it useful 🙂
Forum: Plugins
In reply to: [Unique Headers] Category Headers (Single Posts) Not WorkingI’m not sure what is causing these problems sorry.
I’ve left a note as such on the plugins page.
https://geek.hellyer.kiwi/plugins/unique-headers-single-posts/Since this thread is not about the Unique Headers plugin, yet it shows up on the list of support requests, I’m going to list this as a non-support question, since it’s not a support question for the plugin it’s listed under.
Forum: Plugins
In reply to: [Disable Emojis (GDPR friendly)] typo “browswers”I don’t hate emoji’s. I just hate having a bunch of code being loaded when it’s not being used.
Forum: Plugins
In reply to: [Disable Emojis (GDPR friendly)] typo “browswers”Thanks 🙂
Forum: Plugins
In reply to: [Disable Emojis (GDPR friendly)] Emojis are displayed as unknown characterYes, just turn off emoticons in your admin panel. I mentioned this earlier in the thread.
this option can be accessed at wp-admin/options-writing.php
Forum: Plugins
In reply to: [Disable Emojis (GDPR friendly)] typo “browswers”Thanks. I’ve pushed a fix for the typo.
Where is the link incorrect on my website?
Forum: Plugins
In reply to: [Disable Emojis (GDPR friendly)] Emojis are displayed as unknown characterThere’s a line in the plugin which says this:
$content = str_replace( ':)', ':D', $content );That’s just converting from : with ) to : with D.
You can add another line to do the same thing, but just change it so that it’s converting 🙁 to whatever works for displaying a frowning face (I don’t know what that is, I only stumbled across 😀 by accident).If you figure out which character to use, I can add it into the plugin for you if you like.
Forum: Plugins
In reply to: [Disable Emojis (GDPR friendly)] Emojis are displayed as unknown characterHere is a plugin I wrote which makes the smile emoticons in WordPress work with the native smiley emoji in most browsers.
https://stuff.hellyer.kiwi/temp/make-smile-emoticon-work.zip
Forum: Plugins
In reply to: [Disable Emojis (GDPR friendly)] Emojis are displayed as unknown character… instead of a colon followed by a right parenthesis
That’s an emoticon. There’s a setting in the WordPress admin panel for turning those off. WordPress switched from image based emoticons to emoji’s a while ago. This is unrelated to the disable emoji’s plugin.
Forum: Plugins
In reply to: [Disable Emojis (GDPR friendly)] Emojis are displayed as unknown characterThe plugin is called “Disable Emoji’s”.
It disables the built in functionality in WordPress for displaying emoji’s (when the browser doesn’t support it natively).
So the behaviour you are describing is expected. That’s what the plugin is meant to do.
Forum: Plugins
In reply to: [Unique Headers] Category Headers (Single Posts) Not WorkingArghh, I was hoping it would be another plugin at fault 🙁
Please pester me later in the week about this. I will hopefully be done with my backlog of work by then.