Forum Replies Created
-
AuthorPosts
-
Dear, the default Jobmonster not support display view count on admin panel. If you want display it on admin Job list, Please install and switch your site to use Jobmonster Child Theme. Then add custom PHP code to file functions.php of Jobmonster Child Theme.
add_filter( 'manage_edit-noo_job_columns', function($columns){ $columns['view_count'] = __('View Count','noo'); return $columns; },100); add_filter('manage_noo_job_posts_custom_column', function($column){ global $post; if($column === 'view_count'){ echo noo_get_post_views($post->ID); } }); add_filter('manage_edit-noo_job_sortable_columns', function($columns){ $columns['view_count'] = 'view_count'; return $columns; }); add_action( 'pre_get_posts',function($query){ if(!is_admin()){ return; } $orderby = $query->get( 'orderby'); if( 'view_count' === $orderby ) { $query->set('meta_key','_noo_views_count'); $query->set('orderby','meta_value_num'); } });
Best regards.
Dear, I have check and help you to re-order Job Package featured list. Please check again.
Best regards.
Dear.
2,3. I don't understand your questions, please kindly give me more details your questions. I will check to help you.4. I can't login to admin your site with account your send to check job data. Please kindly check again.
5. If you want disable 'The same as company address' when post job. Please add custom PHP code in file functions.php of your theme.
add_filter('noo_allow_job_use_company_address', '__return_false');
6. Sorry, the Jobmonster not support setting description for Custom Fields.
Best regards.
Dear, Please kindly send for me admin account your site via private reply, I need check details shortcode setting on your site to help you.
Best regards.
This reply has been marked as private.Dear, Please clearly: the Profile Image required mean the Candidate will can't save/update profile page if the Profile Image is empty. And that required not control on page post reume.
Best regards.
Dear, It still conflict with other plugin on your site 'Ivory Search plugin' Please check again.
Best regards.
Dear, That problem because you not allow 'Administrator' role to use in Font End PM in setting 'Security' Please check Front End PM settings again.
Best regards.
Dear, The Google Jobposting 'jobLocation' of Jobica use data 'Full Address' of Job. But i check job https://gigsharks.com/jobs/landing-host-cleaner/ and i not see you display 'Full Address' Please check again.
Best regards.
This reply has been marked as private.Dear, You sure it's saved ? because i check get post meta 'apply_job' of Job https://fortunejobs.net/jobs/product-specification-administrator/ It returm empty, Please check again.
Also, You can save url_source to job with meta key '_custom_application_url' to use default function of Jobmonster.
Dear. If you can't update theme via admin panel. You can install and setup Envato Plugin to update theme form ThemeForest. Or you can update theme manually: Please download the latest version of the theme on ThemeForest download page and simply replace the old one via FTP or Cpanel.
Best regards.
Dear,
2. That problem because the account have plan only support post 1 job (see attachment) so you can't publish more job.3. The number on Application menu is count application by status pending, and you need 'reject' or 'approve' it to change status.
Best regards.
Attachments:
You must be logged in to view attached files.Sorry, The Jobmonster current version not support PHP 8 We're will check soon.
Best regards.
Dear, Please clear cache of your site and your browser to check again.
3 years, 10 months ago in reply to: Major performance problems on the Companies Listing page #1211543Dear. I think that problem because your site have many Companies and it cause problem when on Company Archive page with 'Alphabet' style. To fix your problem, Please go to 'Customizer -> Job & Company -> Company List' and change setting 'Companies Style' to 'Grid' then check your site again.
Best regards.
Dear, Please kindly give me more details your question: Where is postion or page you want add job count ?
This reply has been marked as private.3 years, 10 months ago in reply to: How to hide the message column in “Manage applications” table. #1211540Dear. The Jobmonster not support move column of job application. If you want do it. you need edit it in code of Jobmonster theme: Please install and switch your site to use Jobmonster Child Theme, then:
1. Add custom code in file functions.php of Jobmonster Child Theme:
add_filter('noo_member_dashboard_ajax_application_datatable','__return_false');
2. Copy file 'noo-jobmonster/layouts/dashboard/manage-application.php' paste to 'noo-jobmonster-child/layouts/dashboard/manage-application.php'
3. You can edit file 'layouts/dashboard/manage-application.php' in Jobmonster Child theme folder to move column of job application table.
Best regards.
This reply has been marked as private.Dear. to use Job posting structure data. Please go to 'Customize -> Job & Company -> Single Job' and change setting 'Enable Schema JobPosting' to ON. Also, I don't understand issues 2,3 Plese kindly give me more details and send for me admin account your site via private reply, I will check to help you.
Also, If you want refund, please kindly contact with Envato Support to help you.
Best regards.
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, When you import job form XML file, you have save url_source to any job meta ? I need you save url_source to any job meta key then I will help you use it as custom application URL.
Dear, to fix your problem, Please change custom CSS to
.noo-job-list-row .job-date-ago, .noo-job-grid .job-date-ago { display: none !important; }
Best regards.
3 years, 10 months ago in reply to: How to hide the message column in “Manage applications” table. #1211514Dear, The Jobmonster not support setting do help you do it. If you want do it. Please add custom CSS code on your site:
#noo-table-app .appl-col-message, #noo-table-app tbody td:nth-child(4) { display: none; }
Best regards.
-
AuthorPosts