Ben Huson
Ben Huson
I think it's probably best to prevent page caching if possible if this plugin is enabled. This needs testing: https://github.com/benhuson/password-protected/tree/caching-support
I've tested but only using latest versions of WPML and WordPress and this works for me. If you're able to replicate the issue and confirm the fix that would be...
This may be fixed in version 3.5.1? If not, let me know and I'll investigate further.
Hi. If you post your changes here I'll happily integrate them into the plugin :)
Allow 'post_ids' for short code added in https://github.com/benhuson/WP-Geo/commit/e7d3a5115a2e53752c88cbf08f65ab06475886fd
For the 'title_link' attribute, are you using that to link to Google Maps or another custom URL?
I don't think it's possible to pass through from the short code to that point at present. I could possibly add an additional parameter to `wpgeo_map_js_preoverlays` for the main map...
I think the 2nd $options parameter in get_wpgeo_map() is not used - pass options through in the first $query parameter instead. I think this should fix your wpgeo_create_input_map() issue? https://github.com/benhuson/WP-Geo/commit/2a3ef10f36800ec825c52c2cabf323e9c10c1e30
Actually looking at the code, the wpgeo_create_input_map() function has not been implemented properly yet - hence why it's not been documented or mentioned in the change log. You are correct...
Thanks for your bug report. I'll setup a multisite install with similar configuration to test.