Title: Compability with Polylang plugin
Last modified: August 20, 2016

---

# Compability with Polylang plugin

 *  Resolved [jussi.r](https://wordpress.org/support/users/jussir-1/)
 * (@jussir-1)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/compability-with-polylang-plugin/)
 * Hey,
 * I’m using Polylang 0.9.5 at our customer’s WordPress site. Its a multi-language
   plugin. The custom fields are not shown in the editor if user hasn’t selected“
   Show all languages” from top menu.
 * [http://wordpress.org/extend/plugins/advanced-custom-fields/](http://wordpress.org/extend/plugins/advanced-custom-fields/)

Viewing 8 replies - 1 through 8 (of 8 total)

 *  [Chouby](https://wordpress.org/support/users/chouby/)
 * (@chouby)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/compability-with-polylang-plugin/#post-3219626)
 * Could you try with the current development version of Polylang (0.9.6.1)?
    [http://downloads.wordpress.org/plugin/polylang.zip](http://downloads.wordpress.org/plugin/polylang.zip)
 *  Thread Starter [jussi.r](https://wordpress.org/support/users/jussir-1/)
 * (@jussir-1)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/compability-with-polylang-plugin/#post-3219630)
 * It works now!
 *  Thread Starter [jussi.r](https://wordpress.org/support/users/jussir-1/)
 * (@jussir-1)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/compability-with-polylang-plugin/#post-3219631)
 * Nvm It doesn’t work anymore or I didnt’t test very well… Now I can see the custom
   fields with default language and show all languages only.
 *  [Chouby](https://wordpress.org/support/users/chouby/)
 * (@chouby)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/compability-with-polylang-plugin/#post-3219633)
 * I came back on this and obviously the correction was not complete 🙁
    Could you
   try with the even newer development version (0.9.6.2)? [http://downloads.wordpress.org/plugin/polylang.zip](http://downloads.wordpress.org/plugin/polylang.zip)
 *  Thread Starter [jussi.r](https://wordpress.org/support/users/jussir-1/)
 * (@jussir-1)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/compability-with-polylang-plugin/#post-3219653)
 * Sorry, I didn’t see you answered. I can’t try that development version right 
   now but I have version 0.9.8 at the moment and the bug still exists.
 *  [Chouby](https://wordpress.org/support/users/chouby/)
 * (@chouby)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/compability-with-polylang-plugin/#post-3219655)
 * Could you try to add these lines of code in a custom plugin?
 *     ```
       add_filter ('pll_get_post_types', 'do_not_translate_acf');
       function do_not_translate_acf($post_types) {
       	unset ($post_types['acf']);
       	return $post_types;
       }
       ```
   
 *  Thread Starter [jussi.r](https://wordpress.org/support/users/jussir-1/)
 * (@jussir-1)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/compability-with-polylang-plugin/#post-3219660)
 * In which file I should add those lines?
 *  [Chouby](https://wordpress.org/support/users/chouby/)
 * (@chouby)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/compability-with-polylang-plugin/#post-3219661)
 * Nowhere. This code is now useless in Polylang 1.0.x. Just go the Polylang settings
   and uncheck the custom post type ‘fields group’ (if it is).
 * And you should also uncheck the synchronization for custom fields as it currently
   breaks Advanced Custom Fields (this should be OK in the future version 1.0.2).

Viewing 8 replies - 1 through 8 (of 8 total)

The topic ‘Compability with Polylang plugin’ is closed to new replies.

 * ![](https://ps.w.org/advanced-custom-fields/assets/icon.svg?rev=3207824)
 * [Advanced Custom Fields (ACF®)](https://wordpress.org/plugins/advanced-custom-fields/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/advanced-custom-fields/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/advanced-custom-fields/)
 * [Active Topics](https://wordpress.org/support/plugin/advanced-custom-fields/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/advanced-custom-fields/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/advanced-custom-fields/reviews/)

 * 8 replies
 * 2 participants
 * Last reply from: [Chouby](https://wordpress.org/support/users/chouby/)
 * Last activity: [13 years, 4 months ago](https://wordpress.org/support/topic/compability-with-polylang-plugin/#post-3219661)
 * Status: resolved