Skip Navigation

[Resolved] Map filter with Ajax not working

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
- 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Supporter timezone: Asia/Kolkata (GMT+05:30)

This topic contains 0 replies, has 1 voice.

Last updated by Dido 1 month ago.

Assisted by: Minesh.

Author
Posts
#2786064
vvnt-2.jpg
vvnt-1.jpg

Hello,

I have a map with a distance filter on hidden link.
It worked previously, but after making some changes, it stopped functioning. Could you help me find the correct settings?"

[wpv-filter-start hide="false"]
[wpv-filter-controls]
[wpv-control-distance default_distance="5" compare_field="adres" distance_center_url_param="toolset_maps_distance_center" distance_radius_url_param="toolset_maps_distance_radius" distance_unit_url_param="toolset_maps_distance_unit" inputs_placeholder="Toon de resultaten binnen %%DISTANCE%% KM van de volgende plaats of postcode: %%CENTER%%"]
<p>Onder de kaart vindt je een lijstweergave van de zoekresultaten.</p>
<p class="tel">[wpv-found-count] NEI therapeuten gevonden</p>
[/wpv-filter-controls]
[wpv-filter-end]

kind regards

#2786092

Minesh
Supporter

Languages: English (English )

Timezone: Asia/Kolkata (GMT+05:30)

Hello. Thank you for contacting the Toolset support.

I would like to know what exactly the modifications you made?

Can you please share admin access details.

*** Please make a FULL BACKUP of your database and website.***
I would also eventually need to request temporary access (WP-Admin and FTP) to your site. Preferably to a test site where the problem has been replicated if possible in order to be of better help and check if some configurations might need to be changed.

I have set the next reply to private which means only you and I have access to it.

#2786236

Minesh
Supporter

Languages: English (English )

Timezone: Asia/Kolkata (GMT+05:30)

Well - it was missing the submit button.

I've just added the submit button and set the "Custom Search Settings" option to "Full page refresh when visitors click on the search button".

More info:
- https://toolset.com/documentation/legacy-features/maps-plugin/filtering-and-ordering-map-markers-by-distance/

Can you please confirm you able to filter the results now.

#2786550

Hi Minesh,

It works, but I would like it to function differently, without updating the URL, as shown in this example: hidden link.
I used the same options, but it is not working on the vvnt website.

#2786775

Minesh
Supporter

Languages: English (English )

Timezone: Asia/Kolkata (GMT+05:30)

Can you please check now: hidden link

With your view:
=> hidden link

I've adjusted the closing div where I closed the div just after the map shortcode which was before added after the [wpv-items-found] shortcode like ([wpv-items-found] </div>):

[wpv-map-render map_id="overzicht" map_height="600px"][/wpv-map-render]</div></div>

I've adjusted the map marker shortcode as given under within "Loop Editor" section and within the view's loop:

[wpv-map-marker map_id='overzicht' marker_id='marker-[wpv-post-id]' marker_icon='' address="[types field='adres'][/types] [types field='stad'][/types]"]
#2786777

Thank you Minesh for helping me again.