Ryan Kienstra
@ryankienstra on WordPress.org and Slack
- Member Since: August 31st, 2014
- Location: Mexico City, Mexico
- Website: getlocalci.com
- Job Title: Senior Software Engineer
- Employer: WP Engine
Bio
Interests
Contributions Sponsored
Contribution History
Ryan Kienstra’s badges:- Core Contributor
- Documentation Contributor
- Plugin Developer
- Translation Contributor
- WordCamp Speaker
-
Posted a reply to Won’t Load Iframes, on the site WordPress.org Forums:
Hi @jasoncracknell, Sure, here's a document on using PHP templating: https://developer.wpengine.com/genesis-custom-blocks/get-started/add-a-custom-block-to-your-website-content/ …and here's one on… -
Posted a reply to Won’t Load Iframes, on the site WordPress.org Forums:
Hi @jasoncracknell, Maybe the iframe is stripped with escaping. The PHP function block_value() doesn't do… -
Posted a reply to Images don’t show Alt Tag, on the site WordPress.org Forums:
Hi @koentim, Thanks for bringing that up. This should echo an image with the alt… -
Posted a reply to Can I use allowed_block_types-hook with this plugin? (restrict blocks), on the site WordPress.org Forums:
Hi @programmieraffe, Thanks for bringing that up. The namespace of GCB blocks is genesis-custom-blocks. So… -
Posted a reply to Disable Layouts / collections, on the site WordPress.org Forums:
Hi @jacqueschoquette, Thanks for asking, but I don't think it's possible to disable the Layouts… -
Posted a reply to Bolt and Links in Text-Field, on the site WordPress.org Forums:
Hi @oli89, Thanks for asking! Sorry, this doesn't have a way to edit rich text.… -
Posted a reply to Multiple instances of Post, Taxonomy blocks repeat content, on the site WordPress.org Forums:
@mortega, Thanks for letting us know, and good to hear you figured it out. -
Posted a reply to How can i make fieldtitles unvisable if not filled, on the site WordPress.org Forums:
Hi @zininweb, That's right. There should also be a closing PHP tag on the 3rd… -
Posted a reply to I’m impressed!, on the site WordPress.org Forums:
Hi @martinsauter, Great to hear it only took 10 minutes to create a custom block.… -
Posted a reply to Custom Blocks made really easy, on the site WordPress.org Forums:
Hi @xanoris, Thanks a lot for you kind words, and for using the plugin. It… -
Posted a reply to Plugin útil y fácil de utilizar, on the site WordPress.org Forums:
Hola @sergioap, Muchas gracias por tus cumplidos, y por usar el plugin. Te agradezco mucho. -
Posted a reply to Show update date instead of post date, on the site WordPress.org Forums:
Hi @imemine, Thanks for bringing that up. Unfortunately, it's not possible to overwrite that function,… -
Posted a reply to How can i make fieldtitles unvisable if not filled, on the site WordPress.org Forums:
block_value() gets the value, where block_field() echoes the value. -
Posted a reply to How can i make fieldtitles unvisable if not filled, on the site WordPress.org Forums:
Hi @zininweb, Thanks for bringing that up. A conditional like this could help to render… -
Posted a reply to Custom Block don’t render on Custom Post Type, on the site WordPress.org Forums:
Hi @siloedev, Thanks, that sounds like a bug. I'll keep that in mind for our… -
Posted a reply to Is it possible to edit select field options in pages?, on the site WordPress.org Forums:
Hi @aintnobody, Thanks a lot for letting me know about this. Hm, you could query… -
Posted a reply to Genesis Custom Block not allowing SVG’s, on the site WordPress.org Forums:
Hi @jasoncracknell, Hm, that might require using PHP templates and block_value(). block_value() doesn't escape the… -
Posted a reply to Can I add field name to Genesis Custom Block CSS, on the site WordPress.org Forums:
Hi @jasoncracknell, Thanks for asking. Unfortunately, the CSS template can't interpolate values like {{image-mask}}. A… -
Posted a reply to Post Type field when select Pages is not showing child pages, on the site WordPress.org Forums:
Hi @walesjimy, Thanks for letting me know, I'll keep that bug in mind. -
Posted a reply to srcset attribute, on the site WordPress.org Forums:
Hi @kyashan22, Sorry, there isn't a way to add a srcset attribute to the image… -
Posted a reply to Embed a form or input not working, on the site WordPress.org Forums:
Hi @maven1129, It might be that it's escaping markup. You could handle escaping on your… -
Posted a reply to Issue with Advanced Columns block and Custom Post Type with block template, on the site WordPress.org Forums:
Hi @d4z_c0nf, Thanks a lot for your code snipped and detailed steps to replicate. I… -
Posted a reply to Possible User Role Bug, on the site WordPress.org Forums:
Hi @aztec91, Sorry, I couldn't fix this bug. This was a possible solution, but it… -
Posted a reply to How to access the “additional CSS class(es)” field, on the site WordPress.org Forums:
Hi @tealord, Yes, block_field( 'className' ) will render that class. -
Posted a reply to wp genesis block yoast error, on the site WordPress.org Forums:
Hi @aaron12garcia, Thanks for bringing that up. I see that too, Yoast doesn’t detect GCB’s… -
Posted a reply to Genesis Custom blocks, post type field not working, on the site WordPress.org Forums:
Thanks, @bberrio! -
Posted a reply to Genesis Custom blocks, post type field not working, on the site WordPress.org Forums:
@bberrio, Thanks for letting me know, that sounds like a bug. Where is the testimonial… -
Posted a reply to Genesis Custom blocks, post type field not working, on the site WordPress.org Forums:
Hi @bberrio, Sorry for the long delay. Is this the post type filter you had… -
Posted a reply to Possible User Role Bug, on the site WordPress.org Forums:
Hi @aztec91, Sorry for the long delay. I'm working on a fix for this in:… -
Posted a reply to Repeater Blocks rewriting themselves, when copied, on the site WordPress.org Forums:
@aztec91, Thanks so much, it means a lot to me that you're using Genesis Custom… -
Posted a reply to Repeater Blocks rewriting themselves, when copied, on the site WordPress.org Forums:
Hi @aztec91, Sorry, I couldn't fix this, even though I told you it'd be in… -
Created a topic, Great, reliable plugin for adding scripts, on the site WordPress.org Forums:
Header Footer Code Manager has been reliably adding my… -
Posted a reply to Very Helpful, on the site WordPress.org Forums:
@wordpresssites, thanks so much for your kind words! It's great to have you with us. -
Posted a reply to Possible User Role Bug, on the site WordPress.org Forums:
@aztec91, Thanks, I'll mention that it's a painful problem. That makes sense that the editor… -
Posted a reply to Possible User Role Bug, on the site WordPress.org Forums:
Hi @aztec91, Thanks, I see this also. I'll add it to our bug tracker, though… -
Posted a reply to Genesis Block missing content from block file, on the site WordPress.org Forums:
Hi @afeist, OK, thanks. That sounds unexpected that it would strip the <svg>, but I'm… -
Posted a reply to Repeater Blocks rewriting themselves, when copied, on the site WordPress.org Forums:
Hi @aztec91, Sorry for the delay. That definitely is a bug, I noticed it also.… -
Posted a reply to Relative Link in Classic Text Field on Custom Post Type Breaks, on the site WordPress.org Forums:
Hi @walkingmiller, Thanks for bringing that up. We just changed it from relative links to… -
Posted a reply to Genesis Block missing content from block file, on the site WordPress.org Forums:
Hi @afeist, Oh interesting, was the block a child block, or inside InnerBlocks? -
Posted a reply to Genesis Block missing content from block file, on the site WordPress.org Forums:
Hi @afeist, Sorry for the delay again. It sounds like that is an issue somewhere,… -
Posted a reply to Issue loading CPT Category Name, on the site WordPress.org Forums:
Hi @rhand, Sorry for not responding to you. It sounds like you mainly figured it… -
Posted a reply to Genesis Block missing content from block file, on the site WordPress.org Forums:
Hi @afeist, Sorry for the delay. The website actually skips the svg part entirely, just… -
Posted a reply to Block with post type field or taxonomy field doesn’t render data., on the site WordPress.org Forums:
Like we talked about in Slack, this is a valid bug that exists in Safari.… -
Posted a reply to Block with post type field or taxonomy field doesn’t render data., on the site WordPress.org Forums:
Hi @mecurran, Oh thanks, we can continue the conversation in Slack. Ah, maybe the bug… -
Posted a reply to Block with post type field or taxonomy field doesn’t render data., on the site WordPress.org Forums:
Closing due to inactivity, but feel free to respond and we'll continue. -
Posted a reply to Repeater Blocks rewriting themselves, when copied, on the site WordPress.org Forums:
Hi @aztec91, Thanks for letting me know, that sounds like a bug. I'll look at… -
Posted a reply to Block with post type field or taxonomy field doesn’t render data., on the site WordPress.org Forums:
Also, is there any JS console error? You mentioned no error, so maybe not. -
Posted a reply to Multiple instances of block dont work, on the site WordPress.org Forums:
Closing due to inactivity, but feel free to respond and we'll continue. -
Posted a reply to Block with post type field or taxonomy field doesn’t render data., on the site WordPress.org Forums:
Hi @mecurran, Thanks for your details. Could you please go to the block editor for… -
Mentioned in [47756] on Core SVN:
REST API: Accept POST requests in the block renderer endpoint.
Developer
-
Adapter Gravity Add-On
Active Installs: Less than 10
-
Adapter Post Preview
Active Installs: 20+
-
Adapter Responsive Video
Active Installs: Less than 10
-
Adapter Widget Rows
Active Installs: Less than 10
-
Bootstrap Swipe Gallery
Active Installs: 10+
-
Bootstrap Widget Styling
Active Installs: 80+
-
Widget Live Editor
Active Installs: 70+
Contributor
-
Genesis Custom Blocks
Active Installs: 9,000+