Forum Replies Created
-
AuthorPosts
-
Dear, if you want do it, please update Jobmonster theme on your site to latest version 4.6.0.6.3 from ThemeForest and install and swich your site to use child theme.
After switch your site to use child theme, please add custom code in file theme's functions.php to change redirect url
add_filter('noo_job_posted_redirect_url', function(){ wp_safe_redirect('add_your_url'); exit; });
Best regards.
Dear, if you want use Comment in single Job page, please go to menu 'Customizer -> Job & Company -> Single Job' and 'Enable Job Comment'
Best regards.
Dear, that field is Map picker, now it's working, please go to 'Jobmonster -> Settings -> Location' and add your Google Maps API Key settings.
Best regards.
Dear.
You can search keyword 'Please %s the package to view more fields.' to find that text.
The text 'now' is text add in Resume of Candidate, you need edit that resume to change it (see attachment)
Attachments:
You must be logged in to view attached files.Dear.
1. Please kindly send for me your site URL, i need check details problem on your site to help you.
2. The theme not support it, but you can use Elementor create button and icon in custom Header then add custom link for button to post a job link and icon to memeber linkBest regards.
You can use plugin WP Maintenance Mode to do it.
Please tell for me what is menu item you want remove for Employer and Candidate, i will check to help you.
Dear, please kindly update Jobmonster theme on your site to latest version 4.6.0.6.3 then add custom css on your site
.noo-pricing-table .noo-pricing-column .pricing-content .pricing-info ul li.noo-li-not-good { display: none; }
Best regards.
This reply has been marked as private.If you want do it, please add custom css on your site
.noo-pricing-table .noo-pricing-column .pricing-content .pricing-info i.not-good{ display: none; }
Best regards.
Dear, please kindly send for me admin account your site and your site URL via private reply, i will check company address field problem to help you.
Best regards.
4 years, 7 months ago in reply to: JobMonster asking for my licence key in dashboard but already licenced #1103261This reply has been marked as private.This reply has been marked as private.I see it's still working, please check your site again, if your site still use Jobmonster old version, please update to latest version 4.6.0.6.1 from ThemeForest
Attachments:
You must be logged in to view attached files.Dear. I have see an problem in theme, i have fixed it on your site. Now, it's working, please check your site again.
Best regards.
What i can't help you ? please kindly tell for me more details.
Dear, please install Jobmonser Chil theme with file 'noo-jobmonster-child.zip' in folder 'Theme-Package -> Theme Files -> noo-jobmonster-child.zip'
Dear,
1. You want remove icon like attachment ?2. To fix 'VAT Included' issues, please add custom css on your site
.noo-pricing-table .noo-pricing-column .pricing-content .pricing-header .pricing-value .noo-price { display: flex; margin: 0 auto; line-height: 1; justify-content: center; flex-direction: column; }
Attachments:
You must be logged in to view attached files.Dear, please delete Jobica Core plugin on your site then install again and check your site again.
Best regards.
Dear.
1 To change star of require field, please add custom css on your site
.required-field > label::after { color: #f00; }
2.In current version Jobmonster not support change url after post a job, we're will add support custom URL in next update version.
Best regards.
Dear, we're can't help you to do it, please contact with support of email provider to help you.
Best regards.
Dear, Please go to edit avater, description user author of that blog.
Also, the theme not support setting to move it, if you want do it, please switch your site to use Organici child theme, then copy file 'noo-organici/single.php' paste to 'noo-organici-child/single.php' then go to edit file 'noo-organici-child/single.php' to move blog author.
best regards.
That problem because timeout request on your hosting, you can download the latest version of the theme on ThemeForest download page and simply replace the old one via FTP or Cpanel.
Dear, if you want change 'Boder', 'Background' and 'Text' color of search button on your site, please add custom css on your site. Example
.job-advanced-search .noo-btn-search{ border: 1px solid #a1ae48; background: #8000ff; color: #f00; }
Best regards.
Dear, 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('noo_theme_settings',function($value, $option, $default ){ if('noo_job_related' === $option && is_singular('noo_job') && Noo_Member::is_employer() ){ return false; } return $value; },10,3);
Best regards.
-
AuthorPosts