• Just installed Kubio through the theme pixy and then I hope to edit the original page. It I selected “Pages” and point to the page that I hope to edit (but not using Kubio), I clicked “Edit (classic editor)” but I couldn’t invoke the original editor to edit. The reason why I did that was the Kubio editor cannot edit the text that I input through the original classic editor. Certainly, I can deactivate the Kubio and I found the original classic editor works. But the points are : 1) It is very inconvient to deactivate and activate the Kubio again. 2) Any hints that we can use Kubio directly to edit the original text input by classic editor ?

Viewing 1 replies (of 1 total)
  • Plugin Support crisanbogdan

    (@crisanbogdan)

    Hello @tcbtss,

    Thank you for reaching out to us with your concerns. Below you will find our responses to them.

    1. We would kindly ask you to add the code snippet below in your functions.php:

    add_action( 'admin_init', function() {
        remove_filter( 'the_editor', 'kubio_maintainable_page_editor' );
        remove_filter( 'use_block_editor_for_post', 'kubio_choose_editor', 100 );
        remove_action( 'edit_form_after_title', 'kubio_maintainable_page_editor_blog', 100 );
    } );

    Below you will also find a video demonstrating how to add the code snippet in:
    [video src="https://ttprivatenew.s3.amazonaws.com/pulse/extendstudio-cosmin/attachments/20018489/TinyTake11-08-2022-11-37-35.mp4" /]

    The above snippet will allow you to use the Classic Editor, however we would kindly ask you to only use it on new pages/posts ( that haven’t been edited with Kubio ).

    2. You should be able to edit text that was added using the Classic Editor in Kubio, however if you save any changes on a page using Kubio we would kindly ask you not to use the Classic Editor on the page in question moving forward, as doing so will break the page’s structure.

    Thank you for your understanding. Be sure to let us know if you have any more questions.

Viewing 1 replies (of 1 total)
  • The topic ‘Kubio editing’ is closed to new replies.