Map errors and others

This topic contains 17 replies, has 4 voices, and was last updated by  Guust 8 years, 8 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #56421

    wakeatlas
    Expired Member
    Post count: 190

    Thanks that worked great but now there’s an extra space between the address and the city, state. I came up with an idea to hide the address like I did the phone number and just add it manually, that way it’ll all at least be together and I can edit the line height with css. I got the address to hide after searching the forums for a bit of code but now I can’t seem to call it? This is what I tried with a few variations..

    add_filter(‘geodir_infowindow_meta_after’,’balloon_extra’ );
    function balloon_extra() {
    global $post;

    echo $post->geodir_address;
    echo $post->post_city;
    echo “, “.$post->post_region;
    echo “<br>”.$post->post_country;
    echo “<br>”.$post->geodir_contact;
    }

    ?>

    Thanks for any help!

    #56433

    wakeatlas
    Expired Member
    Post count: 190
    This reply has been marked as private.
    #56514

    Guust
    Moderator
    Post count: 29970

    And thanks for letting us know you fixed it.

Viewing 3 posts - 16 through 18 (of 18 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket