This user has no favorite topics.
Favorite Forum Topics
Forum Topics Created
| Status |
Topic
|
Supporter | Voices | Posts | Freshness |
|---|---|---|---|---|---|
|
Two errors, problem loading translations (Minified react error #200 and 404 on translations-queue.cs…
Started by: peterT-17
in: English Support
Problem: /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. |
|
2 | 8 | 1 year, 9 months ago |