• Nico Martin

    (@nico_martin)


    Hy, Is there a possibility to enable mqtranslate language tabs for a custom wp_editor()?

    $settings = array(
      'teeny' => true,
      'textarea_rows' => 15,
      'tabindex' => 1
    );
    wp_editor(esc_html( __(get_option('start_beschr'))), 'start_beschr', $settings);

    https://wordpress.org/plugins/mqtranslate/

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

    (@nico_martin)

    I guess the mqtranslate causes problems with the quicktags. If mqtranslate is activated, I can’t change between “Visual” and “Text”. If it’s deactivated, it works perfectly..
    Does anybody has a solution for this?

    I’m having a similar problem, mqtranslate breaks additional wp_editor-based boxes, the add/edit link buttons don’t appear in the toolbar and you can’t swap between Visual/Text modes properly

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘mqtranslate for custom wp_editor()’ is closed to new replies.