Custom taxonomy terms registered not showing when added in child theme

For register taxonomy change:

add_action( 'after_setup_theme', 'custom_tour_taxonomy' );

to:

add_action( 'init', 'custom_tour_taxonomy' );

Check: https://codex.wordpress.org/Function_Reference/register_taxonomy#Basic_Example