Forum Replies Created
-
AuthorPosts
-
Sorry, Please change custom code to
add_filter('jm_the_job_meta_fields', function($fields){ $new_fields = array(); foreach ($fields as $field){ if($field === 'job_date' || $field === '_closing'){ continue; } $new_fields[] = $field; } return $new_fields; });
Best regards.
Dear, if you want do it, please add custom CSS code on your site, eg:
.h6, h6{ font-size: 16px; }
Best regards.
This reply has been marked as private.Currently, we're not support PSD of Jobmonster theme. Sorry.
Yes, please copy file 'manage-application-ajax.php' in Jobmonster theme to Jobmonster child theme like manage-job file then delete code like attachment
Attachments:
You must be logged in to view attached files.Dear, Please kindly read this article to fix your problem.
Best regards.
Dear, please kindly send for me admin account your site and your site URL via private reply, i will check details problem on your site to help you.
Best regards.
Please install and switch your site to use Jobica Child theme, you can see Jobica Chid theme file in 'Theme Files' of theme package download form ThemeForest. Then install and switch your to use Jobica Child Theme and add custom PHP code in Jobica Child Theme's file functions.php
Sorry, i'm mistake. Your site use Jobica theme and it's in Jobica Core plugin file 'plugins/jobica-core/elementor/advance_search.php'
You can use Loco plugin to translate Jobmonster Elementor Addon plugin with text domain 'jobica'
Best regards.
Dear, Please go to admin menu 'Jobica -> Settings -> Jobs/Resumes' and remove all setting 'Job details layouts ' and check your site again.
Best regards.
Dear, i check Jobica theme again, i see it still working, like attachment, i think it's conflict some plugins on your site, please kindly deactivate some plugins to check or send for me admin account and your site URL via private reply, i will check details to help you.
Best regards.
Dear, to Change it, please go to 'Customizer -> Header -> Logo' and add your logo for setting 'Dashboard Logo'
Best regards.
Dear, If you want hide all page title when use Jobicate theme. Please install and switch your site to use Jobica Child Theme, then add custom PHP to Jobica Child Theme's file functions.php
add_filter('noo_post_meta', function($value, $post_ID, $meta_key, $default){ if($meta_key === '_noo_wp_page_hide_page_title'){ $value = true; } return $value; },10,4);
Note: When use that custom code, all page title of Page will hide and the setting 'Hide Page Title' in page will not work
best regards.
Dear, We're will add show/hide Job Type fieds in Job Header search form in next update version.
Best regards.
Sorry, the Job Filter widget only work on Job Archive page, You can go to 'Customizer -> Blog' and change 'Post Sidebar' setting of 'Post List' and 'Single Post' to display other sidebar.
Best regards.
This reply has been marked as private.Dear, if you want hide all features not support in package, please kindly update Jobica theme on your site to latest version 1.2.7 and update Jobica Core plugin to latest version 1.2.14 Then install and switch your to use Jobica Child Theme and add custom PHP code in Jobica Child Theme's file functions.php
add_filter('noo_package_show_no_support_feature', '__return_false');
Best regards,
Dear, on home page it's in Jobmonster Elementor Addon plugin, file 'plugins/jobmonster-addon/includes/elementor-extra/advanced_search.php'
You can use Loco plugin to translate Jobmonster Elementor Addon plugin with text domain 'noo'
Best regards.
Dear.
1. Please add custom PHP code on file functions.php of your theme to hide dete in Job Single pageadd_filter('jm_the_job_meta_fields', function($fields){ unset($fields['job_date']); return $fields; });
2,3 Please add custom CSS code on your site
.noo-job-list-row .job-date-ago,
.noo-job-grid .job-date-ago{
display: none;
}Best regards.
This reply has been marked as private.Dear, to change search button on job archive page, please add custom CSS code on your site
.noo-heading-search form button[type="submit"] { background: var(--primary-color); }
Best regards.
Dear, Please kindly send for me your problem URL, i will check details to help you.
Dear, to change it, please go to 'Customizer -> Footer' and change setting 'Footer Heading Text Color' then clear cache your site and your browser then check your site again.
Best regards.
4 years, 1 month ago in reply to: Make CV upload mandatory for Guest candidates and optional for users #1208682No, the Jobmonster only use CV when upload in Apply Job form to email attachment
Best regards.
Dear, to change Job Archive page title, please go to admin menu 'Seo -> Search Appearance -> Content Types' and change setting page title for Jobs(noo_job)
Best regards,
-
AuthorPosts