Background of the issue:
I am trying to link to a child page where the parent page slug is translated. However, the sticky link uses the original page slug and the child page slug. The original parent slug is /services/ and the translated page slug is /support/. The issue can be seen on this page: lien caché.
the sticky link feature is applied to the link, as in gutenberg it links to /?page_id=356. however the parent page slug is rendered incorrectly. already ran sticky links again, saved permalinks and saved the parent page again.
Symptoms:
WPML uses /services/health-telephone/ instead of /support/health-telephone/ within the link. I expected to see: lien caché but instead, I got: lien caché.
Questions:
Why is the sticky link using the original page slug instead of the translated one?
How can I ensure the sticky link uses the translated parent page slug?