I have a site in wordpress, which uses a plugin called Listify which works as a directory that allows you to add the elements that you save to a map by mining Google services for Geocoding. My problem is that sometimes if you save the coordinates and sometimes not.
I understand that Listify uses WPJobs to separate the address (delimited by commas) and make a query to the Maps API which returns the coordinates.
Has anyone had this problem or a similar one? How would you solve it?