Forum Replies Created
-
AuthorPosts
-
Dear, Please add custom CSS code to fix your problem.
.wpcf7-form-control.wpcf7-acceptance { height: auto; display: block; }
Best regards.
Dear, Please add custom CSS code to fix your problem:
@media (max-width: 480px) { .single-product div.product .woocommerce-tabs #tab-noo_boxes_tab ul li .box-item span { position: static; transform: none; margin-left: 90px; } .single-product div.product .woocommerce-tabs #tab-noo_boxes_tab ul li .box-item strong { margin-left: 90px; display: block; } .single-product div.product .woocommerce-tabs #tab-noo_boxes_tab ul li .box-item img { float: left; } .single-product div.product .woocommerce-tabs .wc-tab{ padding: 20px; } }
Best regards.
Dear. I check your site i see You need use Polylang Pro to use feature Locale fallback
Best regards.
Dear. We're will check and support to display only file name when select file to upload in Jobmonster next update version.
Best regards.
Dear,
1. I see that problem because your tranlate is missing 'Other' tranlate I have fixed on your site.
2. Please kindly send for me account with that problem. I will check to help you.
3. I think that problem because Cache plugin on your site. Please clear cache of your site and check again. And please check cache plugin settings and disable cache when user logged in.
Best regards.
Dear. I think the Apply button not working because your site still use Jobmonster old version. Please kindly update Jobmonster to latest version 4.6.7.3
If you can't update theme via admin panel. You can install and setup Envato Plugin to update theme form ThemeForest. Or you can update theme manually: Please download the latest version of the theme on ThemeForest download page and simply replace the old one via FTP or Cpanel.
Best regards.
Dear, Please kindly send for me admin account and your site URL via private reply, I will check details to help you.
Best regards.
Dear, I have check job list of your site on Mobile but not see date ago is display (see attachment) Please kindly check your site again and send for me your problem URL. I will check to help you.
Best regards.
Attachments:
You must be logged in to view attached files.Why it not work WooCommerce plugin on Jobmonster. Please kindly give me more details your problem. I will check to help you.
Best regards.
Because the Total cache save cache version on your browser and when you clear cache you need clear cache of your browser.
Best regards.
Dear, Please kindly check your site with GTMatrix and and the GTMatrix will help you to fix each issues on your site.
Best regards.
Dear, I check your site and i see that problem because error when you translate langauge of Jobmonster theme (see attachment) .Details:
Your package have 3 custom field: Closing Date, Custom Application Link, Add Picks. Default Jobmonster will display it in package features list like 'Post job with Closing Date field' the %s is variable to print custom field name but in your translate missing %s. Please add %s in your translate then check again.
Best regards.
Attachments:
You must be logged in to view attached files.Dear. Because the Date and Select (Dropdown) on Mobile is inherit style from mobile browser and the Mobile not support to custom it like desktop. Please kindly remove/disable icon of Date and Select field on your form to fix it.
Best regards.
Dear. We're will check and add support field jobLocationType is TELECOMMUTE in next update version.
Now, please kindly send for me job page URL with error 'Missing field job location' I will check details to help you.Best regards.
Dear, We're will check and add support Google Job Schema data 'jobLocationType' is 'TELECOMMUTE' in next update version.
Best regards.
Dear, I check and I see that problem because you use Search Results page of Elemenetor in 'Templates -> Theme Builder -> Archive' Please check again or disable it to use default template of Jobica theme.
Best regards.
This reply has been marked as private.Dear, Please kindly clearly: the Candidate Profile image require for candidate upload image, but candidate not upload, the Jobica will can't display candidate avatar and will use placeholder avatar.
Also. Please kindly delete Jobica Core old version on your site. then go to admin menu 'Appearance -> Install Plugins' and install/activate Jobica Core plugin again to get Jobica Core latest version 1.2.25.
The Jobica Core plugin latest version include check profile image in Candidate profile complete percent.
Best regards.
Dear, Please kindly send for me admin account and one URL of job imported via private reply. I need check details problem on your site and help you to map url_source to custom apply job link.
Best regards.
Dear, Please go to admin menu 'Bulk WP' then scroll to 'By Post Types' and select noo_job post type to delete (see attachment) then click 'Bulk Delete'
Best regards.
Attachments:
You must be logged in to view attached files.Dear, Jobmonster latest version is 4.6.7.3 and the ThemeForest not support display theme version. You can see current version in 'Changelog' on Jobmonster description on ThemeForest.
Best regards.
Dear, If you want disable apply for some jobs. Please install and switch your site to use Jobmonster Child theme. Then add custom code in file functions.php of Jobmonster Child theme.
add_filter('jm_can_apply_job', function($value){ global $post; if(get_post_type($post) === 'noo_job'){ $not_allow_apply_for_job_ids = array('job_id_1','job_id_2'); if(in_array($post->ID, $not_allow_apply_for_job_ids)){ $value = 'none'; } } return $value; });
Please change 'job_id_1', 'job_id_2' to job id you want disable apply.
Best regards.
Dear, I check your site https://f-l-o-w.at/kurse/hatha-yoga/ and i see the 2 trainers still display on mobile. Please check your site again and send for me screenshot of your problem. I will check to help you.
Best regards.
Dear, To fix your problem, please go to file 'noo-jobmonster/framework/admin/noo_application.php' line #174
search code:
wp_update_post(array( 'ID' => $post_id, 'post_title' => $candidate->display_name, ) );
Change to:
global $wpdb; $wpdb->update( $wpdb->posts, array( 'post_title' => $candidate->display_name ), array( 'ID' => $post_id ) );
Then check your site again.
Best regards.
-
AuthorPosts