Hi, blocks that register the editor script using the enqueue_block_assets hook aren’t shown on the admin page of the plugin and can’t be disabled. Could you add a call to this hook on the admin page?
Not sure if this plugin is still maintained, please let me know.
]]>WordPress 6.1.1. including, in this example, the twentytwentythree theme
When browsing through the site editor, the below javascript error message appears in the console. With Chromebrowser.
Is there a solution for this? Thanks in advance!
Uncaught TypeError: Cannot read properties of undefined (reading ‘then’)
]]>On the Widget page in the backend a notice is shown:
Die Funktion wp_enqueue_script() wurde fehlerhaft aufgerufen. Das Skript ?wp-editor“ sollte nicht zusammen mit dem neuen Widgets-Editor (wp-edit-widgets oder wp-customize-widgets) eingebunden werden. Weitere Informationen: Debugging in WordPress (engl.). (Diese Meldung wurde in Version 5.8.0 hinzugefügt.)
This can be fixed by removing the dependency on ‘wp-edit-post
‘ in the wp_enqueue
_script call in the file class-disable-gutenberg-blocks.php
line 78.
We are running a multisite network and disable gutenberg blocks has been working well in the network over the past several months. Recently (not sure exactly when) it stopped working and the list does not populate in the Admin. I do not see any errors in the console log and not sure where to look in order to troubleshoot why it is no longer working or loading the list.
Any help would be greatly appreciated!
]]>I want to use the Gutenberg editor but I’m finding it hugely increases the CPU loading on my websites hosting server. I am hitting 100% when I load ‘Add new post’ and the load time is very slow. Also the featured image box sometimes does not appear.
Does disabling blocks using the ‘Disable Gutenberg Blocks’ plugin actually reduced the CPU load?
]]>I wasn’t able to deactivate some TEC blocks (The Events Calendar) ‘tribe/mini-calendar’ and ‘tribe/events-list’ with this plugin, they are not listed. I tried to change the weight of plugins_loaded but this doesn’t help. For now i disable theme from my theme in a custom wp.domReady( method.
]]>Great plugin! It would be great to be able to import/export settings to a (json) file, to use between project, or even better: store in your theme under version control.
]]>Hello,
is it possible to disable certain Gutenberg Blocks based on the user role?
If not, is it possible to integrate this quite important feature?
]]>Hello and good day to you ??
Your plugin is really useful when having multiple authors on a site, because it allows admins to disable blocks, that may have a purpose that overlaps with other blocks.
E.g. sometimes we use headline- or button-blocks provided by other block-library-plugins, like Kadence Blocks, Stackable, GenerateBlocks etc.. These third-party blocks often provide better options for headlines or buttons, e.g. using dynamic content, better controls for spacing, colors and so on.
Without your plugin, a normal author would start writing a new post and finding two different “headline” blocks available. For chosing the “better” block, they would need to know about this.
Hence, instead of teaching the authors to only use the “better” headline-block, which still can be difficult for them to recognize, it would be easier for the admins to simply disable this default headline-block for all authors.
Only your plugin makes this very easy to realize! It provides a perfect workflow for this purpose. Just visit the disable-gutenberg-blocks settings, then select multiple blocks at once (by holding the SHIFT key) and disable them with a single click!
Actually, this is rather a review and I promise to post this as a 5-star review too. Today, I’m only asking you for ongoing maintaining of this gem of a plugin ??
Please make sure, this plugin works with current and upcoming versions of WP-core, so that other users and admins will not doubt that it’s still working due to the warning, which currently appears on the plugins-frontpage: “This plugin hasn’t been tested with the latest 3 major releases of WordPress.”
Please update this plugin accordingly.
Thank you in advance, for your time and effort, and have a lovely day ??
Sascha
Hello together
Is there a way to override the Categorie of a Block? With the Plugin i can only show there.
Regards,
Christian
Any plans to support latest WP core? Causing the wp-admin to load and server to crash
Warning: This plugin has not been tested with your current version of WordPress.
Great and simple plugin but it cause massive issues in the backend.
]]>Would be nice to have that on user role permission base.
And also please implement qubely blocks. thanks!
Hi,
I am having issues with the plugin when used with WooCommerce product blocks.
When I add a product block, I get an error message “This block has encountered an error and cannot be previewed”. When I deactivate the plugin, it works just fine.
Are you still supporting this plugin (regarding the 9 months without an update?)
Best regards,
Andreas
I am on WP 5.2.4 and WC 3.8…
All WooCommerce blocks are enabled…
Seems to be a new block that is not in your list yet, therefor cant block it via this manager
]]>Hi. Can this be extended to support those blocks in the sidebar or footer? E.g tags, excerpts, blocks added by plugins etc? I have seen a few times disabling these in the editor in one post makes them re-enable themselves after a few days.
]]>Hello,
Any chance you would add support for roles? I want administrators to have all blocks, but a custom role we use should be very limited. (Also support for post types would be handy for some use cases, though the role would be sufficient for our needs right now.)
Thanks!
]]>I’m unable to disable the paragraph block. The plugin settings say that I’ve disabled it, but it continually shows up as a block I can add on the page editor.
I’ve tried deactivating and activating the plugin, enabling and disabling the paragraph block, and enabling and disabling another block then doing the same for the paragraph block as well. Nothing has worked so far.
]]>If you have a plugin enabled e.g. Atomic Blocks, and you disable some of the blocks, but then you disable the whole plugin, looks like your plugin has some errors because it’s expecting to find that block.
I’m getting this error in the console:
Block “atomic-blocks/ab-post-grid” is not registered.
The only way to fix it is to re-enable Atomic Blocks, re-enable all the blocks, then deactivate Atomic Blocks.
Thanks
Shaun
Hi,
I found some L10N issues like the following.
1. Only Development Readme (trunk) project was created for this plugin, please complete UI project like Development (trunk) or Stable (latest release) project if possible.
2. Wrong Text Domain, class-dgb-list-table.php line 155 and 156.
Text domain disable-google-fonts is wrong, it should be disable-gutenberg-blocks.
3. Two strings should be localized but they currently are not in admin.js.
if( isDisabledBlock ) {
html += ‘<span class=”enable”>Enable</span>’;
} else {
html += ‘<span class=”disable”>Disable</span>’;
}
The string ‘Enable’ and ‘Disable’ should be localized.
Regards,
Alex Lion
]]>hopefully there is central dasboard for multisite
]]>