Forum Replies Created
-
AuthorPosts
-
4 years, 11 months ago in reply to: Any theme update for WordPress 5.5? Revolution Slider behavior weird #1207881
Dear.
Please kindly delete Rev Slider and WPBakery Page Builder old version on your site, then go to admin menu 'Appearance -> Install Plugins' to install plugin. You will get plugin latest versionBest regards.
4 years, 11 months ago in reply to: Possible to set distance value over 100 kilometers in distance filter? #1207880Dear.
If you want change to distance to 50km, please update Jobmonster theme on your site to latest version 4.6.6.1Then install and switch your site to use Jobmonster Child Theme, then add custom code in file functions.php of Jobmonster Child Theme.
add_filter('noo_distance_slider_max_value', function(){ return 500; });
Best regards.
Dear,
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.
This reply has been marked as private.This reply has been marked as private.4 years, 11 months ago in reply to: Employer Dashboard Shows Blog Posts and Not Job with Menu Items #1207863Dear, i think that problem you use Member page as Home page, please change Home page to use other page and check again.
Best regards.
I have added custom css on your site to fix it, please check your site again.
This reply has been marked as private.Dear.
In Jobmonster theme, the Companies is custom post type in WordPress and search company default search post function of WordPress, we're don't custom it and not support to custom search company by username of Employer.
Best regards.
4 years, 11 months ago in reply to: Employer Dashboard Shows Blog Posts and Not Job with Menu Items #1207842Dear, Maybe your site don't have 'Member page' setting, Please go to admin menu 'Jobmonster -> Quick setup' and check 'Required Pages' settings.
Best regards.
This reply has been marked as private.Dear, I check custom code again and change to
add_filter('noo_job_alert_post_type_args', function($args){ $args['capabilities'] = array( 'create_posts' => 'edit_posts' ); return $args; });
Also, with select problem, that problem because the select dropdown have many items, i think you need optimize your data,eg: it can't fast load with >1400 categories on your site and many category don't have job.
Best regards.
This reply has been marked as private.Really. I don't understand what you want ? I this reply, i have give code to get email of current user login and check current user is Candidate. Please kindly give for me what you want ?
That problem because custom CSS you use on your site. please search and remove custom css
.navbar-header { height: 100px !important; width: auto !important; } .navbar-brand { margin-top: 13px; } #menu-sris-yoga-menu { margin-top: 10px !important; }
If you use custom css cause problem, please check with your self or you can tell for me what you want custom, i will check to help you.
Best regards.
You have added custom css ? The custom css not work ? Please kindly give for me more details and send for me admin account and your site URL via private reply, i will check to help you.
Best regards.
Dear, I check again i see it's list custom fields of Job and the Jobmonster not support to custom display it.
Best regards.
Dear, the logic load Application if current Employer in Jobmonster
1. Please go fo file 'layouts/dashboard/manage-application-ajax.php' you will see it load Job ids list by current user with function 'jm_application_job_list' in file 'framework/job/job-query.php'
2. Use ajax load Application by job ids list by function 'noo_member_dashboard_ajax_application_datatable' in file 'framework/member/dashboard-action.php' (see attachment)
Best regards.
Dear, I login to your site and go to admin menu 'WooCommerce -> Orders' and i see all order info on your site. I don't understand what is your problem ? Please kindly give for me more details. i will check to help you.
Best regards.
Dear, WooCommerce in Jobmonster theme only use for package and we're don't support search in WooCommerce like search Job/Resumes.
Best regards.
Dear.
1. The Search Job is widget title, please go to Widget to change title.2. the Jobmonster not support custom Job Archive page, it only support change layout of job, please go to 'Customizer -> Job & Company -> Job List' and check it.
Best regards.
Dear, Please remove custom css.
.navbar{ height:auto !important; }
I have check again i see problem because custom css on your site (see attachment) Please change it to
.navbar-header { height: 75px !important; width: auto !important; }
Best regards.
Because Jobmonster not support change username. So we're don't display it, there's also nowhere suitable to display it, eg with Employer, can't show it in Company profile. If customer forget it to login, they're use email to login.
Best regards.
But the Job data not like image you want. Please create demo with data of Job. I will check to help you.
Best regards.
Sorry, the Jobmonster not support to change it, because that is address select from Google Map.
-
AuthorPosts