From 69813deaf597cb8a0d8d0bda0ddc1efd03110124 Mon Sep 17 00:00:00 2001 From: Brian Miyaji Date: Tue, 9 Dec 2014 18:12:28 +1100 Subject: [PATCH] Make event performance static when icons are shown --- templates/event-performance.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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; ?> -
+