If custom field is not showing when ACF plugin is activated, go to Dashboard > Themes > Themes File Editor, and add this code at the bottom of function.php.
For more info go to this page.
CODE
add_filter('acf/settings/remove_wp_meta_box', '__return_false');