sadly I’m facing the same problem on a site that I’m building, related posts and like button loads on regular posts, but not on custom post types, any suggestion?
I found myself with same problem, after some research I’ve solved it. Just add do_action( 'tml_request_profile' ); before get_header(); and $template->is_active = true; before calling $template->the_errors();.