BeAPI / acf-options-for-polylang

A WordPress plugin for adding ACF options page support for Polylang.
https://wordpress.org/plugins/acf-options-for-polylang/
Other
166 stars 28 forks source link

Getting the same data in all the languages #80

Open jfbarboza opened 2 years ago

jfbarboza commented 2 years ago

Version information

Steps to reproduce

  1. We have an options page for our websites where we set up some global variables.
  2. We fill all the options for ENG and saved
  3. We fill all the options for another language (In our case it's Russian) and saved

What was expected

To get the variables for each language set.

What happened instead

Every time we save the value of one language override the other.

danya-e46 commented 2 years ago

Hello, I have the same problem, did you solve it? Can you help?

evscoding commented 1 year ago

We encountered same issue when hooking into a plugin actions. Seems that "ACF Options for polylang" plugin runs later, therefore, not getting any information related to the functionality.