Background of the issue:
I am working on a site under development and using WP Job Manager with WPML. I duplicate jobs to other languages and have several taxonomies. After editing and saving a job, the version in the standard language shows correctly.
Symptoms:
The automatically duplicated versions show some deselected taxonomies as numbers instead of names, and changes to chosen taxonomies are not transferred to all other languages. If I edit the job again and save it without changing anything, all language versions are shown correctly.
Questions:
Do you have suggestions to solve the issue of taxonomies showing as numbers instead of names in duplicated versions?
How can I ensure that changes to chosen taxonomies are transferred to all other languages?
Addition:
I discoverd, that only with the pure save, without automatic translation nor a code for duplication, the save after editing synced the translated versions automatically and shows the error with the taxonomies
I set in the config
define( 'WP_MEMORY_LIMIT', '2048M' );
define( 'WP_MAX_MEMORY_LIMIT', '4096M');
Additional information
- made a conflict test, minimal system shows the same error
- not only in the frontend, but also in the backend the error is shown
- taxonomy is not synced, ins spite of being enabled
please see attached images
So I need advice, how to proceed, thank, kind regards
Eric
Hi,
I have investigated this further and have this result:
- added a job in EN in the backend
- duplicated to DE and FR
1) deselect one taxonomy value and saved the job in the backend
all is working well
EN: the taxonomy is not shown anymore
DE: the taxonomy is not shown anymore
2) deselect one taxonomy value and saved the job in the frontend
EN: the taxonomy is not shown anymore
DE: the taxonomy is still shown, but only with a number
So I am ready to show this in a sandbox and hope, this also can be fixed soon!