Conversation
supportimg plugin dont work
Hello @colormaginfo Can you share more details?
I open as usual and get a non-working field. If you insert a record, it is not published in the end. Tried on different sites, hosting.
I use the plugin Disable Gutenberg the problem is in it. when I turn it off, everything is fine. But I need a classic editor. Other plugins cause your program to fail. Can you advise something?
add_filter (‘use_block_editor_for_post’, ‘__return_false’); this is the line of code added to functions.php disables gutenberg. but your plugin does not work because of it. maybe this will help you solve my problem?
Hello @colormaginfo Can you share more details?
I open as usual and get a non-working field. If you insert a record, it is not published in the end. Tried on different sites, hosting.
I use the plugin Disable Gutenberg the problem is in it. when I turn it off, everything is fine. But I need a classic editor. Other plugins cause your program to fail. Can you advise something?
add_filter (‘use_block_editor_for_post’, ‘__return_false’); this is the line of code added to functions.php disables gutenberg. but your plugin does not work because of it. maybe this will help you solve my problem?