I just started using WP + Graphene and I wanted to be helpful and support this great theme.
My issue was with loop-chldren.php r197 line 16. The orderby statement was ignoring the page order I had set. However, the issue seemed to resolve itself by changing:
'orderby' => 'menu_order, title',
to
'orderby' => 'menu_order', 'title',
I hope this information is useful.