Forum Replies Created
-
AuthorPosts
-
Dear, Please kindly send for me admin account and your problem URL via private reply, i will check details to help you.
Best regards.
4 years, 10 months ago in reply to: Employer Dashboard Shows Blog Posts and Not Job with Menu Items #1208039Dear, I check again, i see if you want add fields for Apply job form, please go to admin menu 'Jobmonster-> Custom fields' and add fields for 'Application'
Best regards.
4 years, 10 months ago in reply to: Employer Dashboard Shows Blog Posts and Not Job with Menu Items #1208036Dear.
2. The Shortlist button will show on resumes list like attachment.3. Mean, You want add custom fields for Apply Job form ? Please kindly give for me what is form you want add ? i will check to help you.
Best regards.
Dear, Please go to admin menu 'Jobmonster -> Quick Setup' and add 'Purchase Code' then go to admin menu 'Themes' you will see like attachment.
If it not work, please rename or delete Jobmonster theme old version on your site, then download Jobmonster theme form ThemeForest and install on your site again.
This reply has been marked as private.4 years, 10 months ago in reply to: Possible to set distance value over 100 kilometers in distance filter? #1208031Sorry, In current version Jobmonster not support custom default value of distance slider, We're will add it in next update version.
Best regards.
Dear, Please kindly send for me admin account and your site URL via private reply, i will check details to help you.
Best regards.
Dear,
1. If you want hide post meta, please go to 'Customizing -> Blog -> Post List' and un-check 'Show Post Meta'2. If you want hide post image on blog page, please install and switch your site to use Jobmonster Child Theme then add custom code in file functions.php of Jobmonster Child theme.
add_filter('noo_has_featured_content', function($value, $post_id, $post_format, $post_type){ if(is_home() || is_post_type_archive('post') || is_tax( get_object_taxonomies( 'post' ) )){ return false; } return $value; },10,4);
3. Sorry, the Blog is post archive page, it will display list post on your site and Jobmonster not support to custom it.
Best regards.
Dear, please add custom CSS code on your site to fix that problem.
a{ color: #b652c4; }
Best regards.
4 years, 10 months ago in reply to: I cannot activate e-mail registration while signing up or signing in #1208026Dear, That problem because your site use demo data of theme, please download this image then upload on your site then change to background of section in attachment.
Best regards.
Dear, I don't understand your question because you ask Company Logo and Company title but use screenshot of Post Job Form, your mean is Job Description and Job Cover image?
Dear,
1. Logo Size: I check your site and i see you use logo size 120px in Customizer and i see it's working on your site (see attachment) please check again.2. Script in debugbar: That only notice when you not use Google Map on page, it not affect to your site.
3. Error 502: That problem on your hosting, please check error log on your hosting or contact with hosting manager to help you.
Best regards.
Dear.
1. The WordPress not support save date of user register to database if you want order new user, you can order by ID, Please install and switch your site to use Jobmonster Child Theme, then add custom code in file functions.php of Jobmonster Child Theme to add column ID in admin users list table.add_filter('manage_users_columns', function($columns){ unset($columns['cb']); return array( 'cb'=> '<input type="checkbox" />', 'user_id' => 'ID' ) + $columns; }); add_action('manage_users_custom_column', function($value, $column_name, $user_id){ $user = get_userdata( $user_id ); if ( 'user_id' == $column_name ){ return $user_id; } return $value; }, 10, 3); add_filter( 'manage_users_sortable_columns', function($columns){ $columns['user_id'] = 'ID'; return $columns; });
Also, Please read this article to display user last login.
2. Because it concerns the design, so we're add notice 'Recommend size: 160x160px' in Company logo field, the Employer require add logo with size 160x160, if remove it will break design.
3. The Jobmonster not support change default image heading in Customizer but you can change it via use custom code, please add custom code in file functions.php of your theme and change 'default_image_url' in custom code to your image url.
add_filter('get_page_heading_image', function( $image, $image_id){ if(empty($image_id)){ return 'default_image_url'; } return $image; },10,2);
Best regards.
Dear,
1. Counter Icon Color: Please delete Jobmonster Elementor Addon plugin old version on your site then go to admin menu 'Appearance -> Install Plugins' and install Jobmonster Elementor Addon plugin to get latest version 1.0.7 . Custom Color for icon in Counter widget is support in latest version.2. Jobs Maps layouts: You don't read my reply ? Please read my reply and add custom code on your site.
Best regards.
Dear, please kindly give me more details your problem, i will check to help you.
Best regards.
I would love to help you but I do not see it when visit your site, Please follow steps:
1. Check with other browser.
2. Deactivate each plugin on your site to check it in what plugin
3. If it not on your site code, please contact with hosting support to help you check what it isbest regards.
Dear, i can't see your video. please check again.
Yes, if you 'Approval' via Admin panel, i will show.
On front-end, that property will change status when agent payBest regards.
Update theme not lose your site data, but for safe, please backup your site database and code before update.
Best regards.
Sorry, the Jobmonster not support add date of birth field on Registration fields, you can go to 'Jobmonster -> Custom fields' add custom fields as date of birth field for Employer(Company) or Candidate fields.
Best regards.
Dear, i think that problem because your site still use Jobmonster old version, i check Jobmonster latest version 4.6.6.1 on my localhost, i see it still working, please kindly update Jobmonster on your site to latest version and check agian.
Best regards.
Dear. 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.
4 years, 10 months ago in reply to: Possible to set distance value over 100 kilometers in distance filter? #1207974Dear, Please go to admin menu 'Themes' you will see like attachment, if it not work, please rename or delete Jobmonster theme old version on your site, then download Jobmonster theme form ThemeForest and install on your site again.
Best regards.
Go to admin menu 'Themes' you will see like attachment, if it not work, please rename or delete Jobmonster theme old version on your site, then download Jobmonster theme form ThemeForest and install on your site again.
Best regards.
-
AuthorPosts