Parent categories are not loaded from the database on the product page. That means that you can't just use $this->element->something.
You need to first do a query in MySQL in order to load the categories data from the database and then you can use the data your loaded to display it.