Get Directions

This topic contains 6 replies, has 2 voices, and was last updated by  Rei 9 years, 9 months ago.

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

Open Support Ticket
  • Author
    Posts
  • #42179

    Rei
    Buyer
    Post count: 28

    I can see the get direction thing on the tab for maps.
    Is there a way to put that get direction feature on the sidebar or maybe the gdmap homepage widget?

    That would be really helpful, considering the get direction is on the map tab, user won’t know there is such a feature.. just making it a bit accessible and easier for my users.

    #42191

    Simone
    Expired Member
    Post count: 3515

    Hello, you can use the following code to display the get directions in the sidebar

    
    
    add_action('geodir_after_social_sharing_buttons' , 'buttonmap', 10);
    function buttonmap(){
    global $post, $wp_query, $preview, $geodirectory;
    $postid = $wp_query->post->ID;
    $address= geodir_get_post_meta($postid,'post_address',true); //address
    $e_add = str_replace(' ', '+', $address); // + in space eg road+street+23
    
    $lat= geodir_get_post_meta($postid,'post_latitude',true); //lat
    $lon= geodir_get_post_meta($postid,'post_longitude',true); //lon
    //echo $e_add.$lat.$lon;
    
    echo "Get Directions";
    }
    

    this will go after the sharing buttons on the right, put the code in the functions.php inside your child theme’s folder

    #42343

    Rei
    Buyer
    Post count: 28
    This reply has been marked as private.
    #42379

    Simone
    Expired Member
    Post count: 3515

    disregard the first block of code, this will work

    
    
    add_action('geodir_after_social_sharing_buttons' , 'buttonmap', 10);
    function buttonmap(){
    global $post, $wp_query, $preview, $geodirectory;
    $postid = $wp_query->post->ID;
    $address= geodir_get_post_meta($postid,'post_address',true); //address
    $e_add = str_replace(' ', '+', $address); // + in space eg road+street+23
    
    $lat= geodir_get_post_meta($postid,'post_latitude',true); //lat
    $lon= geodir_get_post_meta($postid,'post_longitude',true); //lon
    //echo $e_add.$lat.$lon;
    
    echo "<a href="http://maps.google.com/maps?z=12&t=m&q=loc:".$lat."+".$lon."" target="_blank"> Mostra en Google Maps</a>";
    } 
    
    #42392

    Rei
    Buyer
    Post count: 28

    Nice.. I like that it goes straight to google map. It works btw.

    Does it only appear below the sharing button though? Can it be on below the gdmap on the sidebar?

    #42395

    Simone
    Expired Member
    Post count: 3515

    try replacing

    
    
    geodir_after_social_sharing_buttons
    

    with

    
    
    geodir_after_detail_page_more_info
    
    #42399

    Rei
    Buyer
    Post count: 28

    Works great. Thanks a lot. Solved.

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

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

Open Support Ticket
20% Discount Offer
Hurry! Get your 20% discount before it expires. Get 20% Discount