Disabling comments from Settings is only available for future posts. For existing posts and pages you need to disable them manually for each of them or you can do an SQL query like this:
UPDATE wp_posts SET comment_status = 'closed', ping_status = 'closed';