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.
Tagged: Known issue
This topic contains 9 replies, has 1 voice.
Last updated by Otto 2 weeks, 5 days ago.
Assisted by: Otto.
Author | Posts |
---|---|
May 6, 2025 at 1:52 pm #17002125 | |
HANS |
Background of the issue: Symptoms: Questions: |
May 6, 2025 at 3:40 pm #17002701 | |
Bruno Kos WPML Supporter since 12/2018
Languages: English (English ) German (Deutsch ) French (Français ) Timezone: Europe/Zagreb (GMT+02:00) |
Hi, Can you check this? Does any of these scenarios match your workflow? |
May 7, 2025 at 8:07 am #17004851 | |
HANS |
These scenarios don't exactly match our workflow. One circumstance, which I think often leads to this problem, is that the link in the post/page list view (the title of the post and the link marked "Edit") always links to the WordPress editor, even though the language chosen in the admin bar is not the original language for the post. |
May 7, 2025 at 2:33 pm #17007160 | |
Otto WPML Supporter since 09/2015
Languages: English (English ) Spanish (Español ) Timezone: America/Argentina/Buenos_Aires (GMT-03:00) |
Hello, Yes, that should be the root cause of the problem. Mixing editors is not recommended. When you open a translated page this way:
there is a warning message. Does it appear on your site? Best Regards, |
May 15, 2025 at 7:08 am #17035211 | |
HANS |
"there is a warning message. Does it appear on your site?" When editing a translation with Gutenberg, we don't see any warning. |
May 15, 2025 at 11:43 am #17036663 | |
HANS |
We found the issue. |
May 15, 2025 at 1:30 pm #17037087 | |
HANS |
There's still another issue with a different warning. |
May 15, 2025 at 2:12 pm #17037334 | |
Otto WPML Supporter since 09/2015
Languages: English (English ) Spanish (Español ) Timezone: America/Argentina/Buenos_Aires (GMT-03:00) |
Hello, I can confirm that when you edit a translated page using Gutenberg that is waiting for a translator, the warning does not appear. I'll escalate the issue to our second-tier support so it can be fixed in future releases. Thanks for reporting the issue. Best Regards, |
May 16, 2025 at 6:28 am #17039437 | |
HANS |
Hello Otto, thanks for your help 😄👍️ Kind Regards, |
May 26, 2025 at 12:59 pm #17073425 | |
Otto WPML Supporter since 09/2015
Languages: English (English ) Spanish (Español ) Timezone: America/Argentina/Buenos_Aires (GMT-03:00) |
Hello, Just to let you know that the issue has been escalated to our development team and will be addressed in future versions. If you need this solved immediately, you can try this workaround: <div id="popupWarning" style="display:none; position:fixed; top:20%; left:50%; transform:translateX(-50%); background:#fdd; border:1px solid #f00; padding:20px; z-index:9999;"> <p>{{ warning|raw }}</p> <button onclick="document.getElementById('popupWarning').style.display='none';">Close</button> </div> <script> document.getElementById('popupWarning').style.display = 'block'; </script> Best Regards, |