WP-PageNavi on Custom page template not working

You need to change <?php wp_pagenavi(); ?> to the following:

<?php wp_pagenavi( array( 'query' => $custom_query )); ?>