Outputing Post Object title as a div class with ACF

Looks like you’re missing the $page->ID from the get_field function.

$ancestors = get_field('ancestor', $page->ID);

tech