• Resolved restyles4

    (@restyles4)


    When using WordPress’s Multisite capability acf-extended plug-in disables editing of all website users including Super Admin. The -SAVE- button moves from the bottom of the page to the right side-bar column area on the User Admin page and places an empty Wrapper Element where nothing existed prior.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Konrad Chmielewski

    (@hwk-fr)

    Hello,

    Thanks for the feedback! This bug has been reported and will be fixed in the upcoming patch. In the meantime, you can disable the enhanced UI from ACF Extended using the following code:

    add_action('acf/init', 'my_acfe_modules');
    function my_acfe_modules(){
        
        acf_update_setting('acfe/modules/ui', false);
        
    }
    

    I’ll let you know as soon as the patch is up!

    Sorry for the inconvenience.

    Regards.

    Plugin Author Konrad Chmielewski

    (@hwk-fr)

    Hello,

    Just a heads up to let you know that the latest ACF Extended 0.8.7.5 Update fix this issue!

    Sorry for the inconvenience.

    Have a nice day!

    Regards.

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

The topic ‘BUG Multisite User – Unable to edit Users’ is closed to new replies.