How do I remove address info from new ad page?

Discussion in 'ClassiCraft WordPress Theme' started by killista, Feb 28, 2014.

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

    killista Guest

    Joined:
    Feb 26, 2014
    Messages:
    9
    Likes Received:
    0
    On the second page when you submit a new ad, it asks for the price (which you can leave blank) and their address...how do I remove the address? Or better, just remove this page altogether?
     
  2. Gourav

    Gourav Support Staff

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

    Go to Settings > Custom Fields and click the edit option of desired field and set it "No" in Active option.

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

    Code:
     <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> 
    2014-03-01_1750.png



    This will solve your issue.


    Thanks & Regards
    Gourav Shrivastava
     
  3. killista

    killista Guest

    Joined:
    Feb 26, 2014
    Messages:
    9
    Likes Received:
    0
    That worked! Thx!
     
Thread Status:
Not open for further replies.

Share This Page