- This topic has 2 replies, 2 voices, and was last updated 10 years, 4 months ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
These forums are now closed and remain for historical purposes.
None of the content applies to the new version 3. For support, get in touch via our contact form.
Forums › Forums › Search & Filter Pro › ACF Google Maps
Hi,
I’m am using your plugin on a project page on a website. The pagae also use ACF google maps to showcase where the locations of the project. Is there a way I can get the markers to update when one of the filters is selects – Via AJAX.
At the moment, when I filter is selected, the map doesn’t update.
Currently the grid view is in one tab and map view is in another but the map view button becomes unresposnive once a filter has been selected?
Thank you in adnvance for you help and Great plugin by the way!!
It sounds like you need to re-initialise your maps scripts once the results have been fetched via ajax – see the jQuery event to detect this:
http://www.designsandcode.com/documentation/search-filter-pro/2-0-upgrade-notes/#JavaScript_Events
Thanks