Title: Missing Nickname field
Last modified: April 1, 2021

---

# Missing Nickname field

 *  Resolved [thePixelPixie](https://wordpress.org/support/users/yourbusybee/)
 * (@yourbusybee)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/missing-nickname-field/)
 * I was trying to update my User information and realized that the Nickname field
   had disappeared. After disabling plugins, and starting to re-enable them, it 
   seems that this is the plugin making it disappear. Any ideas why?

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

 *  Plugin Author [Konrad Chmielewski](https://wordpress.org/support/users/hwk-fr/)
 * (@hwk-fr)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/missing-nickname-field/#post-14265696)
 * Hello,
 * Thanks for the feedback! This change is part of the Enhanced UI module of ACF
   Extended. In an effort to standardize Posts / Users & Terms UI, the user nickname
   input has been moved to the top “Title” input. See screenshot: [https://i.imgur.com/vK0NPQ5.png](https://i.imgur.com/vK0NPQ5.png)
 * If you don’t like that UI and would like to get the native WP User UI, you can
   use the following code:
 *     ```
       add_action('acf/init', 'my_acfe_modules');
       function my_acfe_modules(){
   
           // Disable Enhanced UI
           acf_update_setting('acfe/modules/ui', false);
   
       }
       ```
   
 * Hope it helps!
 * Have a nice day.
 * Regards.
 *  Thread Starter [thePixelPixie](https://wordpress.org/support/users/yourbusybee/)
 * (@yourbusybee)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/missing-nickname-field/#post-14285528)
 * This worked great! Thank you so very much!

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

The topic ‘Missing Nickname field’ is closed to new replies.

 * ![](https://ps.w.org/acf-extended/assets/icon-256x256.png?rev=2071550)
 * [Advanced Custom Fields: Extended](https://wordpress.org/plugins/acf-extended/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/acf-extended/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/acf-extended/)
 * [Active Topics](https://wordpress.org/support/plugin/acf-extended/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/acf-extended/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/acf-extended/reviews/)

## Tags

 * [nickname](https://wordpress.org/support/topic-tag/nickname/)
 * [user](https://wordpress.org/support/topic-tag/user/)

 * 2 replies
 * 2 participants
 * Last reply from: [thePixelPixie](https://wordpress.org/support/users/yourbusybee/)
 * Last activity: [5 years, 2 months ago](https://wordpress.org/support/topic/missing-nickname-field/#post-14285528)
 * Status: resolved