I can see the problem but looks like that in the design there are more than one description areas included. This may happen, for example, if your theme is providing a default section while you've also included a page builder module to show the same thing - thus outputting the same thing twice.
Please check your design like a template or layout being used to present product single pages.
Besides this, you may also try the following:
IMPORTANT: Take full backup of your website and database beforehand. It is highly advised to try the following on a staging/dev site first, so your live website isn't compromised.
- Deactivate all plugins except WPML, WooCommerce and its addons and check for the issue.
- Activate each plugin one-by-one, while keeping check on the issue after a plugin is activated. This way you'll be able to pinpoint a plugin having a conflict (or problem), if any.
- If the problem persists, repeat the above steps with a default theme of WordPress (i.e. 2021 or 2023).
Please let me know your findings and I'll try my best to help you further on the matter.
I could finds the mistake. I use a theme called uncode and in the main language I have a special Page Option for the header with a so called content block which is responsible for the design. This setup is not transferred to the english translation. Is this normal? If yes, I need to go into all products and change this by hand…
I just tried to locate the strings which are needed but I can not find. I added a picture what I mean. This setup is not transferred to the English translation or is set to standard. Are there any tricks to find the strings?
After that you will need to do a small change int the original page to force WPML to apply the setting:
- Go to your Dashboard > Pages.
- Open the edit screen of the original page. You should see a pencil/circle/gear icon in the sidebar options under the "Languages" section.
- Make a small change, for example, add dot or word at the end of a sentence/paragraph.
- Save it.
- You should now see that a circular arrow appears beside the 2nd languages links, this means that an update is required.
- Edit the translation again and save it up to 100% translated.
This should solve the problem, please let me know.
You can find these in by going to WPML → Settings and scrolling to the Custom Field Translation section. Then search for the possible names for the settings.
You may also need to click "Show system fields", if nothing appears. The field names usually contain theme/plugin name, relevant section name and etc (i.e. page-options, page_options or etc).
Another trick would be to open your page for editing, scroll to the page options section, right click on the field and click Inspect. This 'll reveal its HTML scaffold and you can guess the name by examining it. And then can search in Custom Fields Translation as mentioned above.
If you don't find these, I need to take a closer look at your site. So I request temporary access (WP-Admin and FTP), preferably to a test site where the problem has been replicated.
Your next answer will be private, to share this information safely.
Also provide detailed steps to reproduce the issue and links to pages in admin and on frontend.
IMPORTANT: Please take a complete backup of the site to avoid data loss. I may need to activate/deactivate plugins also.