Forum Replies Created
-
AuthorPosts
-
Dear, that problem because you use setting 'Require Company Profile' in 'Jobmonster -> Settings -> Jobs' . That mean the Company need update all fields on company profile to add new job.
Best regards.
If you want do it, please update Jobmonster theme to latest version 4.6.5 and install and switch your site to use Jobmonster Child theme, then add custom code in file functions.php of Child theme.
add_filter('jm_the_job_meta_fields', function($fields){ $new_fields = array(); foreach ($fields as $field){ if($field === '_closing'){ continue; } $new_fields[] = $field; } return $new_fields; });
Best regards.
Please kindly update Jobmonster theme to latest version 4.6.5.1 then check Filter button on your site again.
Best regards.
Yes. We're will add it.
Best regards.
Dear, please delete Rev Slider plugin old version on your site, then go to admin menu 'Appearance -> Install Plugins' to install Rev Slider plugin again, you will get latest version.
Best regards.
Because it not error for all, so, it not is error of theme. I think that problem because browser of Candidate, please tell for Candidate check with other browser.
Best regards.
Dear, please update iVent theme on your site to latest version 1.8.5 to fix your problem.
Best regards.
Dear, please update iVent theme on your site to latest version 1.8.5 to fix your problem.
Best regards.
I don't understand your problem. please kindly give for me more details and admin account your site via private reply, i will check details to help you.
Best regards.
Dear, you can do it via custom code, please install and switch your site to use Jobmonster Child theme, then add custom code in file funtions.php of Jobmonster Child theme.
add_filter('gettext', function($translation, $text, $domain ){ if('noo'===$domain){ if($text == 'Company Name'){ $translation = 'Recruiter'; } } return $translation; },10,3);
Best regards.
Dear.
1. Yes. if expired package, Employer will can't post job.2. The Map problem because you not set zoom level for map in setting 'Jobmonster -> Settings -> Location -> Default Zoom Level' i have add zoom level 11 on your site.
3. I see the jobs page still working at: gradroles.com/jobs
5. I not see you add image for Email Template settings. pleasea check again.
Best regards.
4 years, 12 months ago in reply to: The heading image dose not look well on the mobile version #1206736Please kindly send for me admin account of site avoda.avrika.co.il via private reply. i will check to help you.
Best regards.
Dear, to display Companies on company archive page by type, please add custom code in file functions.php of your theme.
add_filter( 'pre_get_posts', function($query){ if ($query->is_post_type_archive('noo_company') && isset($_GET['type']) ) { $type = (string) wp_unslash( $_GET['type'] ); $meta_query = $query->get( 'meta_query' ); if ( ! is_array( $meta_query ) ) { $meta_query = array(); } $meta_query[] = array( 'key' => '_jbc_company_field_type', 'value' => $type ); $query->set( 'meta_query', $meta_query ); } });
then check with url: https://medinjob.io/companies/?type=###
eg:https://medinjob.io/companies/?type=entreprise
https://medinjob.io/companies/?type=centre_formationBest regards.
4 years, 12 months ago in reply to: Layouts of resume are not working and some else questions #1206733Dear.
1. If you want do it, please go to admin menu 'Jobica -> Settings -> Resumes' and un-select all templates in setting 'Select Resume Detail Template'Also, to fix resume template only 3 styles, please delete 'Jobica Core plugin' on your site, then go to admin menu 'Appearance -> Install Plugins' and install Jobica Core plugin again to get latest version 1.2.12 to fix your problem.
2. That is default style of theme, if you want remove it, please add custom css on your site
body.boxed-layout .site{ box-shadow: none !important; -webkit-box-shadow: none !important; -ms-box-shadow: none !important; -o-box-shadow: none !important; }
3. Because the Member page user style with menu on left, so, it can't apply boxed style.
Best regards.
4 years, 12 months ago in reply to: date of user registration or date of his last activity on the site #1206730Dear, The Jobmonster not support it but you can read more this article to get it.
Best regards.
Dear, please read Beginner's guide to use Loco plugin.
best regards.
I don't understand your questions, please kindly give for me more details, i will check to help you.
Best regards.
Dear, please check Setting 'Select category' of widget on Elementor, i think the widget only display product of one category product because you select category.
Dear,
1. Sorry, the Jobmonster not support you to create diffrent registration pages for Employer and Employer Ccompany2. I don't understnad what is advertisement on your site, the theme not include it, i think that advertisement on your hosting, please read more
https://stackoverflow.com/questions/34744552/how-can-i-remove-bitnami-banner-on-wordpress-site
https://docs.bitnami.com/aws/how-to/bitnami-remove-banner/Best regards.
That problem because you use text is longer, please check again or add custom css on your site
ul.noo-resume-list li .item-title{ max-width: 80%; }
Dear.
1. That mean: The Package effect 40 days from the date of purchase, after 40 days, you will not be able to use the featured list in package.2,3. Please kindly send for me admin account and your problem URL via private reply, i will check details to help you.
4. The Jobs archives load job list limit by setting in menu 'Setting -> Reading -> Blog pages show at most' and it will display pagination
5. You can add it for email template setting in menu 'Jobmonster -> Settings -> Email Templates'
Best regards.
Dear, you can use Accordion shortcode in WPBakery Page Builder to create it.
Best regards.
I think problem in image background you use on avoda.avrika.co.il site, please save change avoda.avrika.co.il to use this image as heading background.
Best regards.
Sorry, the Jobmonster not support you to do it.
Best regards.
Sorry, The Events is equal height because it not show excerpt text, i can't help you change classes to equal height because the excerpt text of class not same string and i see some class on your site have thumbnail image. I go to admin menu 'Nootimetable -> Setting' and change 'Class excerpt length' to help you but it not equal height.
Best regards.
-
AuthorPosts