Forum Replies Created
-
AuthorPosts
-
This reply has been marked as private.This reply has been marked as private.
Dear, i check your site i see that problem in file wp-ajax on your site (see attachment) Please check your site again.
Best regards.
Sorry, the theme not support add template for Job, it only support setting default job content when create new Job in 'Jobmonster -> Settings -> Job'
Best regards.
Dear, i login to your site and change menu item setting to Right (see attachment) Now, the sub-menu is open in right, please check your site again.
Best regards.
Sorry, the Employer role is core of Jobmonster theme and the theme not support to change/custom it.
Best regards.
Dear, you can change it via use Loco plugin to translate theme.
Best regards.
Dear.
I don't understand your problem, please kindly give for me more details with screenshot, i will check to help you.Best regards.
Dear, your mean 'Remember Me' checkbox is not work ? I check Jobmonster theme again and i see it's working, please check again or clear cache on your site and your browser to check again.
Best regards.
I have help you to fix it, please check your site again.
Best regards.
Dear, the Jobmonster not support Promotion code, you can use Sale price of Job package to create sales for customer or use Coupon functions of WooCommerce for job package.
Best regards.
If you want remove it, please add custom code in file functions.php of your theme
add_filter('widget_meta_poweredby', '__return_false');
Best regards.
Dear, i check again i see that is problem with Favicon in WordPress 5.5 .We're will release new version to fix it.
Best regards.
Dear, if you want not allow register by email id, please install and swtich your site to use Jobmonster Child theme, then add custom code in file functions.php of child theme
add_filter('registration_errors', function(WP_Error $errors, $sanitized_user_login, $user_email){ $bock_emails = array( '[email protected]', '[email protected]' ); if(in_array($user_email, $bock_emails)){ $errors->add('now_allow_email', 'Not Allow email to register'); } return $errors; },10,3);
You can change email_1@... to email you want disable.
Best regards.
Dear, i have login to your site and add custom css like attachment, Now, please check your site again.
Best regards.
Sorry, the Jobmonster only support search by distance in widget advance search.
Best regards.
This reply has been marked as private.Dear, Please go to admin menu 'Jobmonster -> Settings -> Member Menu' and remove menu you not want show on Member page.
Best regards.
Dear, i see your site still use Jobmonster old version, maybe that problem in old version, please kindly update Jobmonster theme on your site to latest version 4.6.5.2 and check agian.
Best regards.
Dear,
1. What is action or button you not upload image ? Please kindly give for me more details and send for me admin account and your site URL via private reply, i will check details to help you.2,3. I don't understand your problem, please kindly give for me more details with screeenshot, i will check to help you.
Best regards.
Dear, please kindly send for me admin account your site and your problem URL via private reply. i will check details to help you.
Best regards.
Dear, to fix problem of testimonials style 2 , please add custom CSS on your site.
.featured_slider.style-2 h4, .featured_slider.style-2 h5, .featured_slider.style-2 .box-content { color: inherit; }
Best regards.
Dear, that is the order of Google index and the Jobmonster can't control it.
Best regards.
Dear, currently you use is text string, not is shortcode, why you not add Contact Form 7 via WPBakery Page Builder ?
I don't understand your question, if you want block user by username or email, why you not delete it ? Or if you want block user by IP adress, please kindly read this article to do it.
Best regards.
-
AuthorPosts