wpml and acf is setting correctly because if I switch theme the bug is not show, i have tried insert code in functions.php of Kalium-child but not fixed bug
Is it somehow possible for me to test this issue? Since you are making these changes in localhost, do you have some specific hosting to put it online or send me the all files and database (SQL) and I can try to solve this issue on my computer then send you the solution.
I have located the issue and added a fix in your site so now the fields are showing in their belonging language. So you can also add this file in your local site:
I am glad to hear that it worked for you. Thanks for reporting this problem to us.
I'll close this ticket now and if you have other questions feel free to create a new ticket.
P.S: If you like our theme, it would help us a lot if you could give us five star rating on themeforest from your Downloads tab. A huge thank you from Laborator in advance!
Hi great job but i have a bug with wpml and ACF.
If switch theme this problem there isn’t. The acf group and field show in post o product in all language, how fixed it?
Thank you very much
P.S. I have installated all ultimeted version of plugin, themes and wordpress, I developing in localhost.
Thank you very much!
Hi Promosrimini,
I understand your issue here. I suggest you to read this article that will tell you step by step how to set up fields group:
https://www.advancedcustomfields.com/resources/multilingual-custom-fields/
This should solve your issue.
Hi Arlind,
wpml and acf is setting correctly because if I switch theme the bug is not show, i have tried insert code in functions.php of Kalium-child but not fixed bug
add_filter ('acf / settings / default_language', 'my_acf_settings_default_language'); function my_acf_settings_default_language ($ language) {return 'it'; }
Can you replicated the bug on your server?
Kind regards,
Promosrimini
Hi Promosrimini,
I am sorry for the delay.
Is it somehow possible for me to test this issue? Since you are making these changes in localhost, do you have some specific hosting to put it online or send me the all files and database (SQL) and I can try to solve this issue on my computer then send you the solution.
Hi Promosrimini,
I have located the issue and added a fix in your site so now the fields are showing in their belonging language. So you can also add this file in your local site:
https://d.pr/f/qByf2n
And replaced in this path (inside the theme):
This will fix the issue.
Hi Arlind,
Thank you very much for fixed bug
I am glad to hear that it worked for you. Thanks for reporting this problem to us.
I'll close this ticket now and if you have other questions feel free to create a new ticket.
P.S: If you like our theme, it would help us a lot if you could give us five star rating on themeforest from your Downloads tab. A huge thank you from Laborator in advance!