dan1

Forum Replies Created

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • in reply to: Mashup Template PHP Syntax #13322
    dan1
    Participant

      No offense intended.

      in reply to: Mashup Template PHP Syntax #13321
      dan1
      Participant

        Chris – 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.

        in reply to: Geocoding Address Line 1 , Address Line 2 Not Appearing #13297
        dan1
        Participant

          I 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.

          in reply to: Geocoding Address Line 1 , Address Line 2 Not Appearing #13292
          dan1
          Participant

            The link I copy & pasted from maps.google.com is not correct. A comma between the Highway and Route seems to fix it.

            in reply to: Geocoding Address Line 1 , Address Line 2 Not Appearing #13291
            dan1
            Participant

              Thanks 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 19701

              Yes, 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">
              

              Here is the live site link

              Thanks for the help.

            Viewing 5 posts - 1 through 5 (of 5 total)