Only one language is saved for the ACF fields
-
Hello All,
I am using WPGlobus (free edition) and ACF. In the admin panel when I am filling the homepage, I can see three langauge tabs. I can translate fields in the three different languages.
But when I save they all become one language. This is so strange.
In other words, I enter 3 languages but after save i can only see one same language in my textbox and my textarea.The only field that contains 3 different languages is the Page Title (native WP field). The ACF fields are not stored in three langauges.
If I want to save in three languages then I have to toggle WPGlobus off and then fill manually in this format which is only good for one time:
{:en}English Test{:}{:de}German Test{:}{:bg}Bulgarian Test{:}
My code for the frontend is very simple
$wp_post = get_post(); echo get_field( 'main_heading', $wp_post->ID ); echo get_field( 'main_content', $wp_post->ID ); echo get_field( 'sub_heading', $wp_post->ID ); echo get_field( 'sub_content', $wp_post->ID );
Please tell me what am I missing? Why ACF fields are not working with WPGlobus in visual editor?
Please note that the ACF fields I am using are TEXT and TEXTArea. WPGlobus should work with them. They are not WYSIWYG fields with which you need WPGlobus Plus to work as advertised.
Thanks
- The topic ‘Only one language is saved for the ACF fields’ is closed to new replies.