Forum Replies Created
-
AuthorPosts
-
Dear, i don't understand what is your problem with Loco plugin, please kindly give for me more details, i will check to help you
Best regards.
Sorry, because the plugin not work with main query, So, you can use any filter plugins with this plugin.
Best regards.
the Jobmonster never use SVG icon, i think your site have plugin switch font icon to svg icon, please deactivate each plugins on your site to check it or send for me admin account your site via private reply, i will check details to help you.
Best regards.
Dear, please delete 'Jobica Core plugin' on your site, then go to admin menu 'Appearance -> Install Plugins' and install Jobica Core plugin again to get latest version 1.2.12 to fix your problem.
Best regards.
Why it not work, please kindly give for me details your problem then send for me admin account and your site URL via private reply, i will check details to help you.
Best regards.
Dear, please move your transalte of theme to WordPress /language/themes/ folder
Dear, please update Organici theme on your site to latest version 2.0.8 from ThemeForest and check agian.
Best regards.
Dear, please kindly send for me admin account and your problem URL via private reply, i will check details to help you.
Best regards.
Please tell for me what you want custom it ? I will check if the theme allows you to do that.
Best regards.
Dear. You can change it via use Loco plugin to transalte theme.
Best regards.
Dear, Please kindly send for me admin account your site via private reply, i will check details problem on your site to help you.
Best regards.
Dear.
3. That problem because your site not allow Apply job, please go to 'Jobmonster -> Settings -> Action Control' and check setting 'Apply Job' (see attachment)4. That's default email of WordPress and Jobmonster not support setting to change it.
Sorry, that is default style of theme and theme not support custom job meta to add label.
Best regards.
Dear,
1. You can user BBPress plugin2. mean: when Employer approve application, the admin will receive email notice ? If you want do it, please install and switch your site to use Jobmonster Child theme, then add custo code in file functions.php of Child theme.
add_action('manage_application_action_approve', function($application_id){ $application = get_post($application_id); $job_id = $application->post_parent; $company_id = jm_get_job_company($job_id); $employer = wp_get_current_user(); $company_name = !empty($company_id) ? get_the_title($company_id) : $employer->display_name; $admin_email = get_option('admin_email'); $subject = 'New Application Approved'; $message = 'Dear.'."\n"; $message = 'The company '.$company_name.' as approve job application '.$application->post_title; noo_mail($admin_email, $subject, $message); });
Best regards.
Dear, please tell for me what you want change and page url, i will check details to help you.
Best regards.
Dear, i check again i see the job expired not show on job list but still view job single. We're will fix it in next update version.
Also, i don't understand 'Apart from one, all the links I sent you have now gone into the "Expired" after I reset a expire date.' Your mean: the reset expire date not work ? if right, please check your package is allow reset job.
Best regards.
I check Jobmonster theme on my localhost many times but don't see anything like your problem, please kindly check your site again, i think that problem because confict plugin.
Best regards.
Yes. we're will fix it in next update version.
Best regards.
Dear, i have remove 'order' and 'orderby' and add 'ignore_sticky_posts' in query args, now, 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.
1. That problem because the Jobica theme allow Candidate select details resume layout when post a resume the resume will display by template Candidate selected. the setting 'Resume Details Layout' in Customizer only work when resume not have custom template, you can see resume select template in meta box 'Select layout detail template' when edit resume in admin.2. If you want add First Name and Last Name field for registion form. Please install and switch your site to use Jobica Child theme, then add custom code to file functions.php of Jobica child theme.
add_action('noo_register_form_start', function(){ $prefix = uniqid(); ?> <div class="form-group row"> <label for="<?php echo $prefix; ?>-first_name" class="col-sm-3 control-label"><?php _e('First Name','noo')?></label> <div class="col-sm-9"> <input type="text" class="first_name form-control" id="<?php echo $prefix; ?>-first_name" name="first_name" required placeholder="<?php echo esc_attr__('First Name','noo')?>"> </div> </div> <div class="form-group row"> <label for="<?php echo $prefix; ?>-last_name" class="col-sm-3 control-label"><?php _e('Last Name','noo')?></label> <div class="col-sm-9"> <input type="text" class="last_name form-control" id="<?php echo $prefix; ?>-last_name" name="last_name" required placeholder="<?php echo esc_attr__('Last Name','noo')?>"> </div> </div> <?php },1000);
3. That problem because the heading in Jobica is loaded in header.php file you can see code noo_get_layout( 'heading' ) in file header.php of Jobica theme. When use Elementor Pro to custom header or footer, please add custom code in file functions.php of your theme to display heading when use Elementor Pro custom header.
do_action( "elementor/theme/after_do_header", function(){ if(function_exists('noo_get_layout')){ noo_get_layout( 'heading' ); } } );
Best regards.
Sorry, we're don't save Jobmonster theme old version and neither does Envato. All customer always get latest version when download theme package. I think for your problem, you need request your developer check and move all custom code to Child theme and if your developer want custom theme, him need sure it work when update theme.
Best regards.
Dear, please kindly clearly: The plugin is use custom query to display products on your site, it not use Main Query of shop page to show products, mean, it can't not work with filter on shop page.
Best regards.
Dear, I have check your site, i not see any error Theme has crashed. on your site, please check your site again.
I see the problem in footer because HTML error in widget of sidebar 'Noo Footer 1' i have fixed it, Now, please check your site again.
Also, i see you add custom code in file functions.php and functions_custom.php of theme move all custom code to file functions.php of child theme and switch your site to use child theme, because if you use code in file of theme, it will lose when you update theme.
Best regards.
-
AuthorPosts