Html Custom field – embed a google map route

This topic contains 36 replies, has 4 voices, and was last updated by  Paolo 6 years, 10 months ago.

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

Open Support Ticket
  • Author
    Posts
  • #385331

    S
    Expired Member
    Post count: 62

    ok, thank you. It did not work though. I think the “Get Directions” button does not work on the preview page.

    #385866

    S
    Expired Member
    Post count: 62

    How can I show only the route on the map and not the direction instruction below the map in the map tab?

    #385920

    Paolo
    Site Admin
    Post count: 31206

    Hi,

    this css should do it:

    
    
    #detail_page_map_canvas_directionsPanel {
        display: none;
    }

    Let us know,

    Thanks

    #386044

    S
    Expired Member
    Post count: 62

    Thanks. It worked. If I only want this function in a custom post type called “Plan”, do I use the following css instead?

    .single-gd_plan #detail_page_map_canvas_directionsPanel {
    display: none;
    }

    #386045

    Paolo
    Site Admin
    Post count: 31206

    Yes that is correct 🙂

    #386056

    S
    Expired Member
    Post count: 62

    Thank you!

    #386058

    Paolo
    Site Admin
    Post count: 31206

    You are welcome 🙂

Viewing 7 posts - 31 through 37 (of 37 total)

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

Open Support Ticket