Forum Replies Created
-
AuthorPosts
-
Dear, to disable registration on your site, please go to admin menu 'Settings -> General' and un-check 'Anyone can register'
Best regards.
Mean, the Contact form 7 not send email on your site ? please check and sure email sender is work on your site, you can use Check Email plugin to check it.
Best regards.
Sorry, in current version the Jobmonster not support show for specific companies, we're will check to add support it in next update version.
Best regards.
Dear, I check your site i see it's conflict with 'Admin Custom Login plugin' i deactivate it and the Jobmonster redirect is working, please check your site again.
Best regards.
This reply has been marked as private.Dear, I check and change custom code to
add_filter('noo_related_jobs_query_args',function($query_args){ $job_tags = get_the_terms(get_the_ID(), 'job_tag'); if(!is_wp_error($job_tags) && !empty($job_tags)){ $query_args['tax_query'] = array('relation' => 'AND'); $job_tag_slugs = array(); foreach ($job_tags as $job_tag) { $job_tag_slugs[] = $job_tag->slug; } $query_args['tax_query'][] = array( 'taxonomy' => 'job_tag', 'field' => 'slug', 'terms' => $job_tag_slugs, ); } return $query_args; });
Now, i see it's working, please check your site again.
Best regards.
Dear, That problem because you 'Hide Page Title' in page dashboad setting and the custom code to hide page title will hide page title on dashboard page (see attachment), please remove it and change to hide page title in page setting.
Attachments:
You must be logged in to view attached files.This reply has been marked as private.This reply has been marked as private.Mean, your problem is: Candidate is complete profile but still can't post resume and it give error Full Name is empty ?
I don't understand your problem, please kindly give me more details ?
This reply has been marked as private.Dear, to hide post meta, please go to 'Customizer -> Blog' and change setting 'Show Post Meta' to hide.
best regards.
This reply has been marked as private.Yes, I need check details problem on your site to help you. Please update WooCommerce plugin on your site to latest version then send for me admin account and your problem URL via private reply, i will check details to help you.
Best regards.
Dear, the Jobmonster current version not support to hide it, we're will add support hide it in next update version.
best regards.
Dear, to add check icon with CSS for Company name, please add custom CSS on your site
.noo-company-info-simple h3.company-name::after, .noo-company-info h1.noo-company-name span::after { content: "\f058"; font-family: "Font Awesome 5 Free"; margin-left: 5px; color: #1977f2; -moz-osx-font-smoothing: grayscale; text-rendering: auto; font-weight: 900; font-variant: normal; } .noo-company-info-simple h3.company-name::after{ margin-left: 0px; }
Best regards,
This reply has been marked as private.Dear, Please download and extract theme package from ThemeForest, then you will see file jobmonster child theme in 'Theme' folder of theme package.
This reply has been marked as private.If you want hide Post Job Button when user logged, please add custom code on your site
add_filter('noo_theme_settings', function( $value, $option, $default ){ if('noo_header_nav_post_btn' == $option && is_user_logged_in()){ return false; } return $value; },10,3);
Best regards.
This reply has been marked as private.Dear, PLease kindly send for me admin account and your problem URL, i will check details problem on your site to help you.
Best regards.
That problem because page title you build with Elementor, please edit page with Elementor your page and remove it.
Best regards.
Dear, because default Jobmonster not support you to add icon for Company name, Please kindly send for me list pages URL you want add, i will help you to add via custom CSS code.
Best regards.
This reply has been marked as private. -
AuthorPosts