Support

Search results for ""

Sorry, no results found. Perhaps you would like to search the documentation?
All Topics
Svitlana Timchenko

Inline edit changes cannot be translated by WPML

Hello!

I have multy-languages site made with WMPL. Changes made with the inline edit are not reflected in WPML translation. When I try to refresh post traslation all chaged fields become empty. To update translation I still have to open each post by post, and it does not help me to save time.

I appologize if this problem has been already addressed, and I didn’t find the solution. I’ll highly appreciate you help to solve the issue.
Thank you!

10 months, 2 weeks ago
Stefan van den Dungen Gronovius
Developer

When you edit custom meta fields for a post with our inline edit feature, it does not update the post itself. This means that some hooks that are running when you save the actual post through the edit page do not fire. Those are probably needed for the WPML logic to work.

You could fire the update post method manually by using the following hook that fires when a value is saved through our editing logic.

https://github.com/codepress/admin-columns-hooks/blob/master/acp-editing-saved.php#L40-L64

Are you able to implement this for your use case?

10 months, 1 week ago

You must be logged in to reply to this topic.