NooTheme Premium WordPress Theme › Forums › JobMonster › Employer approval application button is not working
- This topic has 25 replies, 3 voices, and was last updated 4 years ago by nasyrah_ct.
-
AuthorPosts
-
4 years, 2 months ago #1207952
Hi, i noticed this error after i logged in as employer.
Employer cannot approve or reject any application. After click approve button, will show out a pop up to send message to candidate. But, after that the status is still pending and show "no application approve" notification.
Please help to check what is this error. Attached i screenshot the page after i click the approve button.
Attachments:
You must be logged in to view attached files.4 years, 2 months ago #1207976Dear. I think that problem maybe you not set Company for Job 'Branch Manager' Please go to edit job and check 'Company' setting (see attachment) and sure it's selected your company.
Best regards.
Attachments:
You must be logged in to view attached files.4 years, 1 month ago #1208273dear dangdv, I have the same problem. Does your answer above mean I have to edit job for each company every time to correct the company name? Isn't that a problem?
4 years, 1 month ago #1208313Dear @freeadda default if Employer add job on front-end, it will work, but if you add Job via admin, you need select 'Job Company' data. Please check your site again.
Best regards.
4 years, 1 month ago #12083224 years ago #1209245Hi,
Currently i try again to post a job from front end, but it seems not capture the company field. The employer company is not capture.
How to solve this?
4 years ago #1209261Dear, Please kindly send for me admin account and your site URL via private reply, i will check details to help you.
Best regards.
4 years ago #1209265This reply has been marked as private.4 years ago #1209279Hi @dangdv,
Can i have the solution for this?
4 years ago #1209284This reply has been marked as private.4 years ago #1209285I think as administrator role is no problem. But if set as employer role will got problem.
4 years ago #1209286This reply has been marked as private.4 years ago #1209287Dear, I check again i see a problem when post job, please kindly update Jobmonster theme on your site to latest version 4.6.6.3 and check again.
Best regards.
4 years ago #1209288I cannot update the theme because i already done so many customisation on the theme folder.
Can u sent me which file or line i should edit?
Please help. I really out of time on this project. My client is chasing me to live the site. Only left this problem
4 years ago #1209289This reply has been marked as private.4 years ago #1209290This reply has been marked as private.4 years ago #1209293This reply has been marked as private.4 years ago #1209295This reply has been marked as private.4 years ago #1209296This reply has been marked as private.4 years ago #1209310This reply has been marked as private.4 years ago #1209314With plain ftp insecure option still not login to FTP of your hosting. Now, you can fix it with your self, Please:
1. Go to file 'noo-jobmonster/framework/admin/noo_form_handler.php' and search code (see attachment change-code.png ):
$company_id = jm_get_employer_company( get_current_user_id() );
Change to :
$company_id = jm_get_employer_company( get_current_user_id() );
//Save company before if (empty($company_id) && isset($_POST['company_name']) && Noo_Member::is_employer() && ($saved_company_id = self::save_company($_POST)) ) { $company_id = $saved_company_id; }
2. Go to file 'noo-jobmonster/framework/admin/noo_form_handler.php' to search and remove code (see attachment remove-code.png)
if (isset($_POST['company_name']) && !jm_get_employer_company() && Noo_Member::is_employer()) { self::save_company($_POST); }
Best regards.
Attachments:
You must be logged in to view attached files.4 years ago #1209317This reply has been marked as private.4 years ago #1209319This reply has been marked as private.4 years ago #1209323This reply has been marked as private.4 years ago #1209324Yes, I have fixed problem on your site. Now, please check your site again.
Best regards.
-
AuthorPosts
You must be logged in and have valid license to reply to this topic.