Forum Replies Created
-
AuthorPosts
-
Mean, the menu 'Manage Plans' only display when your site run as package, please go to admin menu 'Jobmonster -> Action Control' and change setting 'Post a Job' to 'Employers with Paid Packages' You will see Manage plans in Employer menu.
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.
Dear, to display it when post a job, please delete job_sector custom field, then add custom code in file functions.php
add_filter('jm_job_taxonomies', function($taxonomies){ $taxonomies[] = 'job_sector'; return $taxonomies; }); add_filter('jm_job_default_fields', function($fields){ $fields['job_sector'] = array( 'name' => 'job_sector', 'label' => __('Job Sector', 'noo'), 'is_default' => true, 'is_tax' => true, 'type' => 'multiple_select', 'allowed_type' => array( 'select' => __('Select', 'noo'), 'multiple_select' => __( 'Multiple Select', 'noo' ) ), 'required' => false ); return $fields; });
After add custom code please go to 'Jobmonster -> Custom fields -> Jobs' and enable 'Job Sector' field.
Best regards.
Dear, that problem because the Jobmonster not support add custom status for Job Application.
Best regards.
Dear, i have go to 'Customizer -> Custom CSS' and add custom css to hide time on calendar, now it's hiden, please check your site again.
Best regards.
Yes, you need Google Analytics account to do it, if you have Google Analytics account, please go to 'Customizer -> Custom Code' to add Google Analytics tracking code.
Best regards.
Dear, Please update Fitsica theme on your site to latest version 1.0.3 from ThemeForest then go to menu 'Appearance -> Installs plugins' to update JM Core plugin on your site to latest version then check all problem on your site again.
Best regards.
Dear, You can use Loco plugin or WPML to do it.
Best regards.
Dear, if you want remove background of widget, please add custom css code on your site
.noo-sidebar-wrap{ background: transparent !important; }
Best regards.
Dear, that problem because you not add Google Map API, please go to admin menu 'Realty Portal -> Settings -> Map & Location' to add Google Map API.
Best regards.
5 years, 1 month ago in reply to: The heading image dose not look well on the mobile version #1205946That not is error, it because your site use language right to left. You want change it display left to right, please add custom css on your site
@media (max-width:767px){ .noo-page-heading .noo-company-heading .noo-company-info, .noo-page-heading .noo-company-heading .noo-company-info .noo-company-avatar{ float: left !important; } .noo-company-info * { direction: ltr; } }
Best regards.
Dear,
1. Google Map error: I have check your site and go to admin menu 'Jobmonster -> Settings -> Locations' and add settings: Starting Point Latitude, Starting Point Longitude, Default Zoom Level. Now google map is working but your Map API is error, please kindly read this article to fix it.2.Page full width: I think that problem because 'SG Optimizer' plugin on your site, it not delete cache when you edit page, I have deactivate it and i see it's working, please check your site again.
Best regards.
This reply has been marked as private.This reply has been marked as private.Dear, please kindly send for me admin account your site via private reply, i will check details to help you.
Best regards.
Dear,
1. That problem because your site is missing google map settings, i have go to 'Jobmonster -> Settings -> Location' and add google map setting 'Starting Point Latitude, Starting Point Longitude, Default Zoom Level' Now it's working.2. If you want use custom apply job url, please go to admin menu 'Jobmonster -> Settings -> Job Application' and change setting 'Enable custom application link' to 'Yes, on both dashboard and frontend' Then go to edit job, you will see 'Custom Application link' to add custom apply link for job.
3. I have check your site, i see that problem because conflict with datetime picker in Rank Math SEO plugin, You can deactivate Rank Math SEO plugin and check again.
I see when edit Job not have date field of Rank Math SEO plugin but it always load datetime picker plugin and it conflict with datetime picker use in Jobmonster theme.
To resolve your problem you can contact with Rank Math SEO plugin author help you to load datetime picker if have date time setting of plugin or you can switch to other SEO plugin example Yoast SEO plugin.
Best regards.
Dear, i have check again, i see a problem in Jobmonster when load jobs for maps. I have fixed it on your site, please check your site again.
Best regards.
Dear, After download and extract Fitsica theme package, you can see theme document in folder 'Fitsica-Package/Documentation/index.html' Please see attachment.
Best regards.
Dear, i custom code is missing ';' (see attachment) please check custom code on your site again.
Best regards.
This reply has been marked as private.Dear. I see the Search job still working on your site, please check again, eg http://work.creativecircle4u.com/jobs/?s=Art+Director
Please kindly send for me Candidate account on your site have problem with Progress bar and Expected Job Level, i will check to help you.
Best regards.
Dear, on register form is Display Name, and in profile is First Name and Last name, it's different in WordPress user. Please check again.
Best regards.
This reply has been marked as private.This reply has been marked as private.Dear, to use Fitsica please kindly read document in Theme Package download from ThemeForest.
Best regards.
-
AuthorPosts