Hi, I installed the plugin for the first time to try it out. However, when I go to “Styles Manager” it just says “Something Went Wrong Please Try Again”. And then there is a loading icon that keeps loading but nothing happens.
]]>Hi, I’m currently using the EditorsKit plugin on my site, and after enabling it, the images suddenly started displaying as clickable links. I don’t want the images to link to their files unless I add the links manually. This is an urgent issue. Could you please assist me in disabling the automatic links on images? Thank you!
]]>EditorsKit 1.40.6 is currently not working on my WordPress 6.61. In Web Inspector I see:
My Safari fails to load https://<server-FQDN>/<WordPress Address>/<path to my web root(!)>/wp-content/plugins/block-options/build/styles-manager-addon.js?ver=66e761374c9dc
This obviously fails, as for example the <path to my web root(!)> does not belong in a URL. There must be some false assumption in your code or some serious thing going on, can you explain how this URL comes about or what could be wrong and how I can fix it?
Thanks, Juerg
PS: The site in question is not online.
]]>Hello,
Seems EditorKit not works with 6.6.1 ??
After a bit ….
Frresh Xampp installation and WP 6.6.1, PHP 8.2.12
]]>We use the feature of linking the Cover block. But after the latest release of WordPress, that feature disappeared. Is the some way of getting it back, or is this a bug that you’ll fix in a future release?
And, for the record, we have “Link Toolbar for Cover, Group & Column” checked under Features manager > Block Options.
]]>When a list block is nested inside another list block with an EditorsKit style, the inner list style (or lack thereof) may not apply. I have a “default” style list inside a “dashed” style list, and my “default” list items still have a dash because the CSS is too permissive.
This could be fixed by applying the ::before
style to only the direct descendants of the list block that has a style, e.g.
:where(ul, ol).is-style-dashed > li::before { ... }
In the meantime, if anyone else runs into this, I’ve used the following to fix my “default” style list items:
:is(ul, ol)[class*="is-style"] .is-style-default > li {
list-style-type: disc !important;
}
:is(ul, ol)[class*="is-style"] .is-style-default > li::before {
display: none;
}
]]>
Guys – we use your plugin and have hundreds of pages using Links on cover blocks via your plugin.
Since updating to WP 6.6.1 the link option has disappeared, we cannot edit the Cover block nor add new links.
Are you planning on patching the plugin for latest version of WordPress – please let us know!
Great plugin hopefully you can update.
]]>There used to be a visibility block option., which seems to have disappeared.
Previously added visibility rules are still functional, but I can’t edit or add or remove any.
I disabled all plugins and switched to the 2024 theme, but no visibilit block option.
]]>Hello,
After wordpress 6.6, the justify option and short-cut is not working. I am not sure why. Will you be releasing an update to fix this issue or is there something else we have to do now to justify text?
Warm regards,
]]>Hi,
Since last update of WordPress, the link toolbar is not showing any more for group and Column. The option is check in the settings. But not visible when i select a group in the editor. This is very problematic cause i have multiple links that i can’t update anymore.
Thanks for your help,
Best regards,
Yoan
]]>Hi, I try to use your plugin but I dont see Justify text option in dropdown.
]]>You seem to be re-rendering all blocks, except exceptions in:
includes/function-hide-title.phpL122
This breaks FacetWP block AJAX Query Loop block processing (with the Blocks add-on).
Besides that re-rendering all blocks looks inefficient, I cannot find any setting that disables this ‘hide title’ feature. I disabled all settings and the issue still happens.
The FacetWP issue could be prevented by adding an exception in L113:
|| isset( $parsed_block['attrs']['enableFacetWP'] )
But there are no hooks to add this, or a hook to disable this whole feature.
Could you add a way to disable this feature, or to add exceptions in this code?
]]>Hi, I have an issue with a website I am having to look after. I am not an expert in wordpress but our groups website person left so we have limited experience. I get this error page saying “There has been a critical error on this website, Please check your admin email inbox for instruction.” when accessing Editorskit from the admin of the website and the error code is also posted below.
When seeking help with this issue, you may be asked for some of the following information:
WordPress version 5.6.14
Current theme: BeSocial (version 4.5.3)
Current plugin: EditorsKit (version 1.40.6)
PHP version 7.4.33
Error Details
=============
An error of type E_ERROR was caused in line 126 of the file /home/nmlukwlpsuo6/public_html/wp-content/plugins/block-options/includes/class-editorskit-welcome.php. Error message: Uncaught Error: Class ‘WP_Block_Editor_Context’ not found in /home/nmlukwlpsuo6/public_html/wp-content/plugins/block-options/includes/class-editorskit-welcome.php:126
Stack trace:
#0 /home/nmlukwlpsuo6/public_html/wp-includes/class-wp-hook.php(287): EditorsKit_Welcome->enqueue(‘toplevel_page_e…’)
#1 /home/nmlukwlpsuo6/public_html/wp-includes/class-wp-hook.php(311): WP_Hook->apply_filters(NULL, Array)
#2 /home/nmlukwlpsuo6/public_html/wp-includes/plugin.php(484): WP_Hook->do_action(Array)
#3 /home/nmlukwlpsuo6/public_html/wp-admin/admin-header.php(102): do_action(‘admin_enqueue_s…’, ‘toplevel_page_e…’)
#4 /home/nmlukwlpsuo6/public_html/wp-admin/admin.php(239): require_once(‘/home/nmlukwlps…’)
#5 /home/nmlukwlpsuo6/public_html/wp-admin/options-general.php(10): require_once(‘/home/nmlukwlps…’)
#6 {main}
thrown
Is anyone able to assist & advise what I need to do to fix ? Since this we also sometimes get error 404 when accessing the page, even though no changes have been made to it at all.
Many thanks
]]>Hello, we are having an issue with the plugin.
I am unable to use to Posts blog, as it will give me the “invalid parameter: Attributes” error.
Here is a video of the issue: https://ctrlv.tv/p0jv
Plugin features do not appear when editing pages through Appearance > Editor
]]>Would love the ability to assign the page/post link from within a query loop. Thank you for your great plugin!
]]>Just installed the EditorsKit on an existing well-maintained and bloatless WP Installation. No other Gutenberg related plugins installed.
It looks neat but I ran into a critical bug 5 Minutes in: Pressing Enter for new paragraph directly after a link deletes the entire preceding paragraph and inserts a spacer-block in place!
Sometimes this effect is non-reversible with CTRL-Z and I had to go into the revisions and use the previous revision. Maybe this is some Gutenberg problem, but I only ran into this bug after installing EditorsKit and removing EditorsKit got rid of this.
Definitely something wonky with VDOM Block manipulation and your plugin! Needs fixing.
My preceding paragraph had linefeeds added with Shift+Enter, maybe there’s a correlation.
Other than that: Thanks for the effort and this interesting plugin. Will test it out again once the issue is fixed.
Theme: Storefront (Automattic).
There is only one plugin active: Gutenberg Block Editor Toolkit – EditorsKit.
Warning pages: /wp-admin/widgets.php
Checked it out at tastewp.com
PHP: 8.0
]]>Notice: Function wp_enqueue_script() was called incorrectly. “wp-editor” script should not be enqueued together with the new widgets editor (wp-edit-widgets or wp-customize-widgets). Please see Debugging in WordPress for more information. (This message was added in version 5.8.0.) in /s1-expectnumber/wordpress/wp-includes/functions.php on line 6078
I experienced something unpleasant when using this plugin and I hope this problem can be resolved as soon as possible because I like this plugin, the following is what I experienced, namely when I entered 2-3x the Activate Shortcut message “Do you want to automatically transform three(3) consecutive empty paragraphs into Spacer Block?” and I chose yes, activate it and the next day I experienced an unpleasant thing when I entered 2-3 times spaces which made my sentence writing disappear because the spaces kept appearing, which made me anxious. and I want a solution to fix it so that it can return to normal by displaying a message (Enable Shortcut) so that every time I press enter 2-3 times this message notification will appear when writing an article.
My WordPress Version 6.5.2
EditorsKit Version 1.40.5
]]>As soon as I make three paragraphs, even when there is text in them, it creates a spacer block in place of them. I have multiple users using this editor and as I cannot make for everyone for this feature to be disabled it has become quite a big problem.
This issue seems to have been happening since the new update of WordPress to 6.5. Please fix this soon.
Hello! On my new website (sbgoccedifantasia.it) I’ve installed the latest version of WordPress and the latest Neve theme (but I also tried out different themes and it’s the same). I installed EditorsKit because I need the justify button which WordPress removed, however it doesn’t show up as you can see from the screenshot blow. That’s pretty strange because I use your plugin on other websites and it works fine. I tried to uninstall it and reinstalling it again but nothing changes. Can you please help me?
]]>Hey Kamal,
I really love this little helper plugin and the options it provides!
unfortunapty it seems like the plugin just does not load at all while editing the website in a block theme.
I’m currently trying to conditionally display blocks of an archieve query based on acf fields. While I manually build a page that essentially did the same it worked. But transferring the blocks to the archived page of the custom post type theconditional display functionallity broke. And all the options from the plugin do not show anymore.
Currently (unfortunately technical limited by PHP 7.2.34) Version: 1.34.9 (last one running on PHP 7; newer versions just crash). If the problem might be fixed on a newer version already I might just have to wait until I finally can update the PHP version.
]]>Hi – is there a way to identify all posts/pages that have used EditorsKit? Maybe a unique class or shortcode to search for?
]]>I would really like to use the Styles Manager, sounds like an awsome feature, but when I create a style, I can select it in the editor and the block changes when I select the style (as expected), but when I then look at the page in preview mode, the style is not applied.
No other CSS related plugins enabled. CSS class with the name of my style appears to be applied corretly when checked with browser dev tools.
EDIT: The problem appears to only happen with the Button block.
Thank you for creating this plugin and for your help with my problem.
I enabled widget using function.php – add_theme_support( ‘widgets’ );
The above error occured when I activate editor plus plugin
]]>I am using the plugin Visualizer offering a block ‘Visualizer chart’. When I activate Editorskit the block is no longer available. I don’t see the block in the Blocks manager either. How can I get this to work?
]]>Hi,
I bought your affiliate template pack and tried to activate it. But I could not see any template library in the editorskit plugin. Please help.
]]>Hi, I had a problem with additional CSS classes not saving then came across this old thread with the workaround.
I’ve disabled the plugin to solve the issue as having to hit enter on each change is counter-intuitive given that all other fields update on change.
I see I can disable that feature, but if this plugin contains features that break Gutenberg, I’d rather be safe and disable it while I don’t need the features I use. Anything that causes me to start hunting for bugs in my work is just adding chaos to chaos.
I’m wondering why this is being maintained as a ‘feature’, or maybe I misunderstood that thread?
]]>With wordpress 6.4.2 it makes the ghostkit blocks loading time long
I’ve got this error in the console. Failed to load resource: the server responded with a status of 404 ()styles-manager-addon.js:1
Deactivating the plugin fix the loading time of the ghostkit blocks
]]>Hi there,
I added a new style throught the style manager with the folowing CSS:
selector{
list-style: none;
padding-left: 0;
}
selector li {
padding-left: 1.5em;
margin-bottom: 0.5em;
}
selector li::before {
content: ”;
position: absolute;
left: 0;
top: 6px;
width: 1em;
height: 1em;
background-repeat: no-repeat;
background-image: url(“data:image/svg+xml;utf8,%3Csvg xmlns=’https://www.w3.org/2000/svg’ viewBox=’0 -256 1850 1850’%3E%3Cpath d=’M256 192q0 26-19 45t-45 19q-26 0-45-19t-19-45q0-26 19-45t45-19q26 0 45 19t19 45zm1408 576q0 51-39 89.5t-89 38.5H960q0 20 15 48.5t33 55q18 26.5 33 68t15 84.5q0 67-44.5 97.5T896 1280q-24 0-90-139-24-44-37-65-40-64-112-145-71-81-101-106-69-57-140-57h-32V128h32q72 0 167-32t193.5-64Q875 0 956 0q189 0 189 167 0 26-5 56 30 16 47.5 52.5T1205 349q0 37-18 69 53 50 53 119 0 25-10 55.5t-25 47.5h331q52 0 90 38t38 90zm128 1q0-105-75.5-181T1536 512h-169q-4-62-37-119 3-21 3-43 0-101-60-178 1-139-85-219.5T961-128q-133 0-322 69Q475 0 416 0H128Q75 0 37.5 37.5T0 128v640q0 53 37.5 90.5T128 896h288q10 0 21.5 4.5t23.5 14q12 9.5 22.5 18t24 22.5q13.5 14 20.5 21.5t19 21.5q12 14 14 17 65 74 100 129 13 21 33 62t37 72q17 31 40.5 63t55 49.5Q858 1408 896 1408q125 0 206.5-67t81.5-189q0-68-22-128h374q104 0 180-76t76-179z’ style=’fill:currentColor’ transform=’matrix(1 0 0 -1 37.966 1305.458)’/%3E%3C/svg%3E%0A”);
}
The icons are showing when applied in the backend, but not on the front end.
Any idea? Thanks!