diff --git a/templates/event-performance.php b/templates/event-performance.php index 30cb4838..6468e3cd 100644 --- a/templates/event-performance.php +++ b/templates/event-performance.php @@ -42,6 +42,7 @@ if ( is_array( $teams ) ): // Get performance ids for icons if ( $mode == 'icons' ): + $responsive = false; $performance_ids = array(); $performance_posts = get_posts( array( 'posts_per_page' => -1, 'post_type' => 'sp_performance' ) ); foreach ( $performance_posts as $post ): @@ -64,7 +65,7 @@ if ( is_array( $teams ) ): if ( ! $show_team_players && ! $show_staff && ! $show_total ) continue; ?> -
+