Forum Replies Created
-
AuthorPosts
-
dan1
ParticipantNo offense intended.
dan1
ParticipantChris – Thanks again.
That’s 2 days in row you’ve answered my threads and solved my problems.
Now that I see the potential of your plugin, I look forward to using it on my live sites.
On a side note. You should upload a picture of yourself or your logo or something, instead of using the blank avatar on your own site.
September 6, 2013 at 7:12 am in reply to: Geocoding Address Line 1 , Address Line 2 Not Appearing #13297dan1
ParticipantI see…
Google seems to have a tough time with routes, highways, and other “non-standard” addresses. I suppose that’s why using lat & lng is best and more accurate.
Thanks again for looking at.
September 5, 2013 at 1:48 pm in reply to: Geocoding Address Line 1 , Address Line 2 Not Appearing #13292dan1
ParticipantThe link I copy & pasted from maps.google.com is not correct. A comma between the Highway and Route seems to fix it.
September 5, 2013 at 1:35 pm in reply to: Geocoding Address Line 1 , Address Line 2 Not Appearing #13291dan1
ParticipantThanks Chris & bitchin plugin, just what I was looking for.
The problem address is this. But I have a lot of other addresses that use a similar layout:
620 Pulaski Highway
Route 40
Bear, Delaware 19701Yes, maps.google.com accepts it – Here
On my live site the address works using an older version of google maps. Also by concatenating the address with a comma.
ID, $prefix . 'ad1', true)) . '+' .urlencode(get_post_meta($post->ID, $prefix . 'ad2', true)) . '+' .urlencode(get_post_meta($post->ID, $prefix . 'city', true)) . '+' .urlencode(get_post_meta($post->ID, $prefix . 'state', true)) . '+' .urlencode(get_post_meta($post->ID, $prefix . 'zip', true));?>" target="_blank">
Thanks for the help.
-
AuthorPosts