Hey,
I guess you are tryna output multiple pages on single page for a cool single page website using page templates.
Try replacing
$content = apply_filters('the_content', $page_data->post_content);
with
$content = $GLOBALS['Pootle_Page_Builder_Render_Grid']->panels_render( $page_data->ID );
Lemme know how it works for ya ??