From: Laury GvR Date: Wed, 15 May 2019 20:44:01 +0000 (-0400) Subject: Search result list uses list view, not grid. Remove test string X-Git-Tag: v1.0.5^2~18 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=d0807701c71451f118a39abb6cdd413f604b35b2;p=WP-Themes%2Fuptravel.git Search result list uses list view, not grid. Remove test string --- diff --git a/functions.php b/functions.php index 0e1e47d..6aa2d54 100644 --- a/functions.php +++ b/functions.php @@ -484,7 +484,7 @@ function display_memberfindme_directory() { $_REQUEST['textSearch'] = $_REQUEST['s']; $_REQUEST['action'] = 'list'; $_REQUEST['event_name'] = $_REQUEST['s']; - echo do_shortcode('[glm-members-list view="grid" text-search="'.stripslashes($_REQUEST['s']).'"]'); + echo do_shortcode('[glm-members-list view="list" text-search="'.stripslashes($_REQUEST['s']).'"]'); if( isset($_REQUEST['event_name']) && !empty($_REQUEST['event_name'])){ echo do_shortcode('[glm-members-event-list limit="10"]'); echo 'View All Events'; diff --git a/sections/footer.php b/sections/footer.php index 7960c9a..5165e40 100644 --- a/sections/footer.php +++ b/sections/footer.php @@ -143,7 +143,6 @@ $cities = $decode_array['cities'];
-