pixelgrade / gridable

The Missing WordPress Grid Content Editor
GNU General Public License v3.0
9 stars 2 forks source link

Gridable Conflict with Gutenberg #85

Closed typometre closed 5 years ago

typometre commented 5 years ago

Hi. I am on Wordpress 5.0.2 on Avada theme and I have pages edited with the classic editor, some with the fusion builder editor and some with Gutenberg editor. For now, I have to rely on gridable on certains pages which can't be converted to Gutenberg. It continue to works as expected but with Gridable activated, Gutenberg show output error and doesn't work. We shouldn't choose between using Gridable or Gutenberg altogether. On a per post/page it's fine but here activating Gridable prevent me from using Gutenberg anywhere else. Here is the output on a Gutenberg page:

# Time Memory Function Location
1 0.0001 403224 {main}( ) .../post.php:0
2 4.4990 35135488 include( '/app/public/wp-admin/edit-form-blocks.php' ) .../post.php:166
3 5.0865 37273144 wp_tinymce_inline_scripts( ) .../edit-form-blocks.php:338
4 5.0865 37273144 apply_filters( ) .../script-loader.php:599
5 5.0865 37273544 WP_Hook->apply_filters( ) .../plugin.php:203
6 5.0865 37275048 Gridable_Admin->change_tinymce_settings( ) .../class-wp-hook.php:288

Gridable should play without affecting Gutenberg. How could we disable it on Gutenberg page to limit it to classic editor page. Best regards

vladolaru commented 5 years ago

@typometre We've fixed that Warning introduced along with Gutenberg. Please update to version 1.2.6 and let me know if all is good now.