Forum Replies Created
-
AuthorPosts
-
This reply has been marked as private.
Dear @Pauleee I check your site and I see the problem on your site because you use 3 time range: 0,1,2,3,4,5,6,7,8,9 and 13,14,15 and 22,23 (see attachment) .The hide_time_range setting only support 1 range
To fix your problem, you can change to use combine max_time, min_time and hide_time_range setting in shortcode, eg:
min_time="8:00:00" max_time="22:00:00" hide_time_range="13,14,15"
@skruff8000 Please kindly create new topic with your problem. then send for me your problem URL. I will check to help you.Best regards.
Attachments:
You must be logged in to view attached files.This reply has been marked as private.This reply has been marked as private.This reply has been marked as private.Dear, If you want change page to use transparent header. Please go to edit page and change page setting header style to transparent (see attachment)
best regards.
Attachments:
You must be logged in to view attached files.If you want allow all Candidate can set feature resume. Please install and switch your site to use Jobmonster Child Theme. Then add custom PHP code to file functions.php of Jobmonster Child Theme.
function jm_can_set_feature_resume($user_id = null){ return true; }
best regards.
Dear, Please kindly try install again.
Best regards.
Dear, the Employer dashboard always show Job manage tab in first visit. If you want change it to 'viewed-resume' tab. Please install and switch your site to use Jobmonster Child theme. Then add custom PHP code in file functions.php of Jobmonster Child theme.
add_filter('noo-member-employer-shortcode', function($html){ if(empty($html)){ wp_safe_redirect( Noo_Member::get_endpoint_url('viewed-resume') ); exit; } return $html; });
Also, the Jobmonster theme not support you to create custom Candidate type.
Best regards.
Dear, You will set Resume featured in resume list in Member dashboard and you will can't remove featured resume.
Best regards.
Dear, You can use Custom field to add 'Note' for resume and in Custom view permision, You can set for only 'Employer'
This reply has been marked as private.Sorry. in current version the Jobmonster not support any hook action to help you do it. We're will check and add Hook to help you do it in next update version.
Best regards,
This reply has been marked as private.This reply has been marked as private.Dear, Please kindly send for me admin account and your problem URL via private reply, I will check details to help you.
Best regards.
Dear, You can change text 'Enter job title' via translate Jobmonster Addon plugin
Also. if you want change search input height, please add custom CSS code on your site, eg change height to 50px
.noo-job-search-elementor-widget .job-advanced-search-form #search-keyword, .noo-job-search-elementor-widget .job-advanced-search-form .btn-search-submit{ height: 50px; }
best regards.
This reply has been marked as private.This reply has been marked as private.Dear, Please kindly clearly: The Palazzo is WordPress theme. It will use features of WordPress. Because the WordPress support Media manage - where you can upload the image use on your site.
With your problem, you need load image from xml file and save to Media manage of your site, then you will use image ID for 'property_photo'. Sorry, the Palazzo not support load image from other source.
Best regards.
Dear. You can use 'View Permission' of field to do it. Please see attachment.
Attachments:
You must be logged in to view attached files.Dear, I check your site and i see your site not use Palazzo theme. pelase check again.
Also, if your site give 404 error after import data. Please go to admin menu 'Settings -> Permalinks' and click save to update permalinks on your site.
Best regards,
Dear, Please kindly clearly: the property image in demo data use placeholder image. After import demo, you need edit each property or create new property to upload and change to use your image. You can't change it ?
Dear, with your problem, I think you can create custom field for Employer add note when create Resume. If you want do it. please go to admin menu 'Jobmonster -> Custom field -> Resume' and add custom field for resume.
Best regards.
This reply has been marked as private. -
AuthorPosts