The google-maps tag has no wiki summary.
0
votes
2answers
29 views
Cannot Hide Google Map if custom field is blank
I am using the following to display google maps using hotel_address custom field.
<iframe width="440" height="400" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" ...
2
votes
1answer
80 views
Locate authors on Google map version 3
<script type="text/javascript">
var infowindow = new google.maps.InfoWindow();
var pinkmarker = new google.maps.MarkerImage('/wp-content/themes/mapdemo/pink_Marker.png', new google.maps.Size(20, ...
1
vote
1answer
804 views
How to get a Google maps SQL->XML->map marker tutorial to work in WordPress
I have been trying to figure out what is wrong with my code for a couple days now, and I cant seem to crack it. I am trying to follow this tutorial: ...
1
vote
1answer
179 views
Google Map Shortcode for Custom Taxonomy/Post Types
Calling all WP Stack Exchangers!
I am currently using Alain Gonzales' Google Map Shortcode plug-in on a site I'm developing, and it's worked just fine:
Google Map Shortcode plug-in on wordpress.org
...
0
votes
1answer
133 views
Help integrating Custom post type meta field with custom profile fields
I have a custom post type for "locations" and I need to have "users" log in and be able to pick a location that is within a certain distance from them.
I have added some spots to the profile using ...
0
votes
1answer
330 views
How to implement a Google map store locator
I have followed the following Google developer doc about creating a store locator usng PHP & MySql.
https://developers.google.com/maps/articles/phpsqlsearch_v3
I have this working but now I ...
1
vote
0answers
132 views
Anyway to have google maps display multiple AND unique locations per individual posts/pages?
Having the hardest time finding a solution to a big problem. So far I can't find any plugins that are capable of doing this.
I have a site where each post needs to have it's own google map that ...
1
vote
0answers
326 views
GeoMashup plugin: how to customize cluster markers / icons?
Is there a way to customize the standard cluster icon marker which GeoMashup uses to display nearby posts grouped in a certain area?
by default it's a red dot in V2, or a blue dot in V3
how to ...
0
votes
0answers
48 views
Save Google geocoded address to database?
In my WordPress admin I have an address field for each post (custom post type).
The address is just a string.
I need to find the country and region for each post, which I have been doing somewhat ...
0
votes
0answers
133 views
Google map API v3 doesn't show in the wordpress
I did a small test for the google map API. But it doesn't show in the WordPress. Basically, I copy and paste one sample code in the file.
Codes address: ...
-2
votes
0answers
16 views
Map to show all photo locations?
I'm looking for a solution to show all posted photo's location in one map (Google Maps or Open Street Map) ... are there any solutions for this "problem"? Or do I have to build something new from the ...