Hi,
This due to the difference in layout and Menu assignment.
In ‘Coaches’ page, you’re assigning ‘home’ layout which contains the ‘topbar’ block but with the pages under ‘Player’ menu, you use ‘default’ layout which doesn’t include ‘topbar’.
I just updated this file on your site: root/templates/uber//tpls/default.php by adding this line of code to load the topbar:
<?php $this->loadBlock('topbar') ?>
For the footer, you need to assign module ‘[Gym&Fitness] Footer’ to the menu items under ‘Player’ menu. I just did for you and it’s showing now.
Kindly take a look.
Regards