Support

Account

Home Forums General Issues Qtranslate + ACF Bug. Content missing from content editor. Reply To: Qtranslate + ACF Bug. Content missing from content editor.

  • I think I found the solution.

    Delete qtrans_save(switchEditors.pre_wpautop(o.content)); in qtranslate_javascript.php ( line 288 )

    and add this:

    if (ed.editorId.match(/^qtrans_/)) {
    qtrans_save(switchEditors.pre_wpautop(o.content));
    }