Remove Google Map from Ad New Template

Discussion in 'ClassiCraft WordPress Theme' started by ddownmoty, Jun 4, 2013.

  1. ddownmoty

    ddownmoty New Member

    Joined:
    May 20, 2013
    Messages:
    9
    Likes Received:
    0
    Hello,

    I would like to remove the Google Map from the "Ad New" template. I have deactivated all of the fields in the Custom Field section (Street, City, State, etc...) but the actual map still appears. Can you assist.

    website is bibzaar.com

    Screen Shots are here:
    [​IMG]

    [​IMG]
     
  2. Gourav

    Gourav Support Staff

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

    Go to library > view > forms > step1.php present in your theme directory and remove the code given below

    Code:
     <div class="form_row">
                        <div class="label">
    <!--                        <label for="<?php echo $var_name; ?>"><?php echo $title . $is_required; ?></label>-->
                        </div>
                        <div class="row">
                            <input id="<?php echo $var_name; ?>" type="hidden" name="<?php echo $var_name; ?>" value=""/>                   
                            <?php include_once(LIBRARYPATH . "map/address_map.php"); ?>
                            <br/>
                            <span class="description"><?php echo stripslashes($des); ?></span>
                        </div>
                    </div>

    Sending image for reference

    [​IMG]

    This will solve your issue.
     

Share This Page