It seems like the shortcode ignore URL Parameters to order listings.
Eg. by using [wpsight_listings orderby="price" order="ASC"] the original order works fine, but if the user re-orders them live from the dropdown, the results will stay the same.
The shortcode probably needs to first check if URL Parameters are available and only apply the shortcode attributes if there are no URL Parameters.
It seems like the shortcode ignore URL Parameters to order listings.
Eg. by using [wpsight_listings orderby="price" order="ASC"] the original order works fine, but if the user re-orders them live from the dropdown, the results will stay the same.
The shortcode probably needs to first check if URL Parameters are available and only apply the shortcode attributes if there are no URL Parameters.