Profiles

  • Member Since: September 8th, 2023
  • Find me on:
  • Wrote a comment on the post How to build a multi-block plugin, on the site WordPress Developer Blog:
    Thanks Troy for your branch update. I see there are moving parts (`devDependencies` and 'webpack.config.js')…

  • Wrote a comment on the post An introduction to block-based mega menus, on the site WordPress Developer Blog:
    `strong` and `em` tags got sanitized in previous comment.

  • Wrote a comment on the post An introduction to block-based mega menus, on the site WordPress Developer Blog:
    Thank you for this great intro. I thought `allowedFormats` in `RichText` wouldn't work in dynamic…

  • Wrote a comment on the post How to build a multi-block plugin, on the site WordPress Developer Blog:
    Thank you Troy, multi-block is an important topic for devs. My use case is similar…

  • Wrote a comment on the post Section Styles, on the site Make WordPress Core:
    There are reports saying `blockGap` not working, and I can confirm it's not working at…

  • Wrote a comment on the post Using Data Views to display and interact with data in plugins, on the site WordPress Developer Blog:
    I added `javascript: (function () { document.querySelectorAll('pre.wp-block-code').forEach(function (el) { el.classList.add('alignwide'); }); })();` to Chrome bookmark…

  • Wrote a comment on the post Using Data Views to display and interact with data in plugins, on the site WordPress Developer Blog:
    Thank you JuanMa. As a plugin developer, I'm most interested in topics of extending core…

  • Wrote a comment on the post Theme.json version 3, on the site Make WordPress Core:
    As Mahesh mentioned, "defaultFontSizes": false and "defaultSpacingSizes": false does not work at the moment.

  • Wrote a comment on the post How to extend a WordPress block, on the site WordPress Developer Blog:
    I created a topic in Developing with WordPress with more details: https://wordpress.org/support/topic/prevent-block-variations-and-filters-from-polluting-the-entire-block-editor/

  • Wrote a comment on the post How to extend a WordPress block, on the site WordPress Developer Blog:
    Thanks Nick! I would add a limitation on block variations, supports, and filters: - You…

  • Posted a reply to Prevent block variations and filters from polluting the entire block editor, on the site WordPress.org Forums:
    Thank you Nick. Block variations and filters sound fantastic until I realize they are indiscriminate.…

  • Created a topic, Prevent block variations and filters from polluting the entire block editor, on the site WordPress.org Forums:
    Hi, my plugin consists of multiple blocks: One con…

  • Posted a reply to Image block’s “Expand on click” toggle disappears in WP 6.5, on the site WordPress.org Forums:
    Got it. @properlypurple thank you so much!

  • Created a topic, Image block’s “Expand on click” toggle disappears in WP 6.5, on the site WordPress.org Forums:
    Image block's "Expand on click" toggle disappears in W…

  • Posted a reply to TablePress isn’t compatible with block theme yet, on the site WordPress.org Forums:
    Thanks Tobias, finally I got it right by wrapping TP block with a Group block,…

  • Posted a reply to TablePress isn’t compatible with block theme yet, on the site WordPress.org Forums:
    I just used WordPress Playground (2024 theme) to add a Group block. Here are the…

  • Posted a reply to TablePress isn’t compatible with block theme yet, on the site WordPress.org Forums:
    Thanks for your test page. It helped me locate the problem. Your Group block output…

  • Posted a reply to TablePress isn’t compatible with block theme yet, on the site WordPress.org Forums:
    Thanks Tobias for your fast response. I tried your trick. This time I deactivated all…

  • Posted a reply to TablePress isn’t compatible with block theme yet, on the site WordPress.org Forums:
    When I deactivated the plugin, the feedback field limits user's input to one or two…

  • Created a topic, TablePress isn’t compatible with block theme, on the site WordPress.org Forums:
    Have you tested the plugin with any block theme? No…

  • Posted a reply to How to delete entries without using the database?, on the site WordPress.org Forums:
    There's no Delete-related UI inside each entry.

  • Created a topic, How to delete entries without using the database?, on the site WordPress.org Forums:
    Hi, Sorry for this ridiculous question: how to dele…

  • Posted a reply to PHP 8+ compatibility?, on the site WordPress.org Forums:
    BTW, here is possible combo: FluentForms FluentSMTP FluentCRM Amazon SES Can this combo make a…

  • Created a topic, PHP 8+ compatibility?, on the site WordPress.org Forums:
    Hi, There's a review stating that this plugin isn't…

  • Created a topic, Which plugin category does TranslatePress fall into?, on the site WordPress.org Forums:
    Hi, In developer.wordpress.org > Advanced Admini…

  • Posted a reply to Mobile overlay: nested menu should collapse by default, on the site WordPress.org Forums:
    Thanks @pareshsojitra, I'm 100% confident that this will be added to core, it's a matter…

  • Posted a reply to Documentation on WC “blocks” customization for developers?, on the site WordPress.org Forums:
    Thank you @carolm29. The Github doc is helpful, which Google never show if not including…

  • Created a topic, Documentation on WC “blocks” customization for developers?, on the site WordPress.org Forums:
    Hi, Is there documentation on WC "blocks" customiza…

  • Posted a reply to Woo “blocks” are the right direction to go!, on the site WordPress.org Forums:
    Product Details block should at least offer "expanded by default" layout option. At the moment…

  • Posted a reply to Woo “blocks” are the right direction to go!, on the site WordPress.org Forums:
    Thank you @sandipmondal. Product Image Gallery block can have a 'No thumbnail' layout option as…

  • Created a topic, Bug report: A user change is automatically made by loading Single Product templa, on the site WordPress.org Forums:
    Block theme + WC Blocks bug report: A user change i…

  • Posted a reply to remove_theme_support no longer works for WC blocks?, on the site WordPress.org Forums:
    Thanks @babylon1999, with your help, this finally achieves what I want by fixing the root…

  • Posted a reply to remove_theme_support no longer works for WC blocks?, on the site WordPress.org Forums:
    This PHP+CSS combination seems to work: function wc_remove_image_effect_support() { remove_theme_support( 'wc-product-gallery-zoom' ); remove_theme_support( 'wc-product-gallery-lightbox' );…

  • Posted a reply to remove_theme_support no longer works for WC blocks?, on the site WordPress.org Forums:
    Thank you @babylon1999 . Your code (missing zoom and lightbox disabling) doesn't work... Also there's…

  • Created a topic, remove_theme_support no longer works for WC blocks?, on the site WordPress.org Forums:
    Hi, This no longer work for block themes + WC block…

  • Posted a reply to Does this plugin work with block themes?, on the site WordPress.org Forums:
    Product Image Gallery block displays a variation image when one of swatches/dropdown is selected. It…

  • Created a topic, Does this plugin work with block themes?, on the site WordPress.org Forums:
    Hi Does this plugin work with block themes? Spec…

  • Created a topic, Woo “blocks” are the right direction to go!, on the site WordPress.org Forums:
    Woo "blocks" are the right direction to go. They make …

  • Posted a reply to Layout options of Product Image Gallery block, on the site WordPress.org Forums:
    Thank you @babylon1999 , I'm happy with the Woo blocks default layout, and looking forward…

  • Posted a reply to Layout options of Product Image Gallery block, on the site WordPress.org Forums:
    Thank you @anastas10s for the links. I read most of the doc. Disppointingly: "The product…

  • Created a topic, Layout options of Product Image Gallery block, on the site WordPress.org Forums:
    Hi, Is there documentation on how to customize the …

  • Created a topic, Does this plugin generate patterns besides Header & Footer?, on the site WordPress.org Forums:
    Hi, Does this plugin generate patterns from user ch…

  • Posted a reply to Bug report: Image block (WP core, not theme specific), on the site WordPress.org Forums:
    No bug, I forgot to add border-style or core/image.border.style !

  • Created a topic, Bug report: Image block (WP core, not theme specific), on the site WordPress.org Forums:
    Hi, For .wp-block-image img border-width in cus…

  • Created a topic, “core/site-title” in the theme.json needs one positive indentation, on the site WordPress.org Forums:
    Hi, "core/site-title" in the theme.json needs one p…

  • Created a topic, Small bug report: cursor should change to “cursor: pointer;” on front end, on the site WordPress.org Forums:
    Hi, I "Insert/edit link" for an image, went to the …

  • Posted a reply to Mobile overlay: nested menu should collapse by default, on the site WordPress.org Forums:
    Thank you @jordesign. This malfunctioned mobile menu can be a dealbreaker of using block theme,…

  • Posted a reply to Fresh multisite + fresh Woo: CRITICAL Uncaught TypeError, on the site WordPress.org Forums:
    Than you Pepe! These are indications of a site being migrated, instead of it being…

  • Created a topic, Submenu should be collapsed, on the site WordPress.org Forums:
    Hi, Below is align-items: flex-start; version of th…