I am trying to remove the page header of a node in Drupal. I have this page:

And I want it to look like this:

As you can see, I want the name to be deleted, but only for taxonomy terms. If I try to erase it using CSS, I will remove all the page headers, so I wanted to use this module , which allows administrators to auto-generate the node header and hide it.
I go to the structure -> content type -> my content type and edit it. I activate the module and I want to auto-generate headers based on the node category. I think it should look like this, but it will not work ...

Any ideas why?
EDIT: Sorry, I forgot to say: yes, when I activate the module, use it and select the category as the auto-generated header, it works. But he does not hide the name ...
It also runs this error:

source share