Ryan Kienstra
@ryankienstra on WordPress.org and Slack
- Member Since: August 31st, 2014
- Location: Mexico City, Mexico
- Website: ryankienstra.com
- GitHub: kienstra
- Job Title: WordPress Engineer
- Employer: XWP
Bio
Contribution History
Ryan Kienstra’s badges:- Core Contributor Core Contributor
- Documentation Contributor Documentation Contributor
- Translation Contributor Translation Contributor
- WordCamp Speaker WordCamp Speaker
- Plugin Developer Plugin Developer
-
Posted a reply to Custom block error, on the site WordPress.org Forums:
Also, would you be able to try upgrading Core to 5.3.2, or even better, 5.4-RC3?…2 days ago
-
Posted a reply to Custom block error, on the site WordPress.org Forums:
Hi @grinstba, Thanks, that console log helps. We've seen that issue before, but haven't been…2 days ago
-
Posted a reply to Custom block error, on the site WordPress.org Forums:
The fact that the block renders fine on the front-end suggests that there's nothing wrong…4 days ago
-
Posted a reply to Custom block error, on the site WordPress.org Forums:
Hi @grinstba, Sorry about that, it sounds frustrating to not see your block in the…4 days ago
-
Posted a reply to block_lab_add_field, on the site WordPress.org Forums:
Hi @tonylewis, Thanks for bringing that up. I'll reply in more detail later tonight, but…6 days ago
-
Posted a reply to Error loading block: The response is not a valid JSON response., on the site WordPress.org Forums:
Just opened these PRs for this topic: https://github.com/WordPress/gutenberg/pull/21068 https://github.com/WordPress/wordpress-develop/pull/1967 days ago
-
Created a new ticket, #49680, in Core Trac:
Consider also allowing POST requests for block ServerSideRender endpoint7 days ago
-
Posted a reply to Floating a block, on the site WordPress.org Forums:
Closing, but feel free to comment if that didn't help. Have a great weekend.1 week ago
-
Posted a reply to Error loading block: The response is not a valid JSON response., on the site WordPress.org Forums:
For the time being, it is possible to limit the amount of rows in a…1 week ago
-
Posted a reply to Error loading block: The response is not a valid JSON response., on the site WordPress.org Forums:
Though it's pretty likely that I will fix it, as it's a pretty frustrating issue,…1 week ago
-
Posted a reply to Error loading block: The response is not a valid JSON response., on the site WordPress.org Forums:
Hi @rhanpemberton, Thanks for bringing that up. Yeah, that sounds frustrating. We're aware of it,…1 week ago
-
Posted a reply to JSON error in UI when using certain words, on the site WordPress.org Forums:
This definitely could be an issue, but I'm closing now due to inactivity. Feel free…2 weeks ago
-
Posted a reply to Floating a block, on the site WordPress.org Forums:
Hi @philgreen, Sorry for the delay. Maybe this is just from copying it, but could…2 weeks ago
-
Posted a reply to text area getting error in admin page when using custom preview, on the site WordPress.org Forums:
OK, thanks. I'll keep that in mind.2 weeks ago
-
Posted a reply to Floating a block, on the site WordPress.org Forums:
Hi @philgreen, Maybe you know about hits, but there's a way to add a CSS…2 weeks ago
-
Posted a reply to text area getting error in admin page when using custom preview, on the site WordPress.org Forums:
OK, would it be different from the Textarea field?2 weeks ago
-
Posted a reply to text area getting error in admin page when using custom preview, on the site WordPress.org Forums:
Closing as there's no immediate action, but will keep in mind.2 weeks ago
-
Posted a reply to text area getting error in admin page when using custom preview, on the site WordPress.org Forums:
Sure, thanks for your patience. I'll keep this issue in mind, we might find a…2 weeks ago
-
Posted a reply to text area getting error in admin page when using custom preview, on the site WordPress.org Forums:
OK, thanks. It sounds like this is an issue, but short of stepping through breakpoints…2 weeks ago
-
Posted a reply to JSON error in UI when using certain words, on the site WordPress.org Forums:
Sorry, maybe I've been using at-mentions too much.2 weeks ago
-
Posted a reply to JSON error in UI when using certain words, on the site WordPress.org Forums:
Hi @coleclark, Sorry for the delay again. It's interesting there was a 403 (forbidden) error…2 weeks ago
-
Posted a reply to Using if Statement Prints Condition value?, on the site WordPress.org Forums:
Nice, thanks a lot for using Block Lab!2 weeks ago
-
Posted a reply to Is there a CSS version setting?, on the site WordPress.org Forums:
Thanks, good suggestion. I'll keep a fix like that in mind.2 weeks ago
-
Posted a reply to text area getting error in admin page when using custom preview, on the site WordPress.org Forums:
Thanks, that's really similar to my local setup, where I didn't see the issue. WordPress…2 weeks ago
-
Posted a reply to text area getting error in admin page when using custom preview, on the site WordPress.org Forums:
OK, thanks for the details. Could you please past the Site Health info from the…2 weeks ago
-
Posted a reply to text area getting error in admin page when using custom preview, on the site WordPress.org Forums:
If by chance you haven't already, could you try deactivating all other plugins?2 weeks ago
-
Posted a reply to text area getting error in admin page when using custom preview, on the site WordPress.org Forums:
Hm, does it help to change: $image = $image_1_attachment[0]; to: $image = isset( $image_1_attachment[0] )…2 weeks ago
-
Posted a reply to text area getting error in admin page when using custom preview, on the site WordPress.org Forums:
Are category-one and category-two the Textarea fields?2 weeks ago
-
Posted a reply to text area getting error in admin page when using custom preview, on the site WordPress.org Forums:
Nice, thanks! I'll test that.2 weeks ago
-
Posted a reply to text area getting error in admin page when using custom preview, on the site WordPress.org Forums:
Hi @alienfactory, Thanks for letting me know about that. Could you please copy the exact…2 weeks ago
-
Posted a reply to CSS frontend not loading, on the site WordPress.org Forums:
All good, I do things like that, also :)2 weeks ago
-
Posted a reply to CSS frontend not loading, on the site WordPress.org Forums:
OK, thanks. If you have access to the PHP error log on your site, that…3 weeks ago
-
Posted a reply to CSS frontend not loading, on the site WordPress.org Forums:
Uf, what is the error message?3 weeks ago
-
Posted a reply to CSS frontend not loading, on the site WordPress.org Forums:
This issue isn't fixed, but I'm closing this as there's no immediate action. I'll keep…3 weeks ago
-
Posted a reply to Is there a CSS version setting?, on the site WordPress.org Forums:
Hi @peaksyoshida, Thanks for bringing this up. Sorry, we don't have a way to pass…3 weeks ago
-
Posted a reply to JSON error in UI when using certain words, on the site WordPress.org Forums:
OK, thanks. So that error Uncaught TypeError: Cannot set property ServerSideRender of #<Object> which has…3 weeks ago
-
Posted a reply to JSON error in UI when using certain words, on the site WordPress.org Forums:
Hi @coleclark, Thanks for all of your details, and for the snipboard of the console…3 weeks ago
-
Posted a reply to JSON error in UI when using certain words, on the site WordPress.org Forums:
Would you be able to test this possible fix for the error Uncaught TypeError: Cannot…3 weeks ago
-
Posted a reply to JSON error in UI when using certain words, on the site WordPress.org Forums:
Hi @coleclark, Thanks, sorry to hear about that error. Thanks for all of your pastebins,…3 weeks ago
-
Posted a reply to CSS frontend not loading, on the site WordPress.org Forums:
OK, sorry for the delay. For now, enqueuing the stylesheet on the block_lab_render_template_* hook should…3 weeks ago
-
Posted a reply to CSS frontend not loading, on the site WordPress.org Forums:
Thanks! Yeah, null is what I got from clearstatcache() also. OK, thanks. Does this issue…3 weeks ago
-
Posted a reply to CSS frontend not loading, on the site WordPress.org Forums:
OK, thanks. Let me know when 'Error establishing a database connection' is resolved.3 weeks ago
-
Posted a reply to CSS frontend not loading, on the site WordPress.org Forums:
Are you developing this in a local environment now? If so, could you please try…3 weeks ago
-
Posted a reply to CSS frontend not loading, on the site WordPress.org Forums:
OK, thanks3 weeks ago
-
Posted a reply to CSS frontend not loading, on the site WordPress.org Forums:
OK, thanks. That's not a parent or child theme, right?3 weeks ago
-
Posted a reply to CSS frontend not loading, on the site WordPress.org Forums:
Hi @alienfactory, Thanks for letting me know about that. Where are those stylesheets? 1. Parent…3 weeks ago
-
Posted a reply to JSON error in UI when using certain words, on the site WordPress.org Forums:
Hi @coleclark, Thanks for bringing this up, and sorry for the delay. 1. Would you…3 weeks ago
-
Posted a reply to variables are echoing out, on the site WordPress.org Forums:
Nice, glad that worked. Yeah, block_field() both echoes and returns a value, it's confusing. I…3 weeks ago
-
Posted a reply to variables are echoing out, on the site WordPress.org Forums:
Thanks for the template! How about: diff --git a/block-mock-image.php b/block-mock-image.php index 0a695f3..d2152fb 100644 --- a/block-mock-image.php…3 weeks ago
-
Posted a reply to variables are echoing out, on the site WordPress.org Forums:
@alienfactory, OK, could you please copy the entire template here? If this needs to do…3 weeks ago
Developer
-
Adapter Gravity Add-On
Active Installs: 10+
-
Adapter Post Preview
Active Installs: 20+
-
Adapter Responsive Video
Active Installs: Less than 10
-
Adapter Widget Rows
Active Installs: 10+
-
Block Lab
Active Installs: 6,000+
-
Bootstrap Swipe Gallery
Active Installs: 20+
-
Bootstrap Widget Styling
Active Installs: 100+
-
Widget Live Editor
Active Installs: 100+
Contributor
-
AMP
Active Installs: 400,000+