Paul Ryan
@figureone on WordPress.org and Slack
Bio
- Member Since: November 11th, 2010
- Location: Honolulu, HI
- Website: dcdc.coe.hawaii.edu
- GitHub: figureone
- Employer: University of Hawai‘i at Mānoa
Contribution History
Paul Ryan’s badges:- Core Contributor
- Plugin Developer
-
Created ticket #63205 on Core Trac:
Gutenberg component CustomGradientPicker fails to parse theme.json ... -
Committed [3261860] to Plugins SVN:
Tagging version 3.11.0 -
Committed [3261859] to Plugins SVN:
Preparing for 3.11.0 release -
Posted a reply to Global Welcome Message (subject/body)?, on the site WordPress.org Forums:
Aloha, we have merged the patch to add this functionality: https://github.com/uhm-coe/authorizer/commit/9a364525b82167675293e60e9e7b9bbce3091850 This will be included… -
Posted a reply to Login fails with activated Turnstile Plugin, on the site WordPress.org Forums:
https://github.com/uhm-coe/authorizer/commit/dafcbe7490bd23c889f800cb2c5e7d4f7d5e07b6 -
Posted a reply to Login fails with activated Turnstile Plugin, on the site WordPress.org Forums:
Thanks! We'll include this in the next release and you can continue to use the… -
Posted a reply to Global Welcome Message (subject/body)?, on the site WordPress.org Forums:
Hard to estimate at the moment, we've got a lot of other things going on… -
Posted a reply to Gravity Forms: Error Message: Failed to initialize plugin: wpInsertPages, on the site WordPress.org Forums:
Also thanks for the detailed error message. I think the change below should fix the… -
Posted a reply to Gravity Forms: Error Message: Failed to initialize plugin: wpInsertPages, on the site WordPress.org Forums:
Sounds good. If you're already in tinymce compatibility mode, there's a different place in the… -
Posted a reply to Gravity Forms: Error Message: Failed to initialize plugin: wpInsertPages, on the site WordPress.org Forums:
One other thing to try: in Insert Pages settings, try setting the "TinyMCE filter" option… -
Posted a reply to Gravity Forms: Error Message: Failed to initialize plugin: wpInsertPages, on the site WordPress.org Forums:
We are not able to reproduce the issue. Do you have the Classic Editor plugin… -
Posted a reply to Gravity Forms: Error Message: Failed to initialize plugin: wpInsertPages, on the site WordPress.org Forums:
Thanks, we'll take a look and see if we can reproduce! -
Posted a reply to Is Authorizer 3.10.2 working with last WordPress 6.7.1 ?, on the site WordPress.org Forums:
Great, thanks for following up! -
Posted a reply to Is Authorizer 3.10.2 working with last WordPress 6.7.1 ?, on the site WordPress.org Forums:
It's working for us, we have no issues across our fleet. If you can find… -
Posted a reply to Login fails with activated Turnstile Plugin, on the site WordPress.org Forums:
Got it, thanks for clarifying. I think simple-cloudflare-turnstile actually has a hook to disable it,… -
Posted a reply to Redirect to specific URLs, on the site WordPress.org Forums:
You would need to use the wp_login_url( get_permalink() ); php snippet in your theme code… -
Posted a reply to Login fails with activated Turnstile Plugin, on the site WordPress.org Forums:
Thanks for checking. I looked at the source code for the turnstile plugin and can… -
Posted a reply to Login fails with activated Turnstile Plugin, on the site WordPress.org Forums:
If you configure Authorizer to: Hide WordPress logins Render the button to log in via… -
Posted a reply to Global Welcome Message (subject/body)?, on the site WordPress.org Forums:
Aloha, we've created custom constants and filters that override some settings for other folks, for… -
Posted a reply to Redirect to specific URLs, on the site WordPress.org Forums:
Try generating the login button in your header with wp_login_url( get_permalink() ); . This will… -
Posted a reply to Супер!!!, on the site WordPress.org Forums:
❤️ -
Posted a reply to LDAP password not updating on WordPress, on the site WordPress.org Forums:
Huh, that's strange! Authorizer should pass through authentication attempts to the LDAP server, so it… -
Posted a reply to garbled text appeared in the editing box,, on the site WordPress.org Forums:
Hm that could be complex, one method would be to hook into the inserted page… -
Posted a reply to Pages to public or private, on the site WordPress.org Forums:
Perhaps it would be easier to configure Authorizer to allow everyone to see the site,… -
Posted a reply to Kadence Block Issues with recent update, on the site WordPress.org Forums:
Great, thanks for confirming! -
Posted a reply to Kadence Block Issues with recent update, on the site WordPress.org Forums:
We have released version 3.9.1 with a fix for legacy widgets, please test and let… -
Committed [3179666] to Plugins SVN:
Tagging version 3.9.1 -
Posted a reply to Problems with plugin, on the site WordPress.org Forums:
Aloha, we have released version 3.9.1 with a fix for legacy widgets, please test and… -
Committed [3179665] to Plugins SVN:
Preparing for 3.9.1 release -
Posted a reply to Fatal error, on the site WordPress.org Forums:
Gotcha 👍 -
Posted a reply to Kadence Block Issues with recent update, on the site WordPress.org Forums:
Can you provide some more specifics about how the content is inserted? Is this using… -
Posted a reply to Fatal error, on the site WordPress.org Forums:
Can you check that line number again from your logs? Line 537 doesn't touch $post->ID,… -
Posted a reply to Problems with plugin, on the site WordPress.org Forums:
Thanks for the report, the last plugin update included some sanitizing and escaping based on… -
Posted a reply to Kadence Block Issues with recent update, on the site WordPress.org Forums:
Thanks for the report, the last plugin update included some sanitizing and escaping based on… -
Committed [3179169] to Plugins SVN:
Preparing for release -
Committed [3179168] to Plugins SVN:
Preparing for release -
Committed [3179166] to Plugins SVN:
Preparing for 1.8.3 release -
Posted a reply to Fatal error, on the site WordPress.org Forums:
Aloha, version 3.9.0 is now out with this fix. Please let us know if you… -
Posted a reply to Block properties not always honored in the Gutenberg editor, on the site WordPress.org Forums:
Aloha, version 3.9.0 is now out with this fix. Please let us know if you… -
Committed [3179165] to Plugins SVN:
Tagging version 3.9.0 -
Committed [3179164] to Plugins SVN:
Preparing for 3.9.0 release -
Posted a reply to Block properties not always honored in the Gutenberg editor, on the site WordPress.org Forums:
Aloha, we did a deep dive into the block editor code and came up with… -
Posted a reply to Block properties not always honored in the Gutenberg editor, on the site WordPress.org Forums:
Thanks, we confirmed the issue. Looks like the inline styles generated for the custom/manual Grid… -
Posted a reply to Fatal error, on the site WordPress.org Forums:
Thanks, for whatever reason the global $post in that context is the post ID instead… -
Posted a reply to Missing: high (+ scrollbars), on the site WordPress.org Forums:
For now you should be able to do this with some CSS by using max-height… -
Posted a reply to external=wordpress fails when OAuth2 Client Secret has expired, on the site WordPress.org Forums:
Strange. In our testing, external=wordpress still works even if the OAuth2 client secret is invalid.… -
Posted a reply to OAuth2 authentication broken, on the site WordPress.org Forums:
Sure thing! Good luck out there -
Posted a reply to 2.0.2 exception breaks Wild Apricot login, on the site WordPress.org Forums:
Maintainer of another OAuth2 login plugin here, we also had a user report this issue.… -
Posted a reply to OAuth2 authentication broken, on the site WordPress.org Forums:
So it looks like the latest update to the check-email plugin (v2.0.2) introduces a hook… -
Posted a reply to OAuth2 authentication broken, on the site WordPress.org Forums:
Hm, those errors seem to be coming from a separate plugin called Check Email: https://wordpress.org/plugins/check-email/…