NooTheme Premium WordPress Theme › Forums › JobMonster › Add 'search resume' button to Resume Suggest in company profile page
- This topic has 8 replies, 3 voices, and was last updated 5 years, 6 months ago by Jackie.
-
AuthorPosts
-
5 years, 6 months ago #1073717
AnonymousInactiveTopics: 16
Posts: 58Hi,
Add 'search resume' button to Resume Suggest in company profile page similar to the 'post job' button in the jobs tab. See screenshots attached.
Thanks,
Karen
5 years, 6 months ago #1073743Hi again.
Are you talking about the filter option for resume suggest? Sorry, we can't help you do these options. It has different content.
Thanks.
5 years, 6 months ago #1073762
AnonymousInactiveTopics: 16
Posts: 58Hi,
Apologies, I wrote that incorrectly.
I would like to update the candidate profile to have a 'Search Jobs' button at the bottom of their profile (like the company profiles do for 'post job'. Is that possible?
See correct screenshot
5 years, 6 months ago #1073789Hi again.
The post-job button will display on the jobs management of company profile on the first time when you don't have any job.
It has the same with the candidate - resume management, it also displays the post resume on the first time when you don't have any resume.
Please check it again.
Thanks.
Attachments:
You must be logged in to view attached files.5 years, 6 months ago #1073856
AnonymousInactiveTopics: 16
Posts: 58Ahh i see, thanks for the clarification.
1. For companies;
Would it be possible to keep the 'Post Job' button under the company profile (even if it is not their first time logged in?)2. For Candidates
Would it be possible to add, 'search jobs' to bottom of their profile after the first login time? If not, would it be possible to change button to 'Post Jobs' (regardless of whether it is the first time visiting the profile page or 20th)?
5 years, 6 months ago #1073885
AnonymousInactiveTopics: 0
Posts: 3295This reply has been marked as private.5 years, 6 months ago #1073988
AnonymousInactiveTopics: 16
Posts: 58Just a follow-up here, is it possible to have the buttons stay for all visits (not just the first one)? Or is there any other suggestion you would recommend?
Thanks,
Karen
5 years, 6 months ago #1073989
AnonymousInactiveTopics: 16
Posts: 58One note here:
The goal is to provide a next place for companies and candidates to go to so they are not stuck on the profile page.
5 years, 6 months ago #1074032Hi Krujobs.
If you want to show the post job button at the bottom of job management and post a resume button at the bottom of resume management. You need to change the source code at file
/wp-content/themes/noo-jobmonster/layouts/dashboard/manage-job.php
<a href="<?php echo Noo_Member::get_post_job_url(); ?>" class="btn btn-primary"><?php _e('Post Job', 'noo') ?></a>
and /wp-content/themes/noo-jobmonster/layouts/dashboard/manage-resume.php
<a href="<?php echo Noo_Member::get_post_resume_url(); ?>" class="btn btn-primary"><?php _e('Post Resume', 'noo') ?></a>
Please check it again.
Thanks.
-
AuthorPosts
You must be logged in and have valid license to reply to this topic.