In file :: /jobroller/includes/theme-support.php

Around line 28, change

if (is_front_page() && ...
to
if (is_home() && ...


function default_primary_nav() {