COMPLETE: Marker Google Map on Single Page

Easy Property Listings WordPress Real Estate Plugin Forums Feature Requests COMPLETE: Marker Google Map on Single Page

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

These forums are closed to new replies / tickets. Please open a support ticket from our new Support page.

  • Author
    Posts
  • #5199
    taekiki
    Spectator

    Hi, please help me.
    I want my single page to show marker on google map address .
    Can you teach me how to add marker on google map?
    Thank you.

    #5201
    taekiki
    Spectator

    I fixed this

    I added

    $property_address_coordinates = get_post_meta(get_the_ID(), ‘property_address_coordinates’, true);
    if(!empty($property_address_coordinates)) {
    $address .= $property_address_coordinates;
    }

    in hook-property-map.php

    Thank you for plugin

    #5908
    Merv Barrett
    Keymaster

    No problem, we’ve patched the core for address in 2.1

    Moving this to the feature request section

These forums are closed to new replies / tickets. Please open a support ticket from our new Support page.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘COMPLETE: Marker Google Map on Single Page’ is closed to new replies.