Jorge Costa
@jorgefilipecosta on WordPress.org and Slack
- Member Since: September 25th, 2017
- GitHub: jorgefilipecosta
- Employer: Automattic
Contributions Sponsored
Contribution History
Jorge Costa’s badges:- Core Contributor Core Contributor
- Translation Contributor Translation Contributor
- WordCamp Organizer WordCamp Organizer
- WordCamp Speaker WordCamp Speaker
-
Posted a reply to Broke my site, on the site WordPress.org Forums:
Hi @happyringer, I’m sorry to hear that Gutenberg caused problems on your website. Gutenberg is…56 seconds ago
-
Posted a reply to I dont like it, on the site WordPress.org Forums:
Hi @niloy440, I’m sorry to hear that Gutenberg is not fitting your use-case. We are…4 mins ago
-
Posted a reply to Worst choice, on the site WordPress.org Forums:
Hi @fabionakai, I’m sorry to hear to block editor is not fitting your use-case. We…6 mins ago
-
Posted a reply to no good, on the site WordPress.org Forums:
Hi @alirizaaribas, I'm sorry to hear to block editor is not facilitating your work. We…7 mins ago
-
Posted a reply to Incredibly user-un-friendly and problemmatic, on the site WordPress.org Forums:
Hi @humankind, Thank you for sharing your thoughts! To insert an image, one can drag…12 mins ago
-
Posted a reply to Auto-fill lots of questions marks in the description when upload an image, on the site WordPress.org Forums:
Hi @theturtle, Thank you for reporting this issue. Gutenberg tries to use image EXIF data…26 mins ago
-
Posted a reply to NOT user friendly or an improvement on the Classic Editor, on the site WordPress.org Forums:
Hi @paulychilds, Thank you for sharing your thoughts. I’m sorry that your experience with the…3 hours ago
-
Posted a reply to I had to add a plugin to disable this crappy plugin, on the site WordPress.org Forums:
Hi @brentonfilm, Thank you for sharing your thoughts. Gutenberg is a complex project, still in…4 hours ago
-
Posted a reply to Just a terrible decision !!!, on the site WordPress.org Forums:
Hi @intertip, Thank you for sharing your thoughts. I’m sorry that your experience with the…4 hours ago
-
Posted a reply to A soul destroying experience, on the site WordPress.org Forums:
Hi @paulychilds, Thank you for sharing your thoughts. I'm sorry that your experience with the…4 hours ago
-
Posted a reply to need better developers, on the site WordPress.org Forums:
Hi @oakhillman, The block editor is a complex project still in very early stages. Thank…4 hours ago
-
Posted a reply to It breaks and it slows down page creation., on the site WordPress.org Forums:
Hi @alphonso06, Gutenberg project is still in very early stages, so, unfortunately, advanced page building…4 hours ago
-
Posted a reply to Bad usewr experience, on the site WordPress.org Forums:
Hi @basquenet, Could you elaborate more on why you think the user experience with Gutenberg…4 hours ago
-
Posted a reply to This crappy plugin should be removed from futher WordPress versions, on the site WordPress.org Forums:
Hi @evgenioz, Thank you for sharing your thoughts! We pay close attention to the performance,…5 hours ago
-
Posted a reply to How to get attributes of reusable blocks?, on the site WordPress.org Forums:
Hi @oksanaromaniv, If you call const reusableBlock = wp.data.select('core/editor').__experimentalGetReusableBlock(REUSABLE_BLOCK_ID);, you will get an object describing…1 day ago
-
Posted a reply to Single block in editor but separate on front-end, on the site WordPress.org Forums:
Hi @osakawebbie, In WordPress 5.3 you should have a group block available that supports a…1 day ago
-
Posted a reply to How do I add checkbox forms to a page ? Is there a block for checkbox forms?, on the site WordPress.org Forums:
Hi @capri914, > Or which plugin do i need to have checkbox & add/delete form…1 day ago
-
Posted a reply to Creating Custom Blocks and Referencing Them In Navigation Menus?, on the site WordPress.org Forums:
Hi @huetherb If you add a reusable block you can add a group block inside,…1 day ago
-
Posted a reply to Applying block template to new and existing posts/pages, on the site WordPress.org Forums:
Hi @mahlerthetitan, You may create a reusable block that may even be an empty HTML…1 day ago
-
Posted a reply to Is there a way to add a universal block setting to all Gutenberg blocks?, on the site WordPress.org Forums:
Hi @ascobol, What you are trying to achieve is supported in Gutenberg. In fact, classNames…2 days ago
-
Posted a reply to CSS !important on wp-block-column class, on the site WordPress.org Forums:
Hi @keepact, Unfortunately, columns assign their width via an inline style (as the width can…2 days ago
-
Posted a reply to change the font and color of a single word in a table, on the site WordPress.org Forums:
Hi @aristosv, By default, Gutenberg does not offer an option to control the specific color…2 days ago
-
Posted a reply to Slow parent page attribute for websites with many pages, on the site WordPress.org Forums:
Hi @gumal22, thank you for reporting this issue. I submitted a fix that makes sure…2 days ago
-
Posted a reply to issue with simple DropdowMenu, on the site WordPress.org Forums:
Hi @gui2one, When I tried this code I got a block with a small icon:…2 days ago
-
Posted a reply to Get Gutenberg Blocks without the_content(), on the site WordPress.org Forums:
Hi @ledilson, Gutenberg blocks are saved as normal HTML content like other posts so if…2 days ago
-
Posted a reply to Shortcode Failure, on the site WordPress.org Forums:
Hi @ridethelight, I think the "Classic" block may fit well the use case you have.…2 days ago
-
Posted a reply to Gutenberg and Shopstyle Collective Widget Code Not Working, on the site WordPress.org Forums:
Hi @janded, I think the comment marks <!– COLLECTIVE WIDGET CODE START –> and <!–…2 days ago
-
Posted a reply to Need to add another tab panel next to Document, Block tab?, on the site WordPress.org Forums:
Hi @deathchaosx, Gutenberg extensibility APIs do not provide an option to add another tab in…2 days ago
-
Posted a reply to Reusable blocks, on the site WordPress.org Forums:
Hi @kzmedica, It seems you may have faced a temporary Gutenberg bug. But if that's…2 days ago
-
Posted a reply to Can I use Gutenberg to create structured content?, on the site WordPress.org Forums:
Hi @jmickela, At first sight, it seems combinations of template and allowedBlocks would fit this…2 days ago
-
Posted a reply to Responsive columns, on the site WordPress.org Forums:
Hi @thessav, Gutenberg adds a class wp-block-columns to the div that wraps all the columns.…2 days ago
-
Posted a reply to Problem back office columns Gutenberg, on the site WordPress.org Forums:
Hi @sictiam, With WordPress 5.3 the way nested blocks work has been improved and the…2 days ago
-
Posted a reply to Gutenberg incomprehensible, on the site WordPress.org Forums:
Hi @tentshow, I'm sorry that you are facing these problems. One of the Gutenberg objectives…2 days ago
-
Posted a reply to How to have a PluginDocumentSettingPanel initially opened?, on the site WordPress.org Forums:
Hi @Benny, You may programmatically open the panel by using: wp.data.dispatch( 'core/edit-post' ).toggleEditorPanelOpened( panelName ).…2 days ago
-
Posted a reply to Product excerpt in Gutenberg, on the site WordPress.org Forums:
Hi @mahlinksi, The Woocommerce ‘product by categories’ block is not part of Gutenberg's core. That…2 days ago
-
Posted a reply to PlainText in Modal, on the site WordPress.org Forums:
Hi, If the attribute you are updating is used in a RichText component, you are…2 days ago
-
Posted a reply to Ads scripts blocks, on the site WordPress.org Forums:
Hi @onedesblog, The paragraph block is not the ideal blog to add HTML or script…2 days ago
-
Posted a reply to Feature request – Media & Text block Image Link, on the site WordPress.org Forums:
This feature is being implemented on the Gutenberg plugin. The PR that adds the feature…2 days ago
-
Posted a reply to Cover Block Image Responsiveness, on the site WordPress.org Forums:
Hi @tzemaitis, It seems the styles you had, target the image block while the cover…2 days ago
-
Posted a reply to Differing background colours for Media & Text, on the site WordPress.org Forums:
Hi @aleksandrk, unfortunately, the is no official or recommended way to achieve the goal, and…2 days ago
-
Wrote a new post, Javascript Chat Summary: Tuesday, November 5, 2019, on the site Make WordPress Core:
Below is a of the discussion from this week’s JavaScript chat (agenda, Slack Transcript) Have a…2 weeks ago
-
Closed ticket #48502, in Core Trac:
Update WordPress packages with fixes targeted for 5.3 RC42 weeks ago
-
Committed [46656] to Core Trac:
Block Editor: Bug fixes targeted for WordPress 5.3 RC4. The list of ...2 weeks ago
-
Created a new ticket, #48502, in Core Trac:
Update WordPress packages with fixes targeted for 5.3 RC42 weeks ago
-
Joined the organizing team for WordCamp Europe 2020
4 weeks ago
-
Created a new ticket, #48376, in Core Trac:
Update kses safecss_filter_attr function to allow gradient backgrounds1 month ago
-
Closed ticket #48310, in Core Trac:
Update the WordPress Packages to the ones used in the Gutenberg 6.8 ...1 month ago
-
Committed [46546] to Core Trac:
Block Editor: Update the WordPress Packages to the ones used in the ...1 month ago
-
Created a new ticket, #48310, in Core Trac:
Update the WordPress Packages to the ones used in the Gutenberg 6.8 ...1 month ago