I just posted SimpleMap version 1.2b3 to the WordPress repository. This update fixes a few bugs and adds a couple of niceties:
- The bug preventing the database from being created is FIXED.
- The Search function correctly searches Name, Description and Tags (but not Category yet).
- You can now choose an address format for the “city” line. There are seven different format options.
- The page now scrolls up to the map when you click on a result in the list.
- Changing a location’s address in Quick Edit forces you to re-geocode before saving the changes.
- “No Results Found” is now a translatable string.
- A location’s phone number now has a “Phone:” label in the info bubble as well as the results list.
A huge thanks to all my beta testers and translators. I’ve been keeping the translation files updated with each beta release, so please send me your .po files once you’ve translated them.
Aliso the Geek
Hi Alison,
You have an impressive plugin (and site(s) ) going on ! I’m using Simple Map with one of my clients, still setting it up. I’ll post a question in the forum, because I’m getting no outputs when searching,
Cheers, and keep up the great work !
I just solved it, I needed to put wp_head(); in the header to call the plugins. It’s a custom theme and I just forgot it. Reading the comments I saw the sentence “…look which javascript isn’t properly loading” and that rang my bell. Cheers !