getting rid of google map

Discussion in 'RoadFighter WordPress Theme' started by apache39, Jul 15, 2013.

Thread Status:
Not open for further replies.
  1. apache39

    apache39 New Member

    Joined:
    Jul 10, 2013
    Messages:
    12
    Likes Received:
    0
    Location:
    UK
    how do i disable the google map, i don't want it on a contact page
     
  2. elames3

    elames3 Member

    Joined:
    Jan 16, 2012
    Messages:
    89
    Likes Received:
    0
    This was just answered in a previous thread:
    .contact-map {
    display: none;
    }
     
  3. apache39

    apache39 New Member

    Joined:
    Jul 10, 2013
    Messages:
    12
    Likes Received:
    0
    Location:
    UK
    done that but it has left Location map at the bottom of page
     
  4. elames3

    elames3 Member

    Joined:
    Jan 16, 2012
    Messages:
    89
    Likes Received:
    0
    Oh I see what you mean...it has left the text "LOCATION MAP"
    I looked at it in Firebug, but I don't see a way to remove it. Support guys will have to answer this. Sorry.
     
  5. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Go to template-contact.php present in your theme directory and remove the code given below

    Code:
    <h1>Location Map</h1>
    Sending image for reference

    2013-07-15_1817.png

    This will solve your issue.
     
  6. apache39

    apache39 New Member

    Joined:
    Jul 10, 2013
    Messages:
    12
    Likes Received:
    0
    Location:
    UK
    That worked perfectly
     
Thread Status:
Not open for further replies.

Share This Page