If you’re using the shortcode, include a distance parameter:
[wp_simple_locator distances="5,10"]
If you’re using the widget, there’s a field for distance options when adding the widget.
this what I have and is not working still show default distances.
[wp_simple_locator
distances=”5,10″
mapheight=”450″
mapcontainer=”#fullpage-map”
buttontext=”icon-search”
addresslabel=”U.S. Zip Code or City”
mapcontrols=”show”
resultscontainer=”#mapresults”
mapcontrolsposition=”RIGHT_BOTTOM”]
If you take out the returns, it should work correctly (I know there are returns on the documentation site, but it’s more for illustration – I’ll make a note of that).
[wp_simple_locator distances="5,10" mapheight="450" mapcontainer="#fullpage-map" buttontext="icon-search" addresslabel="U.S. Zip Code or City" mapcontrols="show" resultscontainer="#mapresults" mapcontrolsposition="RIGHT_BOTTOM"]