Forum Replies Created
-
AuthorPosts
-
This reply has been marked as private.This reply has been marked as private.This reply has been marked as private.
Hello Thanks for the update... I can't see the new update as yet.
My current version 4.6.0.4
Please advise.
Thanks. I keep on waiting patiently
any news on the update yet ?
Thanks for the feedback. Can you please give me an indication on when you will release the new update.
Hi,
Did you manage to look at the below.
This reply has been marked as private.Hello, Can I please have your most urgent feedback on the above topic?
It is not working in your latest version of your jobmonster theme.
Hello Thinben,
URGENT URGENT Support.
in the latest version your company as introduced Enable Post Review Resume under the resume tab of JOBMonster. This is creating a problem as the user is not able to post his resume as the system is insisting resume review by the same person posting the resume.
Even if we use the following code supplied by yourself earlier on this chat. The Review process is not working.
function noo_can_post_resume_review($resume_id = null){
if( empty( $resume_id ) )
return false;
// Resume's author can view his/her resume
$candidate_id = get_post_field( 'post_author', $resume_id );
if( $candidate_id == get_current_user_id() ) {
return true;
}
$can_view_resume = false;
// Administrator can post review all resumes
if( 'administrator' == Noo_Member::get_user_role(get_current_user_id()) || Noo_Member::is_employer(get_current_user_id())) {
$can_view_resume = true;
}elseif( isset($_GET['application_id'] ) && !empty($_GET['application_id']) ) {
// Employers can view resumes from their applications
$job_id = get_post_field( 'post_parent', $_GET['application_id'] );
$company_id = noo_get_post_meta($job_id,'_company_id');
$employer_id = get_post_field('post_author',$company_id);
if( $employer_id == get_current_user_id() ) {
$attachement_resume_id = noo_get_post_meta( $_GET['application_id'], '_resume', '' );
$can_view_resume = $resume_id == $attachement_resume_id;
}
}
return $can_view_resume;
}
Not to worry about the above... I installed awesome icons and it started working
it actually looks like fa-facebook-square is missing
Hello, Can I please have some feedback on my last message?
This reply has been marked as private.Thanks for the support it is great and the above worked.
I had look in the plugins and can't find where to change it.
The user goes to load a resume, the plugin force you to select a package, then you do the resume and only after wards you ask for the payment. How can i collect the payment the same time when the person select his package? and not after the resume.
Thanks for the code.
I have added the code to the website and it still not working.... see attached screenshot.
I added in on the customiser screen
Attachments:
You must be logged in to view attached files.I just the company name and logo.
Hi,
Thanks for all your help.
I have looked trough all your notes...and can't find the answer.
I need to be able to hide the Company name and logo from the single job page and the map view. I have managed to do this on the list view.
Can you please confirm how I can do this ?
Can I have some CSS code for this? or some PHP Function code.
??
Thanks for the below feedback.
We really need to figure out a way to collect money from the customer on a recurring basis with out asking the customer to pay every time. What is your suggestion to do this?
Hi,
I have ran a test on google - https://developers.google.com/speed/pagespeed/insights/
and is showing very low performance - currently in the bottom category according to the tool.
Can you please advise? I have installed some caching tool and still no joy.
Thanks it worked perfectly
Thanks for your support.
I still have - 2. How do enable the employer to review the employee => that needs answering. I can do this when logged in as an administrator but what do we need to do for the employer to review the Employee ?
Can I have some feedback please?
-
AuthorPosts