Sorry, another update, I’ve found that using,
get_template_part( ‘content’,’nosidebar’ );
…instead of ripping off the contents of the template works just as well, so to edit above, we just need to replace do_action( ‘ultimate_main_container’ ); with get_template_part( ‘content’,’nosidebar’ );
Phew,
Vince
PS, Great theme guys, keep up the good work