Pierre-Lannoy / wp-apcu-manager

APCu statistics and management right in the WordPress admin dashboard.
https://perfops.one/
GNU General Public License v3.0
5 stars 5 forks source link

WPML translations not shown #6

Closed cbratschi closed 2 months ago

cbratschi commented 1 year ago

Describe the bug I don't know if this issue is related to the APCu Manager plugin or a bug of WPML.

After translating a page, the latest changes are not shown on the page itself. Instead the previously translated value is displayed. This happens while translating the content of a WYSIWYG ACF field.

To Reproduce Steps to reproduce the behavior:

  1. Initial value is "A" for both languages.
  2. Translate it to "B" still shows "A".
  3. Translate it to "C" displays now "B".
  4. After flushing the ACPu Manager cache, now "C" is being rendered.

Expected behavior Should always use the latest translated value.

Screenshots

Environment (please complete the following information):

Additional context

Asgaros commented 9 months ago

We are having the same issues on some projects. I wonder if there is a way to somehow ensure compatibility.