Remove 'Select All'

Discussion in 'GeoCraft WordPress Theme' started by spoonboy90, Jun 20, 2013.

  1. spoonboy90

    spoonboy90 Active Member

    Joined:
    Dec 20, 2012
    Messages:
    289
    Likes Received:
    28
    Location:
    Stoke-on-Trent, Staffordshire. UK
    Is it possible to remove the 'Select All' check box from the Category selection of the listing submission page?
     
  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>
    Sending image for reference
     

    Attached Files:

  3. spoonboy90

    spoonboy90 Active Member

    Joined:
    Dec 20, 2012
    Messages:
    289
    Likes Received:
    28
    Location:
    Stoke-on-Trent, Staffordshire. UK
    Spot on thanks Gourav
     
  4. spoonboy90

    spoonboy90 Active Member

    Joined:
    Dec 20, 2012
    Messages:
    289
    Likes Received:
    28
    Location:
    Stoke-on-Trent, Staffordshire. UK
    Where would I find the same code for the Edit Listing Page?
     
  5. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

    For this
    Go to the
    geocrafttheme\library\controls\dashboard\dashboard_functions.php
    and remove code as shown in the image attached. selectall-edit_list.png
     

Share This Page