Why are comments still showing up on the testimonials single view page

The “Allow Comments?” option on WP Admin > Testimonials > Settings, Post Type tab only affects the Testimonials Widget post edit page. Your theme is what controls showing the front-end commenting or not. You’ll need to check your theme options or edit the theme’s `single.php` file to remove.

If that gets confusing, copy your theme’s `single.php` file to `testimonials-widget-single.php` and then edit that file to remove comments.