Ryan Hellyer
Forum Replies Created
-
This is probably caused by a JavaScript error on your site.
If you can provide me with links to the sites then I’ll be able to help, but without any further information there’s not much I can do to assist sorry.
The latest version uploaded yesterday should avoid everything going to the spam folder, as when a comment is detected as spam, it gives the commenter a chance to answer a CAPTCHA
to make doubly sure they aren’t spam.Forum: Reviews
In reply to: [Disable Emojis (GDPR friendly)] Worked perfectlyGlad to hear it works well for you 🙂
Forum: Plugins
In reply to: [Unique Headers] get_header_image() == "http://remove-header"Did the solution I suggested work?
Forum: Plugins
In reply to: [Simple Colorbox] Problem with captionThat’s just how the Simplecolorbox script works. You could ask the Simplecolorbox developer if that is possible perhaps. But I’m not keen on deviating from how the original script works sorry.
Forum: Reviews
In reply to: [Hellish Simplicity] Gets the job doneGlad to hear it suits your needs 🙂
Forum: Reviews
In reply to: [Hellish Simplicity] Brilliant!! 10 StarsGlad to hear you like it 🙂
Forum: Themes and Templates
In reply to: [Hellish Simplicity] Unclosed tagThis bug has been fixed in the version on GitHub … https://github.com/ryanhellyer/hellish-simplicity
It will take a while to have the dot org repository updated. The process of updating themes here is somewhat laborious and takes a while unfortunately.
Forum: Plugins
In reply to: [Taxonomy Metadata] WordPress 4.4 fatal errorI doesn’t need the if statements, it needs the functions removed and an updater added to convert the old data to the new system.
Forum: Plugins
In reply to: [Taxonomy Metadata] WordPress 4.4 fatal errorMitcho has responded to a question I asked him on Twitter about it .. https://twitter.com/themitcho/status/651041041500340224
Forum: Plugins
In reply to: [Taxonomy Metadata] WordPress 4.4 fatal errorThis is expected behaviour since this plugin intentionally uses the same function names that WordPress was likely to use in future.
I’m not sure if Mitcho intends to provide an upgrade path for the plugin, but I need to provide an upgrade path for the users of my Unique Headers plugin which utilizes this plugin to add term meta data. So if Michio doesn’t provide a fix for this, I may be able to do it for him. No promises of course, but if I’m already providing an upgrade path, then adding it to this plugin shouldn’t be much extra work.
Forum: Plugins
In reply to: [WP-Post-Meta-Revisions] Fatal errorsThis appears to be fixed in the development version, so I’ll use that until the next update occurs.
Forum: Reviews
In reply to: [Disable Emojis (GDPR friendly)] ThanksGlad to hear the plugin is useful for you 🙂
Forum: Plugins
In reply to: [Unique Headers] get_header_image() == "http://remove-header"I’m busy working at the moment, but I can see that I escape the URL in the file inc/class-unique-headers-taxonomy-header-images.php. I wasn’t aware that could cause any problems, but it would possibly explain the addition of “http://” on the front if it’s escaping something which is not a URL.
Perhaps try changing the line which says this in that file:
return esc_url ( $url );and replace it with this:
return $url;If that fixes your problem, please let me know and I’ll fix the official plugin to accommodate this issue.
Forum: Reviews
In reply to: [Unique Headers] FABULOUSAwesome. Glad to hear it does what you required 🙂
Forum: Plugins
In reply to: [MailPoet Newsletters (Previous)] Deprecated constructor usageThanks for fixing it 🙂