This thread is resolved. Here is a description of the problem and solution.
Problem:
You are trying to configure WPML to copy custom post titles instead of translating them, but some of your custom post types are translating titles when they should be copied.
Solution:
We do not have a built-in feature in WPML to exclude custom post titles from translation. This requires custom development. You can use the following example as a starting point: https://wpml.org/forums/topic/do-not-translate-title-with-automatic-translation/#post-13051837
Make sure to replace "product" in the code with your specific custom post type. Here is how you can modify the code:
$posttype == "your_custom_post_type"
Please ensure to backup your database before making any changes.
If this solution does not apply to your case, or if it seems 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 you still need assistance, please open a new support ticket at WPML support forum.
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.