Hello,
The speakers items are displayed in the same order as it was added. If you want to change the ordering type, currently the only way is modyfing the query in the gavern/widgets.speakers.php file on the theme directory or you can rewrite your speakers posts. 
The line responsible for the query is following:
- Code: Select all
- $gk_loop = new WP_Query( 'category_name=' . $category . '&post_type=' .$options_tmp['name']);
If you want to put somebody in the center on start then this person should be placed as a third person.