Hi, i have some news and manual fix !
The problem is when i duplicate a post with a gallery field and i use the button “Overwrite with FR content”, images in the gallery (in EN post) are the FR images and not the EN duplicated images.
So to fix the issue i have to delete the images in the gallery and click on the “Add to gallery” button to select again the good images (EN duplicated images).
Do you think this action can be automated ? by ACF or WPML ?
Sorry for my english…
Hello, some news with this issue ?
Thks !
Yes that’s it.
WP (4.2.3), WPML (3.2.2) and ACF (5.2.8) are up to date.
Yes for your first point.
I did your test, i passed my main language to EN and it’s ok for all languages ! the issue disappears and order is ok for all.
But when i reset my main language to FR the EN order is again not ok.
Hello, i have the same problem :
<?php
$galerie = get_field('galerie');
print_r($galerie);
?>
In my main language front page order is equal to admin order, and in my other languages order is not equal to admin, order changes are ignored.