• Resolved japjitravel

    (@japjitravel)


    i have created a widget plugin and now i want to use rich text editor.
    after adding

      $content   = 'Hello World!';
        $editor_id = $this->get_field_id('text');
    
        $settings = array(
            'media_buttons' => false,
            'textarea_rows' => 5,
            'teeny'         => true,
    		'textarea_name' => $this->get_field_name('text'),
        );
    
        wp_editor( $content, $editor_id, $settings );

    Text Editor shows Visual | Text two tabs
    But when i enter some text in visual area then save button says saved , but when try to write something in Text area its say Save and after click save visual tab gone

    i search many codes but nothing work

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter japjitravel

    (@japjitravel)

    any body here to help on above issue ?

    Hello japjitravel –

    Didn’t you see that this Page Builder is no longer maintained / and supported?

    It still seems to work, but since it will no longer adapted to new WordPress versions,one probably don’t know if it will cause problems sooner or later.

    The developer of this Page Builder (Andrew) has really created a great plugin. But since WordPress was probably completely restructured (or similar) for the introduction of the Gutenberg Editor, he didn’t have enough capacity to handle this on his own, if I remember it right.

    As a result he gave or sold the plugin to a development team, which then announced the further development “to be the best page builder” in the world.

    But a few months later it was suddenly announced that the plugin would NOT be developed any more, because the changes in the WP core would be too big. Unfortunately that was it and the 3000 or so users left in the cold.

    It is really too bad. I used it to build 2 websites with about 40 pages and had to rebuild everything on WP-Bakery.

    Back then we were glad that somebody finally took pity on me and made ONE more update.

    Please see these posts:
    TAILOR is DISCONTINUED
    WP 4.9 Customizer Updates Break Tailor

    With best regards Reca

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘wp_editor not save data’ is closed to new replies.