One thing we also had to modify is the function for fetching the description aswell.
method: get_custom_homepage_description()
class: Generate_Description
change on line 218:
if ( $args['is_home'] || $this->is_front_page() || ( empty( $args['taxonomy'] ) && ($this->is_static_frontpage( $args['id'] ) && ! $this->is_archive() ) ) ) {