diff --git a/assets/js/opalestate.js b/assets/js/opalestate.js index 843e68f8..65444889 100755 --- a/assets/js/opalestate.js +++ b/assets/js/opalestate.js @@ -523,7 +523,11 @@ jQuery( document ).ready( function ( $ ) { $( '.slide-ranger-max-input', _this ).change(); } } ); + } ); + $( 'input[name="geo_radius"]' ).on( 'change', function ( e ) { + var val = $( this ).val(); + $( this ).closest( '.opalestate-popup' ).find( '.radius-status__number' ).html( val ); } ); //////***Search Search **/ diff --git a/templates/search-box/fields/search-city-text.php b/templates/search-box/fields/search-city-text.php index a77ca7a3..0b6f88bb 100755 --- a/templates/search-box/fields/search-city-text.php +++ b/templates/search-box/fields/search-city-text.php @@ -25,8 +25,12 @@ $data_deposit = [
-
+
-
- +