How do I turn off google map in a listing?

Discussion in 'ClassiCraft WordPress Theme' started by leadology, May 21, 2013.

  1. leadology

    leadology Member

    Joined:
    Dec 28, 2011
    Messages:
    100
    Likes Received:
    2
    I want the option to display or not display google map in a listing. Is this possible? Thank you:)
     
  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

    It is possible to display or not to display map for all free listing and all pro listings through
    Dashboard > settings > custom field.
    But it is not possible to switch map on/off for particular listing.
     
  3. phils

    phils New Member

    Joined:
    May 8, 2013
    Messages:
    22
    Likes Received:
    0
    I will also like to turn the map off on my site since it is not working. pls help Thanks
     
  4. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    .sidebar .sidebar_map {
    display: none!important;}

    It will work.
     

Share This Page