The customer could not update Toolset because the Commercial tab showed the message that the subscription was expired and the plugin was not marked as up to date.
Solution:
The site key needed to be revalidated. The customer was advised to unregister Toolset from the site from the Commercial tab, then register it again using a newly generated site key from toolset.org. This resolved the issue.
A Toolset Map View was not using the distance selected in the search filter. The list results respected the chosen radius, but the map still used its own hard-coded distance value, so it showed extra results.
Solution:
A custom code snippet was added using the
wpv_view_settings
filter to sync the Map View distance settings from the URL parameters. The code updates the map radius, unit, and center from
toolset_maps_distance_radius
,
toolset_maps_distance_unit
, and
toolset_maps_distance_center
. The search View also needed to use a full page refresh so those URL parameters are available to the Map View. The customer confirmed this resolved the issue.