select all option how to remove that

Discussion in 'GeoCraft WordPress Theme' started by srigopal_hyd, Jan 5, 2014.

  1. srigopal_hyd

    srigopal_hyd Guest

    Joined:
    Nov 28, 2013
    Messages:
    22
    Likes Received:
    0
    select all option how to remove that

    When ever someone add business in category they are getting select all and one by one.. nstead of thy adding to the respective section they are using select all...

    how to remove select all
     
  2. Gourav

    Gourav Support Staff

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

    Go to library > front_end > listing_submit_form.php present in your theme directory and remove the code given below

    Code:
    <li><label><input type="checkbox" name="selectall" id="selectall" class="checkbox" onclick="displaychk_frm();" /></label><?php echo SLT_ALL; ?></li>
    [​IMG]



    This will solve your issue.



    Thanks & Regards
    Gourav Shrivastava
     
    tobyb likes this.

Share This Page