The google-maps tag has no wiki summary.
1
vote
2answers
201 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
141 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 ...
1
vote
1answer
919 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: ...
0
votes
1answer
363 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
votes
1answer
33 views
twitter tweets on a google map [closed]
Has anyone accomplished a way of showing twitter tweets (and where they were made from - if obviously the user allows geolocation in their twitter account) on a google map in wordpress? I would be ...
2
votes
1answer
85 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, ...
0
votes
2answers
1k views
MapPress Easy Google Map in Jquery Tabs Problem
I am using MapPress Easy Google Map with the following code in my custom theme:
<?php
$mymap = new Mappress_Map(array("width" => 600,"height" => 300));
$mypoi_1 = new ...
0
votes
0answers
66 views
How to retrieve data from google places api and save it in mysql database? [closed]
Hi I am developing an android app for blind people where I want to send the nearby locations and bus stops to the user.
I don't want to use google map to display palces in our app but I need to send ...
0
votes
0answers
59 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
195 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: ...
0
votes
2answers
35 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" ...
0
votes
1answer
206 views
Querying posts by latitude and longitude to build a Google Maps with several markers
I have 4 different post types and 4 differey taxonomies Each term for each taxonomy stores a marker (url to a png icon). Each post has coordinates attached with Advanced Custom Fields and I'll ...
0
votes
2answers
146 views
passing markup thought a shortcode attribute
Happy holidays everyone.
Hope someone can help me in thinking about a problem I've run into.
I have a plugin Im building that allows the user to pull address data from the maps API - ie it ...
0
votes
0answers
91 views
Plugin to show multiple plotted locations on a map and list [closed]
Just wanted to see if any one has come across a WP plugin that does something similar to the map and listings on this Curbed post:
...
2
votes
1answer
111 views
How can I automatically attach posts to a map?
I'd like to display a Google map of places relating to posts (eg, places I've visited).
Is there a plugin or method available that will allow me to have a Google map on a page and when creating a ...
0
votes
1answer
195 views
Extracting Address from Custom Post via Javascript for Google Maps API
I am created a theme with custom posts which outputs to a Google Map with place markers. Users will create a custom post users and include street addresses which will be geocoded using Google's Map ...
0
votes
1answer
196 views
Geocoding an Exploded Custom Field Array
So, I'm having a little problem with crossing signals in WordPress between Google Maps' API and an exploded custom field. I want to be able to geocode an address that's been exploded from a custom ...
1
vote
2answers
1k views
How to add multiple markers on the google map, at a certain meta_key and meta_value
I have over 200 customposts and each has customfields (add_city, add_state, add_location) in each custompost is googlmap with customfield (geo_longitude geo_latitude) Help please, display in googlmap ...
0
votes
2answers
242 views
How to query posts based on lat-lng coordinate as post meta?
I'm planning a custom WordPress theme where the Custom Post Type (CPT) will have latitude and longitude coordinate as it's meta value. The latitude and longitude will be displayed as a Marker in a ...
3
votes
2answers
424 views
Custom Post Type with Input fields to seperate table on database.
At the moment I'm using a custom post type called 'locations' I would like to be able to put input fields into the custom post type that would store the information such as ( address, type, phone ...
0
votes
0answers
198 views
Geomashup image markers for different catgories [closed]
I'm trying to set a my own images instead of the markers on a category basis. I have some code that at least seems to select the correct category but I see no marker at all when I use it, so guessing ...
0
votes
1answer
202 views
Geo Mashup Maps show only specified categories
I'm using the geo Mashup plugin to display maps on my site. I've changed a pages template so it now only lists pages from certain categories instead of listing them all which has now effected my ...
1
vote
1answer
163 views
Location-Based Pages displaying results near customer
I'm creating a website where the customer will enter their postal code and the pages (with a distance selected of 5, 10, 20 miles) will display on either a Google map or Bing map. The page results ...
0
votes
1answer
492 views
Using the loop to set locations for all posts on a single google map
Firstly, hi all! I am new to worpress stackexchange.
I have been trying to build my own google map to show the location of all my posts. But I don't seem to be able to get the markers to display on ...
0
votes
1answer
93 views
Geolocate Custom Post Type on Save
I was wondering what hook i would use to geo-locate a custom post type when it is saved?
I have a Custom post type of Restaurant and I want to geolocate the address using googles api and then save it ...
1
vote
0answers
142 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
1answer
207 views
Display a post map on a blank/new page
On my single.php file I am displaying the_title(), the_content() and a link to a Google Map (Javascript v3). Lat/Lng coordinates for each location map are held in two separate meta fields attached to ...
-1
votes
2answers
316 views
Google map iframe into wordpress theme [closed]
I have embedded a Google Map iframe in my theme and I'm trying to center a Google Map location in the middle of the map. All works fine except that my location is always shown to the upper left corner ...
-1
votes
1answer
49 views
Search Results with googlemaps
I have made a custom search for houses.
The problem is that I have to show in the search results page, a "googlemaps" with the points at which there is a house, according to the search results ...
1
vote
1answer
325 views
Google Map is not working on the second tab of Tab Plugins
I am using a postTabs plugin and Comprehensive Google Map Plugin, my problem was when I have my Google map on the second tab, the map is not loading as expected. But if I move it on the 1st tab it ...
1
vote
1answer
104 views
Travel Blog Plugins
I'm using Wordpress to create a blog of my travels later on this year. I would like the blog to have the following features
my posts to be geo-located
a map containing the locations of my posts
...
0
votes
1answer
73 views
How to automatically create an index of child sites at the root url for a multisite installation?
I have a Wordpress multisite with different child sites for different geographical locations. At the root url, I want to show an index page with links to the child sites.
1. How do I automatically ...
0
votes
1answer
165 views
Google Map Integration
I want to create a Interactive google map as per http://www.rightmove.co.uk/property-for-sale/map.html?locationIdentifier=REGION%5E93932 .. I just wanna ask if I can do that using wordpress plugin, or ...
0
votes
1answer
128 views
How to grab data (titles, thumbnails and custom fields) from multiple posts to populate a new array efficiently?
I need to know the most efficient method to grab 3 pieces of data from from multiple posts:
Post title
Thumbnail
Custom Field
I am attempting to build a Google map of posts using data stored in WP ...
0
votes
1answer
241 views
How to extract specific image meta for all images?
Been hitting my head against a wall for a couple weeks... I'm working on modifying a geotagging Wordpress plugin called Thesography. I have notified the developer of my past enhancements, and they are ...
1
vote
0answers
345 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
1answer
393 views
Google Maps with categories
i'm looking for plugin that could help me make multiple markers on google maps and multiple categories.
This plugin would be great but i need better Categories manager. For example
|Restaurant
...
0
votes
1answer
299 views
PHP variables in a post?
I'm very new to PHP. On a Wordpress site, I want to use custom Google Maps with the Javascript API V3. Some posts will have maps in them, and I want to use PHP variables to determine the unique ...
0
votes
2answers
472 views
Plot location on Google map using full address specified in custom field
Is there an easy way to plot a location on a Google map using an address specified in a custom field?
For example, if a post has the following address specified;
1600 Pennsylvania Avenue, NW
...
1
vote
1answer
321 views
Google Map Latitude and Longitude values in form
I have a front end submit form and would like to include a two extra custom fields which will hold Latitude and Longitude values. I want the users to select the location on a map which will be ...
1
vote
1answer
70 views
Wordpress Google Maps
Does anyone know of a nice map plugin for Wordpress. I have a diary website in Wordpress where each diary entry has the latitiude and longitude of where each post was written. I thought it would be ...
0
votes
1answer
53 views
Javascript Function Called Too Early in PHP Script
I'm working on a Google Maps plugin.
My problem is that the function that initializes the map, csf_map_maker_js(), is getting called too early-- before the div is defined (at least that's what I ...
1
vote
0answers
239 views
Building a WP Shortcode: Loading Markers on a Google Map [closed]
I'm learning about plugins. I've built a basic Google Map plugin. But, I'm having problems putting markers on the map. I've pulled the lat long coordinates from a mySQL db. I'm following the Using ...
0
votes
2answers
223 views
Stepping through a foreach loop - adding +1 to the end of it so next time it loops it starts on item 2
I'm creating a custom Google map that plots multiple markers.
View the link as it will make it easier to explain what is happening and what I want
If you click on each marker it shows company names ...
0
votes
2answers
369 views
Google map that plot's several markers - each one with custom data
I'm looking to create a custom Google map that plots several markers on it that then shows custom data in the popup when the marker is clicked.
I've setup the pages in WP in this manner:
Map (parent ...
0
votes
2answers
400 views
Problem Building a Simple Google Maps Plugin
I'm learning how to build a google maps plugin. (I know that there are plugins that add Google Maps, but I'd like to be able to adapt the code to my needs. And it's fun to learn).
Unfortunately, I'm ...
1
vote
2answers
438 views
Google Maps and Yandex Maps doesn't work correctly
When I try to insert a map into my WordPress page, I get only a gray-colored field with some controls as shown on the picture:
No matter, how I put in into the page: by using a special plugin or ...
3
votes
1answer
1k views
Integrating Google Maps with custom marker and hover?
I want the exact output of this site. I want to edit the marker and hover options in the Google map, but I don't know how to do that. Please also list any ideas for Google Map plugins