If WordPress is freshly installed in version 6.6.2, your plugin no longer works, the margins are not displayed and a warning message appears in the console (block-editor-outline-css was added to the iframe incorrectly)
For WordPress installations that are updated from previous WordPress versions to 6.6.2, everything still works perfectly (no warning messages)
The WordPress plug-in Bordered Blocks, which basically offers the same function, had the same problem. They have since fixed it, but unfortunately not completely.
]]>Is there a way, even through adding a custom code in the theme’s functions.php, to change the default settings? For example, I’d prefer to have:
Block outline = hover
Show block name = yes
Show class name = no
Lock outline = yes
Data position = floating
Outline color – blue
Outline style = dashed
Outline opacity = 100
Outline padding = no
Of course individual users could change their settings, but being able to set things up in advance for my users would be helpful.
]]>great plugin idea, but even without any other plugin, using wordpress default twentynineteen theme, it breaks the editor when entering a page or trying to create a new page…
here is the error i receive:
TypeError: l.startsWith is not a function
at c_ (https://mydomain.com/wp-includes/js/dist/components.min.js?ver=0e6d68fb5b3f61d537b3d3411bddd6fc:38:227859)
at ct (https://mydomain.com/wp-includes/js/dist/vendor/react-dom.min.js?ver=17.0.1:9:43430)
at Bt (https://mydomain.com/wp-includes/js/dist/vendor/react-dom.min.js?ver=17.0.1:9:50249)
at os (https://mydomain.com/wp-includes/js/dist/vendor/react-dom.min.js?ver=17.0.1:9:112112)
at Ur (https://mydomain.com/wp-includes/js/dist/vendor/react-dom.min.js?ver=17.0.1:9:77643)
at Ir (https://mydomain.com/wp-includes/js/dist/vendor/react-dom.min.js?ver=17.0.1:9:77571)
at Dr (https://mydomain.com/wp-includes/js/dist/vendor/react-dom.min.js?ver=17.0.1:9:77434)
at Pr (https://mydomain.com/wp-includes/js/dist/vendor/react-dom.min.js?ver=17.0.1:9:74429)
at https://mydomain.com/wp-includes/js/dist/vendor/react-dom.min.js?ver=17.0.1:9:30173
at unstable_runWithPriority (https://mydomain.com/wp-includes/js/dist/vendor/react.min.js?ver=17.0.1:9:7431)
]]>
Hey! Was looking for something like this, and it seems to do the job well, but only with the version of Gutenberg currently bundled in WordPress. Have just tried v1.1.2 of this plugin with v13.2.0 of the Gutenberg plugin, and received this “The editor has encountered an unexpected error” error.
]]>Where are the settings located?
]]>The block outlining breaks the colour overlay when using the Cover block
]]>I’m getting the following error message in the Chrome Console:
Uncaught TypeError: jQuery.Color is not a function
at HTMLDocument.<anonymous> (init.js?ver=1623441677:9)
at e (load-scripts.php?c=0&load[chunk_0]=jquery-core,jquery-migrate,utils,moxiejs,plupload&ver=5.7.2:2)
at t (load-scripts.php?c=0&load[chunk_0]=jquery-core,jquery-migrate,utils,moxiejs,plupload&ver=5.7.2:2)
(anonymous) @ init.js?ver=1623441677:9
e @ load-scripts.php?c=0&load[chunk_0]=jquery-core,jquery-migrate,utils,moxiejs,plupload&ver=5.7.2:2
t @ load-scripts.php?c=0&load[chunk_0]=jquery-core,jquery-migrate,utils,moxiejs,plupload&ver=5.7.2:2
I’m using 1.0.3. Hope this can be fixed.
]]>Unfortunately, the plug-in is not compatible with a new function of WordPress 5.7:
If you drag and drop a block into the editor, the line for inserting under a block is no longer displayed. Is it possible to fix this?
That would be great, because it makes it easier to add new blocks.
And while I’m writing, I have another feature request:
It would be great to have an option to adjust the padding of the blocks in the editor. At the moment the padding is very large, so it’s not really necessary. Of course, this can be done via editor-styles, but it would be more comfortable as an option.
Just left a 5 star review – this is perfect!
Was wondering if this is something that bugs you/a feature you might want to add:
In Gutenberg (for some unfathomable UI choice) empty containers have a black outline, with that ” + ” in middle (hover: “add block”).
Why on earth are they black? Not dashed, low opacity, or only on hover!?
I cannot fathom the reasoning of this UI – it’s terrible, bad, no good! ??
Anyway – any interest in adding options to control these – as per the other containers? Would be best to distinguish from containers with seperate options, but they could be exactly the same options and it’d work dandy!
Myself, I’m gonna do something like the below till then ?? :
.block-editor-button-block-appender {
inset 0 0 0 0.025em #4fff0f9c;
}
]]>