WPGMaps
Forum Replies Created
-
Kimberly
We made an honest mistake in our latest version which we made live today. We’ve already addressed this issue (20 minutes after your support request highlighting it).Forum: Plugins
In reply to: [WP Go Maps (formerly WP Google Maps)] Messes up your cssSorry about that – honest mistake in the latest version.
We’re busy fixing it nowKind regards
NickSorry about that – honest mistake in the latest version.
We’re busy fixing it nowKind regards
NickHi Sarah
There’s a small line of code we need to change for this to happen.
Open the plugin’s PHP file and search for ALL references of the following:maps.google.com/maps/api/js?sensor=false
and change them to:
maps.google.com/maps/api/js?sensor=false&language=de
Where “de” is the language code your require (de = German).
What language are you looking for? I can help you find the correct language code if you need?
Kind regards
NickForum: Plugins
In reply to: [WP Go Maps (formerly WP Google Maps)] map not workingHi Lewis
I found the following error on your page:Uncaught TypeError: Property ‘$’ of object [object Object] is not a function
In WordPress you need to change “$” to “jQuery”. Try changing any scripts you have and see if that does the trick?
Kind regards
NickHi there
Thanks for getting in touch but our plugin does not rewrite or require access to your htaccess file at all.Kind regards
NickForum: Reviews
In reply to: [WP Go Maps (formerly WP Google Maps)] Too limitedHi Kaj
We hear you. We’ll be releasing a new version either today or tomorrow that has the following new features for the basic version:– Marker animation (Bounce, drop, none)
– Marker info window open/close by default
– Bicycle layers (on/off)
– Weather layers (on/off)
– Traffic layers (on/off)Thoughts on the above?
Kind regards
NickForum: Plugins
In reply to: [WP Go Maps (formerly WP Google Maps)] Problem sizeHi
Sorry for the delay!
I woulds suggest 32×37 in PNG formatKind regards
NickForum: Plugins
In reply to: [WP Go Maps (formerly WP Google Maps)] Not visible for editorsHi
This can be done by changing all strings of “manage_options” in WPGoogleMaps.php to “moderate_comments”That should do the trick 🙂
Sorry for the delay! Missed this completely..!
Kind regards
NickHi Sarah
Are you referring to the actual map itself or the language used in the plugin?If it’s the map language, this should be automatic from the Google Maps API but there is a way we can set it if this is not working correctly. Please confirm?
If it’s the plugin, there are .PO files you can create to change each english string to your language. There have been a few translations already.
Kind regards
NickForum: Plugins
In reply to: [WP Go Maps (formerly WP Google Maps)] Missing pinHi there 🙂
It’s actually a style conflict where your theme over-rides a key style for the pin to display correctly:article img {
height: auto;
max-width: 100%;
}
article img, article div, article iframe, article embed, .widget img, .widget div, .widget iframe, .widget embed, .widget select {
max-width: 100%;
}If you remove those two instances of “max-width” in your style.css then it should work. Please confirm?
Kind regards
NickHi there
Sorry for the delay.
You could use the following link to convert backwards: http://andrew.hedges.name/experiments/convert_lat_long/Kind regards
NickForum: Plugins
In reply to: [WP Go Maps (formerly WP Google Maps)] Setting the zoom level – shortcodeAh well there’s the issue 🙂
Please email me at nick@wpgmaps.com so I can help you better from thereForum: Plugins
In reply to: [WP Go Maps (formerly WP Google Maps)] Setting the zoom level – shortcodeAaaah I see.
On the map map, after step 2 (the main map is just below those settings), use your mouse scroll wheel or the controls in the map to adjust the zoom setting then press “Save map”.The “Edit location” is purely for dragging and dropping markers to specific locations and does not adjust the main map’s zoom level.
Forum: Plugins
In reply to: [WP Go Maps (formerly WP Google Maps)] Map hangs webpageWhich plugin are you using? 🙂