Greg Zió?kowski
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: wp-social-link-mail colourThank you for the report. This is an existing technical limitation of the concept of block variations. In this case, the Email is a specialized version of the Social Link block. There are two ways it could be solved in the future that would allow avoiding CSS with this level of specificity:
- Register a block style for a block variation as discussed in https://github.com/WordPress/gutenberg/issues/40621.
- Open Style Book feature for styling variations of the block type as proposed in https://github.com/WordPress/gutenberg/issues/47443.
Forum: Developing with WordPress
In reply to: Can’t able to add reusable blocksReusable blocks got renamed to Patterns with the option to be synchronized. You can find your saved Synced Patterns in the Inserter in the
Patterns
tab inside theMy Patterns
section. When you want to create a reusable block, you need to pick theCreate pattern
action item now.More details in the dev note for WordPress 6.3 release.
- This reply was modified 1 year ago by Greg Zió?kowski.
Forum: Fixing WordPress
In reply to: Fix Auto Shortcode Block ConversionI can also confirm that both the post editor and site editor on the fresh WP 6.4 install don’t convert
[code]sudo apt install cmake[/code]
automatically into the Shortcode block.Forum: Developing with WordPress
In reply to: Loading RTL CSS on frontend block developmentThis comment on GitHub might offer a solution for RTL support:
https://github.com/WordPress/gutenberg/issues/29605#issuecomment-796772630
Ideally, this should be handled automatically when using
@wordpress/scripts
.Forum: Fixing WordPress
In reply to: Spaces and @wordpress/eslint-pluginhttps://github.com/WordPress/gutenberg/pull/21503 should resolve this issue. Let’s continue on GitHub.
Forum: Plugins
In reply to: [Gutenberg] Customizing Editor Top BarHello @sehrahmed,
I’m afraid it still isn’t possible as of today. There were several discussion how to achieve it but nothing has materialized into API which could be used to achieve this goal. There is an open issue on GitHub where the development for the plugin happens:
https://github.com/WordPress/gutenberg/issues/14833
You can watch progress there.
Forum: Plugins
In reply to: [Gutenberg] duplicated text in picture descriptionHello @theturtle,
This issue was fixed in one of the latest versions of Gutenberg. Can you try again with the last version of the plugin and let us know if this is still an issue? I can’t replicate myself.
Forum: Plugins
In reply to: [Gutenberg] Gutenberg blocks do not work when editing a PAGEHello @donnabarr,
Do you have the Gutenberg plugin installed or do you use the version that is included with WordPress standard distribution? Do you still encounter the same issues after WordPress 5.3 was released?
Forum: Plugins
In reply to: [Gutenberg] Table Block – No cell merging?Hello @keithasmith,
This feature is still missing in Gutenberg. However, it’s already on the roadmap. You can watch the progress on GitHub when development for the plugin happens:
https://github.com/WordPress/gutenberg/issues/15821There is even a patch proposed which is still in progress:
https://github.com/WordPress/gutenberg/pull/17261You can get involved there if you want to help to make it happen.
Forum: Plugins
In reply to: [Gutenberg] stop guttenberg from auto embeddingHello @mlsmith450,
There is a related issue filed on GitHub where development for the plugin happens:
https://github.com/WordPress/gutenberg/issues/15102There is also a proposed patch where a way to transform embeds into text is added:
https://github.com/WordPress/gutenberg/pull/17413Let’s continue on GitHub and thanks for your report.
Forum: Plugins
In reply to: [Gutenberg] Browser warningThere is now Gutenberg plugin v6.9 available. Can you upgrade and try again? I didn’t notice such issue for quite some time.
Forum: Plugins
In reply to: [Gutenberg] Images not showing mobile versionHello @ourtasteforlife,
I can reproduce it by changing the width of the browser which forces the mobile view and then refreshing the page. It doesn’t look like it’s an issue with the Gutenberg plugin but rather with its integration with WordPress core or maybe some 3rd party plugins that you use on your page. In the markup code generated for the post I see some modifications applied by WP Fastest Cache plugin. Can you try to disable it for a brief moment and test whether it causes the issue?
Forum: Plugins
In reply to: [Gutenberg] Unerline is impossibleI commented under the topic you opened in TinyMCE Advanced. It needs to be resolved on their side. I don’t think this issue is specific to the Gutenberg plugin.
- This reply was modified 5 years ago by Greg Zió?kowski.
The related topic in the Gutenberg plugin:
https://www.ads-software.com/support/topic/unerline-is-impossible/I tried to look into the source code of the plugin but it’s minified.
The part in Gutenberg which adds the keyboard shortcut for Underline is here:
https://github.com/WordPress/gutenberg/blob/c7d00c64a4c74236a4aab528b3987811ab928deb/packages/format-library/src/underline/index.js#L31-L35I hope it helps.
Forum: Plugins
In reply to: [Gutenberg] Why is every paragraph a seperate block?You can always use a [Soft Return](https://www.computerhope.com/jargon/s/softretu.htm) if you don’t want to have a Paragraph block created every time you want to start a new line when writing.