NooTheme Premium WordPress Theme › Forums › JobMonster › Company Logo on Jobs Page
- This topic has 211 replies, 7 voices, and was last updated 4 years, 8 months ago by tinhbeng.
-
AuthorPosts
-
5 years, 2 months ago #1079490This reply has been marked as private.5 years, 2 months ago #1079494
AnonymousInactiveTopics: 0
Posts: 87Hi again,
Thanks for your feedback.
Please go to :{root}\wp-content\themes\noo- jobmonster\layouts\dashboard\manage-application.php in line 38.
Input the text that you want to change and save it.
However, when you update the theme, it will be lost
Best Regards,
NooTheme
5 years, 2 months ago #1079497This reply has been marked as private.5 years, 2 months ago #1079546Hi,
You can go to \wp-content\themes\noo-jobmonster\single-noo_resume.php and custom it.
You should the child theme or try with Loco Translate plugin to re-translate for text.
If you update in the parent theme, it will take when you update the new version.
Best regards,
tb.
5 years, 2 months ago #1079561This reply has been marked as private.5 years, 2 months ago #1079586Hi,
As I mentioned above: You go to the single-noo_resume.php and custom it.
You can edit text or remove
<script>
code or remove all areas that I have circled in red.Best regards,
tb.
5 years, 2 months ago #1079618This reply has been marked as private.5 years, 2 months ago #1079659Hi,
I think the font library is not loaded.
Can you create me 1 account to check this problem?
Best regards,
tb.
5 years, 2 months ago #1079663This reply has been marked as private.5 years, 1 month ago #1079729Hi,
I updated library, please reload your site and check again.
Best regards,
tb.
5 years, 1 month ago #1079806This reply has been marked as private.5 years, 1 month ago #1079930This reply has been marked as private.5 years, 1 month ago #1080104Hi,
You can use the Child theme and custom the manage-shortlist.php file.
(/wp-content/themes/noo-jobmonster/layouts/dashboard/)
Best regards,
tb.
5 years, 1 month ago #1080515This reply has been marked as private.5 years, 1 month ago #1080519
AnonymousInactiveTopics: 0
Posts: 87Hi again,
Thanks for contacting us.
You go to Customize > Custom Code > Custom CSS
You can add these lines to Custom CSS:
.jm-status-text-pending, .jm-status-text-pending_payment, .jm-status-text-PendingApproval {
color: #80ff00; ( You can change #80ff00 -> your color)
}
Best Regards,
NooTheme
5 years, 1 month ago #1080524This reply has been marked as private.5 years, 1 month ago #1080535Hi,
You go to the manage-job_applied.php (/themes/noo-jobmonster/layouts/dashboard/) and edit the text above.
Best regards,
tb.
5 years, 1 month ago #1080548This reply has been marked as private.5 years, 1 month ago #1080561Hi,
- Manage Follow: You go to the heading.php file (/noo-jobmonster/layouts/)
You should use the Child theme for this updating, because it will be lost when you update Jobmonster.
- Unfollow: You add this function to the functions.php of Child Theme. Later you can change the text that you want.
function noo_follow_status( $company_id, $user_id ) {
if ( empty( $user_id ) || empty( $company_id ) ) {
return esc_html__( 'Follow', 'noo' );
}
$list_company_follow = get_user_meta( $user_id, 'list_company_follow', true );
if ( empty( $list_company_follow ) || ! is_array( $list_company_follow ) ) {
$list_company_follow = array();
}
if ( in_array( $company_id, $list_company_follow ) ) {
return esc_html__( 'UnFollow', 'noo' );
}
return esc_html__( 'Follow', 'noo' );
}
Best regards,
tb.
5 years, 1 month ago #1080641This reply has been marked as private.5 years, 1 month ago #1080666
AnonymousInactiveTopics: 0
Posts: 155Hi,
You can edit 'No Job' in jobmonster/layouts/company/company-loop.php. Find ' No Job' and edit it to 'No Jobs'.
To change the briefcase symbol, you can use https://fontawesome.com/v4.7.0/icons/ and change "class="fa fa-briefcase""to what you want in the file company-loop.php.
Thanks.
5 years ago #1080745This reply has been marked as private.5 years ago #1080755Hi,
We currently use Fontawesome
.job-desc ul li.total-job:before, .more-jobs ul li.total-job:before, .job-custom-fields ul li.total-job:before, .company-custom-fields ul li.total-job:before {
content: "\f0b1"; // you can replace \f0b1
}
5 years ago #1080790This reply has been marked as private.5 years ago #1080885
AnonymousInactiveTopics: 0
Posts: 87Hi again,
You should change it as follows:
.job-desc ul li.total-job:before, .more-jobs ul li.total-job:before, .job-custom-fields ul li.total-job:before, .company-custom-fields ul li.total-job:before {
content: "\f002" ;
}
Please check it, then feedback us soon.
Best Regards,
CT
-
AuthorPosts
You must be logged in and have valid license to reply to this topic.