Hi @mplusb
I have the same problem before I use the plugin, installed this plugin to arrange the order, though I still need to use the snippet below to force sorting to work.
if ( ! is_admin() && $query->is_main_query() && is_tax(“series”)) {
$query->set(“orderby”, “menu_order”);
$query->set(“order”, “ASC”);
}