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:
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 This will solve your issue.