Delete tab "Navigation" menu bar

The hard way

find file functions.php in travelify/library/functions/

uncoment this line (for me its line 268):

//add_filter( ‘wp_nav_menu_items’, ‘travelify_nav_menu_alter’, 10, 2 );

Save and refresh