NooTheme Premium WordPress Theme › Forums › JobMonster › remove company job location
Tagged: job description
- This topic has 26 replies, 2 voices, and was last updated 4 years, 1 month ago by t4rix.
-
AuthorPosts
-
4 years, 3 months ago #1206792
hi you said the next update will allow to remove company job location tick box (The same as company location) as mentioned in the topic below
https://nootheme.com/forums/topic/remove-same-as-company-location-from-post-job/
Please provide instructions to remove it?
4 years, 3 months ago #1206819This reply has been marked as private.4 years, 3 months ago #1206823Can i get a reply please
4 years, 3 months ago #1206832This reply has been marked as private.4 years, 3 months ago #1206833This reply has been marked as private.4 years, 3 months ago #1206872Dear.
1. To disable 'The same as company location' please install and switch your site to use Jobmonster Child theme, then add custom code in file functions.php of child theme.add_filter('noo_allow_job_use_company_location', '__return_false');
2,4,6 Please update Jobmonster theme to latest version 4.6.5.2 then go to 'Customizer' and click Save to update data of your site to fix your problem.
3. Please delete JobMonster Elementor AddOn plugin on your site, then go to 'Appearance -> Install Plugins' to install JobMonster Elementor AddOn plugin latest version 1.0.5 then check Job Location limit again.
5. I see your site use cache javascript (mod_pagespeed), Please disable it, i will check details problem of Google Map on your site to help you.
7. Sorry, i can't help you to fix it, the Jobmonster use WordPress function is_email and default WordPress not allow + in email adress.
4 years, 3 months ago #1206879Thanks what about 6?
4 years, 3 months ago #1206924This reply has been marked as private.4 years, 3 months ago #1206932Dear.
5.Because i check Jobmonster theme on my localhost but don't see any error like your problem, i think that problem because conflict javascript on your site. So, i need enable Dev mode on your hosting ( disable cache) you can contact with hosting support ask to disable cache mode on your hosting.7. I check again i see the WordPress is allow use email with + but now allow + in username, for your problem, please go to 'Jobmonster -> Settings -> Member' and un-check 'Enable Login Using Email' then check register form again.
Best regards.
4 years, 3 months ago #1206971This reply has been marked as private.4 years, 2 months ago #1206986Dear,
5. I check your site, i see you can't click to map marker because it display bellow Search Form (see attachment) if you want hide Search form on map, please add custom css on your site..noo-job-search-wrapper .noo-job-map .job-map-elementor { display: none !important; }
7. Sorry, the WordPress allow username with space but not allow username with + . So, i can't help you to fix it.
8. If you want do it, please 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 === '_full_address'){ continue; } $new_fields[] = $field; } return $new_fields; });
9. Sorry, because 2 and 3 is list custom fields of job and can't move job desc to it.
Best regards.
4 years, 2 months ago #1207185This reply has been marked as private.4 years, 2 months ago #1207200Dear, the column setting only work on desktop, on mobile it will use responsive of Slider.
best regards.
4 years, 2 months ago #1207213Thanks
Can i add google as a method of login like facebook?
4 years, 2 months ago #1207249Dear, the Jobmonster is support login with Google account, please go to 'Jobmonster -> Settings -> Member' and enable 'Google Login'
Best regards.
4 years, 2 months ago #1207295This reply has been marked as private.4 years, 2 months ago #1207335Dear, i login to your site and change menu item setting to Right (see attachment) Now, the sub-menu is open in right, please check your site again.
Best regards.
Attachments:
You must be logged in to view attached files.4 years, 2 months ago #1207368This reply has been marked as private.4 years, 2 months ago #1207370This reply has been marked as private.4 years, 2 months ago #1207394Dear.
1. Sorry, the Jobmonster use bootstrap-multiselect and it not support remove selected2. To chang footer to 2 column on mobile, please add custom CSS on your site
@media (max-width:767px){ .colophon.wigetized > .container-boxed > div > div { width: 49.9%; float: left; } .colophon.wigetized > .container-boxed > div > div:nth-child(3) { clear: both; } }
Also, please check latest job setting again, i think that problem because setting 'Order' of widget.
Best regards.
4 years, 2 months ago #1207423This reply has been marked as private.4 years, 2 months ago #1207437This reply has been marked as private.4 years, 2 months ago #1207871This reply has been marked as private.4 years, 2 months ago #1207872Dear,
I see you use custom css is wrong, i have check and fix it on your site. Please check your site again.Also, I see your site still use Jobmonster old version, please kindly update to latest version and check again.
Best regards.
4 years, 2 months ago #1207879This reply has been marked as private. -
AuthorPosts
You must be logged in and have valid license to reply to this topic.