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.
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 This will solve your issue.
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.
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.
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.
Hello, Follow the link given below http://www.inkthemes.com/how-to-edit-internal-files-through-ftp/07/ I hope it will help's you.