The plugin still works but wordpress becomes unstable.
Grtz.
]]>version 0.1.5.1
On line 33 your are making an admin_init(); function call.
Since you are calling it directly, it gets called on the front end unnecessarily. It would be better to hook that to the ‘admin_init’ action.
add_action(‘admin_init’, ‘admin_init’);
Great plugin, btw, it’s been of tremendous help to us.
]]>version 0.1.5.1
line 514 — in reverse_geocode function $result = wp_remote_get($url);
If the $result is an error, the json_decode on the next line fails and throws a fatal error.
Looks like you need a is_wp_error($result) handler in there.
]]>First, thanks for forking this and making it great. I’m writing with a minor question: I’d like to revise how the location displays in English to remove the country. Is this possible? An example of what I mean would be: “Post in New York, NY, United States”. The vast majority of my posts will be posted from within the US, and I’d prefer this part of the location not display. Super grateful for your time and insight.
]]>Loacation box is placed on Main page since 2 days!? (time-to-sail.de)
]]>Any chance this could plugin could be made to use OpenStreetMap instead of Google Maps ?
Thanks.
]]>Hi,
I would like to kindly ask how can I use your plugin with shortcode for different locations on every WooCommerce product?
Thank you!
Cheers
if my site is https://sitename.com, and my normal feed is at https://sitename.com/feed/ what is the URL for the GeoRSS?
]]>I switched a private website I am using to use HTTPS all the time and this plugin breaks – map not shown on posts and cannot search for a location.
What needs to be changed to allow an admin user logged in under HTTPS to see the map and use the plugin?
]]>By “YouTube integration” I mean the feature of core-wordpress that will turn a YouTube link into an embedded video. Here’s more on the feature: https://codex.www.ads-software.com/Embeds
Post-activating Geolocate Plus, the YouTube embeds all disappear from the whole website, displaying instead the code of the link in plain text (not even an hyperlink).
I confirmed the bug was due to this plugin by deactivating all but jetpack and reactivating one by one, checking when the embedded video disappear.
]]>OK so the plugin isn’t working, but there’s no way to report this bug otherwise.
Once activated, the plugin adds this to the html source:
<div id="map" class="geolocation-map" style="width:350px;height:150px;"></div>
That seems to affect the site when viewed on the iPhone and pushes content to the right.
]]>I’ve set up Geolocation plus on my blog and am able to store the location and access the GeoRSS feed.
Does anyone know of a way to display the feed on Google Maps so I can embed a map on my blog?
Any ideas/suggestions would be greatly appreciated.
Thanks in advance for your help!
https://www.ads-software.com/extend/plugins/geolocation-plus/
]]>