Adding Content to WYSIWYG dupes in native WP Content Editor
-
Hi! Finaly I fixed this bug!
WP 3.9.1, acf-qtranslate 1.3.0, Advanced Custom Fields 4.3.8, mqTranslate 2.6.2.6
In qtranslate_javascript.php must replace
Line 361
id = id || 'qtrans_textarea_content';
to
window.id = id || 'qtrans_textarea_content';
Line 302
qtrans_save(switchEditors.pre_wpautop(e.content));
toif (ed.id.match(/^qtrans_/)) { qtrans_save(switchEditors.pre_wpautop(e.content)); }
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Adding Content to WYSIWYG dupes in native WP Content Editor’ is closed to new replies.