diff --git a/assets/js/opalestate.js b/assets/js/opalestate.js index 95eda7e8..d7f4a498 100755 --- a/assets/js/opalestate.js +++ b/assets/js/opalestate.js @@ -515,12 +515,13 @@ jQuery( document ).ready( function ( $ ) { 'min': [ min ], 'max': [ max ] }, + step: 0.1, connect: true, start: istart, format: nummm, direction: opalesateJS.rtl == 'true' ? 'rtl' : 'ltr', - } ); + slider.noUiSlider.on( 'update', function ( values, handle ) { var val = values[ handle ]; if ( handle == 0 ) { diff --git a/templates/user/content-property.php b/templates/user/content-property.php index ed26407f..925c6bcc 100755 --- a/templates/user/content-property.php +++ b/templates/user/content-property.php @@ -9,6 +9,9 @@ global $property, $post; $status = get_post_status( get_the_ID() ); $statuses = opalestate_get_property_statuses(); $meta = $property->get_meta_shortinfo(); + +$current_user = wp_get_current_user(); +$roles = $current_user->roles; ?>
>
@@ -25,12 +28,34 @@ $meta = $property->get_meta_shortinfo();
- + +
+ + + + + + + +
+
- ', '' ); ?> + ', '' ); + } else { + the_title( '

', '

' ); + } + ?>
get_address(); ?>