Hide Select All Option

Discussion in 'GeoCraft WordPress Theme' started by klsy3, Nov 9, 2013.

  1. klsy3

    klsy3 New Member

    Joined:
    Nov 5, 2013
    Messages:
    21
    Likes Received:
    0
    Hi,
    Is there an easier way to hide the "Select All" option on the categories in the Add New Listing page? Do you have anything that i could just paste it in the custome CSS field?

    Thanks in advance.
     
  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

    2013-11-09_1554.png



    This will solve your issue.
     
    tobyb likes this.
  3. klsy3

    klsy3 New Member

    Joined:
    Nov 5, 2013
    Messages:
    21
    Likes Received:
    0
    Hi Gourav,

    Thanks for your reply. Please pardon as i am very new in these IT field, the library that you mentioned, where can i find it? Is it in the zip file of Geocraft that i donwloaded when i purchase this theme?
    If yes, how do i edit it? I actually found it but it says "view" and i couldn't do any editing. Can you show me how to access the file and put it into editing format?

    Thanks in advance. :)
     
  4. Gourav

    Gourav Support Staff

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


    Hello,

    You will not get theme directory in your dashboard.
    You can edit listing_submit_form.php file through FTP.
    Open your Theme directory (through FTP) >library > front_end
    Download listing_submit_form.php file from there, Edit it, Then again upload it.
     
  5. klsy3

    klsy3 New Member

    Joined:
    Nov 5, 2013
    Messages:
    21
    Likes Received:
    0
    Hi,
    How do i open Open Theme directory (through FTP) file? Can you explain in more details? Sorry, I am really "green" in these IT thing.
    Thanks.
     
  6. Gourav

    Gourav Support Staff

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

Share This Page