• Hi, i am getting this problem were the ACFields are not showing in admin pages,

    This page shows the fields: Screenshot 1

    And this other pages use the same template but doesn’t show the fields: Screenshot 2

    After disabling Polylang i can see the fields correctly.

    I’m using wp 4.6 and Polylang 2.0.3

    Searched the forums but i did not find a similar case, does someone have a similar problem? Thanks in advance.

Viewing 8 replies - 1 through 8 (of 8 total)
  • Hi, same problem for me!

    Plugins and core are up to date.

    Which other plugins do you have ? Maybe we have a conflict between two plugins?

    Thanks!

    • This reply was modified 7 years, 7 months ago by clemart. Reason: to turn the notifications on
    Thread Starter humbertqz

    (@humbertqz)

    Sure this are the current plugins in my site:

    • Advanced Custom Fields PRO 5.4.4
    • Advanced Custom Fields: Nav Menu Field 2.0.0
    • Contact Form 7 4.5
    • Contact Form DB 2.10.21
    • MailChimp for WordPress 4.0.3
    • Polylang 2.0.3
    • WP Smush 2.4.5

    I already disabled all and nothing helps just by disabling Polylang the fields are again visible.

    And I Just find out there is a new update to Polylang 2.0.4 trying this one and coming back for any update o this.

    Thread Starter humbertqz

    (@humbertqz)

    Just updated to Polylang 2.0.4 and still not visible, have you Clemart find an answer to this?

    No… I hope Polylang will be updated soon !

    Plugin Support Chrystl

    (@chrystl)

    Hi
    @humbertqz
    Could you please provide a screenshot of Custom Fields > Field Groups? And to reproduce exactly your issue, could you please provide me the .json file of your Field Groups (Go in Custom Fields > Tools)? Thanks.

    Thread Starter humbertqz

    (@humbertqz)

    Sure @chrystl,

    Here is the json file http://pastebin.com/raw/3mqJqmCS

    And here’s a screenshot of the fields https://www.dropbox.com/s/3cyem9mnfc05bcs/Screen%20Shot%202016-09-07%20at%209.53.00%20AM.png?dl=0

    If this helps you this error happens in the translated version of the page, for example I can edit the About us page but in the translated version thats were the fields does not appears, and that happens in every page, product, contact, etc.

    Plugin Support Chrystl

    (@chrystl)

    I see that your field ‘Categoria productos’ has the Spanish language so this field group appears only in your Spanish pages. It can’t be displayed for the English pages.

    Normally you shouldn’t have the Polylang metabox in the Field Groups but some users has already experienced your issue.
    This topic explains how to remove the Polylang metabox: https://wordpress.org/support/topic/acf-polylang/

    Thread Starter humbertqz

    (@humbertqz)

    Thanks @chrystl It’s now working i used this code form @wellard

    add_filter('pll_get_post_types', 'unset_cpt_pll', 10, 2);
    function unset_cpt_pll( $post_types, $is_settings ) {
            unset($post_types['acf-field-group']);
    
        return $post_types;
    }

    But i don’t quite understand what’s the error or what is this fixing?

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Polylang hiddes Advanced Custom Fields in page edit screen’ is closed to new replies.