how to get rid of map???

Discussion in 'ClassiCraft WordPress Theme' started by zwallman, Aug 21, 2014.

  1. zwallman

    zwallman Member

    Joined:
    Aug 17, 2014
    Messages:
    40
    Likes Received:
    0
    how do I delete map from post ad page??? I can not find this in back end nor on forum
     
  2. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    Paste following CSS in Custom CSS and save all changes.
    Code:
    .sidebar .sidebar_map{
    display:none;
    }
    Also you have to do some changes in address_map.php file as shown below in screenshot.

    That will resolve your issue.

    Thanks & Regards
    Yogesh Bhade
     

    Attached Files:

  3. socialsmash

    socialsmash New Member

    Joined:
    Sep 29, 2014
    Messages:
    21
    Likes Received:
    0
  4. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .form_row {
    display: none;
    }
    Thanks & Regards
    Yogesh Bhade
     
  5. socialsmash

    socialsmash New Member

    Joined:
    Sep 29, 2014
    Messages:
    21
    Likes Received:
    0
    Hi,

    Placing that code removed the map on the ad new ad page but it also removed the image upload options?

    Also there are still options for the map on the edit ad page Address Latitude and Address Longitude how to remove these as well?

    Thanks
     
  6. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    Please provide us your website url as well as the screenshot where you facing the problem.

    Thanks & Regards
    Yogesh Bhade
     
  7. socialsmash

    socialsmash New Member

    Joined:
    Sep 29, 2014
    Messages:
    21
    Likes Received:
    0
    Hi,

    Please see screenshots below...

    Here you can see I have set the custom css in the backend to remove the sidebar map and as you advised to remove the map from the add New Ad page.

    [​IMG]

    Here you'll see it did infact remove the map from the add New Ad page... but it also removed the Upload Images options just below the Asking Price field ?

    [​IMG]

    Here you'll see when signed in as a user and going to Edit an Ad it has removed once again the options to Upload Images and now shows Map Latitude and Longitude ?

    [​IMG]

    What I am trying to accomplish here is...

    1. Remove the Map from the add New Ad page.
    2. Remove the Map from the Edit Ad page.
    3. Remove the Latitude and Longitude options from the Edit Ad page.

    If this requires any type of editing the theme how can I do so without making changes to the core theme? I am using the child theme provided by you guys and would need step by step details of making the changes without editing the core files.

    If you need the url info to our site how can I provide to You and only You in private? We would like to keep the url to our website private for now.

    Thanks
     
  8. Krish

    Krish Support Staff

    Joined:
    Oct 22, 2012
    Messages:
    210
    Likes Received:
    1
    Location:
    India
    We have got your concern, please send us your WordPress dashboard admin login details at[email protected]. so that, we can have a look over the issues in detail and will try to resolve them.

    Your website Login link:
    WordPress username:
    WordPress password:

    Note: Once your issue get resolved, you can change your password.

    Thanks & Regards
    InkThemes.com
     

Share This Page