Joen Asmussen
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: WordPress Editor CrashingHi, I’d love to help you debug this. I tried installing Rank Math SEO but couldn’t get the editor to crash in my test environment, despite updating a page with a lot of content.
It is possible that a plugin is causing the error, it’s also not certain. Would you be up for sharing which other plugins you are running, so I can perhaps reproduce?
Alternately, and if this is safe for you to test, try deactivating plugins one by one and see if it stops the crashing. Let me know if that helps.
Forum: Everything else WordPress
In reply to: Render delay LcpHi, it sounds like you’re experience a performance issue. What particular page are you having trouble with?
Forum: Developing with WordPress
In reply to: Possible to Filter FSE Blocks?Thanks for the followup, and sorry to hear you didn’t get it working. The moderation buttons to me seem valid to have part of the core offering. Would you be up for opening an issue in the githbub issue? Otherwise I’m happy to help: https://github.com/WordPress/gutenberg/issues
Forum: Fixing WordPress
In reply to: Menus and other editing tools has changed and is now pretty shittyHi, is ist possible that this is the same issue you are encountering? If yes, then a fix should be underway that can hopefully land in a point release very soon.
Forum: Developing with WordPress
In reply to: Possible to Filter FSE Blocks?Hey! In the site editor the Edit link is a block with its own style properties, yes. It can be styled locally (select it in the template and edit properties in the inspector), or it can be styled globally (go to global styles > Blocks > Comment Edit Link). The block should also be stylable through theme.json.
Since it’s an entirely new block it does not share the same underlying function as the edit_comment_link.
What in particular are you missing from the new block? We can always open a new issue to enhance the block further. Coming to mind for me is the ability to edit the text.
Forum: Plugins
In reply to: [Gutenberg] Prevent changing single quotes to double quotesThat’s awesome, thank you for sharing and I’m happy you found that. I hope it’s okay then that I’ll share that trick on the GitHub issue as well, and mark this one as resolved!
Edit: Oh, I saw you already shared on GitHub. Wonderful 👌
- This reply was modified 4 years, 9 months ago by Joen Asmussen.
Forum: Plugins
In reply to: [Gutenberg] Prevent changing single quotes to double quotesIt would potentially be okay for the custom HTML block to help correct invalid markup if it wasn’t for the fact that this same behavior also affects the Shortcode block, but since it does, the issue seems valid enough.
Forum: Plugins
In reply to: [Gutenberg] Prevent changing single quotes to double quotesHello, thanks for the report. I’m seeing the same issue, that particular single quote is rewritten. I noted that this was an issue both in the HTML block, and the shortcode block, and I’ve created this issue to track the bug: https://github.com/WordPress/gutenberg/issues/33813
Forum: Plugins
In reply to: [Layout Grid Block] background color in Layout Grid BlockHey, thanks for the question!
You can select individual columns and apply background colors to each column. You could also wrap the entire layout grid in a group and give that group a background color. You’re saying you’d prefer also an option to apply a background color to the entire layout grid?
Forum: Plugins
In reply to: [Layout Grid Block] Registering a block style breaks the editorThank you for the excellent ticket. I’ll see that we get that triaged and fixed!
Forum: Reviews
In reply to: [Layout Grid Block] Essential pluginAwesome! Thank you for the review.
Using custom properties for the gutter width is an interesting idea. I have opened a ticket to see if we can add such variables to the plugin itself: https://github.com/Automattic/block-experiments/issues/184
Regarding media queries, I hope we will one day soon explore opening up some customization abilities directly in the editor for that.
Forum: Plugins
In reply to: [Layout Grid Block] alignwide settingThanks for the report!
It defaults to fullwide so that multiple layouts created, align vertically.
However you’re not the only one to request this, and I’ve tracked the issue in https://github.com/Automattic/block-experiments/issues/106, so hopefully we can address it soon!
Forum: Plugins
In reply to: [Layout Grid Block] Inverting columnsThank you, that’s a good idea. But there is an implicit accessibility issue in changing the visual
orderwithout also changing the markup order, so I’ll have to investigate how that can be done.Forum: Plugins
In reply to: [Layout Grid Block] Grid View on Multiple PagesHello, thanks for the question!
At the moment, you can’t unless you manually insert the grid on every page of your site.
However we are keeping an eye on how to evolve the layout grid block in a world where more of the website is edited directly in the editor, and I would love to see a way to use this block on page templates, which should make it possible.
Forum: Plugins
In reply to: [Layout Grid Block] Maximum columns amountFor the time being, 1-4 columns.