The below solution can change the order of properties by price.

Add this code in wpresidence/libs/theme-slider.php

'orderby' => 'meta_value_num',
'meta_key' => 'property_price',
'order'=>'DESC'