This thread is resolved. Here is a description of the problem and solution.
Problem:
You are trying to translate content using the Classic Translation Editor and encountering several issues. Firstly, there is a 404 error for the file translations-queue.css. Secondly, you are facing a Minified React error #200. Lastly, the WYSIWYG-editor content is often empty and uneditable.
Solution:
To address these issues, we recommend the following steps:
1) To resolve the 404 error, comment out line 188 in the file
/wp-content/plugins/sitepress-multilingual-cms/classes/class-wpml-translation-management.php
using the following code:
wp_enqueue_style( 'wpml-tm-queue', WPML_TM_URL . '/res/css/translations-queue.css', array(), ICL_SITEPRESS_VERSION );
2) To fix the Minified React error #200, in the file
/wp-content/plugins/sitepress-multilingual-cms/dist/js/jobs/app.js
, replace:
document.addEventListener("DOMContentLoaded",(function(){var e=document.querySelector("#wpml-remote-jobs-container");i.a.render(Ib,e)}))
with:
document.addEventListener("DOMContentLoaded", (function(){var e=document.querySelector("#wpml-remote-jobs-container"); if(e) { i.a.render(Ib,e); }}))
If these steps do not resolve your issues or if the solution becomes outdated, we highly recommend checking related known issues at https://wpml.org/known-issues/, verifying the version of the permanent fix, and confirming that you have installed the latest versions of themes and plugins. If problems persist, please open a new support ticket.
This is the technical support forum for WPML - the multilingual WordPress plugin.
Everyone can read, but only WPML clients can post here. WPML team is replying on the forum 6 days per week, 22 hours per day.
This topic contains 4 replies, has 2 voices.
Last updated by 11 months, 1 week ago.
Assisted by: Dražen.