Remove popular searches
authorSteve Sutton <steve@gaslightmedia.com>
Fri, 9 Feb 2018 21:47:02 +0000 (16:47 -0500)
committerSteve Sutton <steve@gaslightmedia.com>
Fri, 9 Feb 2018 21:47:02 +0000 (16:47 -0500)
Remove from search overlay.

template-parts/search-overlay.php

index 676b0d7..9c6fae2 100644 (file)
@@ -113,9 +113,7 @@ $cities = $decode_array['cities'];
         </div>
 
         <div class="columns large-6 overlay-pop-search">
-            <h2 class="widget-title news-feed-title">Popular Searches</h2>
             <div class="search-results-list">
-                <?php sm_list_popular_searches( ); ?>
             </div>
         </div>
     </div>
@@ -131,10 +129,6 @@ $cities = $decode_array['cities'];
                 + '&cityUserSearch[]=' + encodeURI(document.getElementById('xlo').value)
                 + '&regionUserSearch[]=' + encodeURI(document.getElementById('xre').value);
             window.location = search_url;
-
-        //'#!directory/map/ord=rnd/tag=' + encodeURI(document.getElementById('tag').value) + '/lbl=' + encodeURI(document.getElementById('lbl').value)  + '/xlo=' + encodeURI(document.getElementById('xlo').value) + '/xre=' + encodeURI(document.getElementById('xre').value) ;
-
-
         }, false);