Forum Replies Created
-
AuthorPosts
-
This reply has been marked as private.3 years, 5 months ago in reply to: template do not have instruction in how to build a Job Search page with TAGS! #1213368
Dear, I don't understand your problem, please kindly give me more detail what page you want create ?
Dear, Plesae kindly send for me admin account and your problem URL via private reply, I will check details to help you.
Best regards.
Dear, Please kindly read this article to do it.
Best regards.
This reply has been marked as private.Dear, I check your site and i see that problem maybe in custom code ///Hide not paid properties in file functions.php of your theme.
//Hide not paid properties add_action('pre_get_posts', function(WP_Query $query){ if ( is_admin() || NooAgent::is_dashboard() ) { return; } if(re_is_property_query($query)){ $meta_query = $query->get( 'meta_query' ); if ( ! is_array( $meta_query ) ) { $meta_query = array(); } $meta_query[] = array( 'key' => '_paid_listing', 'value' => '1' ); $query->set( 'meta_query', $meta_query ); } });
If you want use custom code, You need disable functions save map markers to file at of theme. Please add custom code in to file functions.php of your theme to do it:
remove_action( 'save_post', 'noo_citilights_property_save_json', 11, 3 ); add_action('save_post', function(){ $file = noo_citilights_name_markers(); if ( file_exists( $file ) ) { @unlink($file); } },10,99);
Then check your site again.
Best regards.
3 years, 5 months ago in reply to: registration does not work -> error message account already exists #1213344Dear, Please kindly send for me admin account and your site URL via private reply, I will check details to help you.
Best regards.
This reply has been marked as private.3 years, 5 months ago in reply to: Support Request: After WordPress Update Timetable only shows one class #1213341This reply has been marked as private.Oh no, When use Social login, it require redirect to Google account and need select account to login.
Best regards.
Dear, If you want do it, Please add custom PHP code to file functions.php of your theme to disable it.
add_filter('noo_use_theme_login', '__return_false'); add_filter('noo_use_theme_register', '__return_false');
best regards.
This reply has been marked as private.3 years, 5 months ago in reply to: Support Request: After WordPress Update Timetable only shows one class #1213324Dear, Please kindly send for me admin account and your problem URL via private reply, I will check details to help you.
Best regards.
Sorry, you can only import data from other Jobica theme or data from site use WP Job Manager with Noo Jobs Import plugin.
best regards.
Dear, Please check and sure the email sender is work on your site. You can use this plugin to check. If email sender still work but can't send email when register. Please kindly send for me admin account and your site URL via private reply. I will check details to help you.
Best regards.
Dear, You can send for me a video screenshot when you login, I will check to help you.
Also, you can change text via translate language file.
Best regards.
Dear, I can't see your sreenshot. Please check again.
Best regards.
Dear, I check and i see that problem maybe in Sendgrid plugin, please see this topic and deactivate SendGrid plugin on your site to check again.
Best regards.
Dear. you can give me details resource you want import to Jobica ?
The Jobica not require chatbot plugin. So, you can use any chatbot plugin with Jobica.
3 years, 5 months ago in reply to: Website retaining your domain details not ours when using menu #1213302Dear, that problem because that menu item in 'Primary Menu' build with Custom Link (see attachment). Please go to edit menu and re-build again.
Best regards.
Attachments:
You must be logged in to view attached files.This reply has been marked as private.Dear, the code in file 'job_archive_before.php' (see attachment)
Best regards.
Attachments:
You must be logged in to view attached files.Dear, the Jobmonster not support setting to hide it. Please add custom CSS code on your site to hide it.
.noo-display-type .noo-type-btn:not(.rss) { display: none; }
Best regards.
Dear, the Jobmonster require login to buy package, and theme not add to cart if user not logged in. So, you can not redirect to checkout url after click select pacakge.
Best regards.
This reply has been marked as private. -
AuthorPosts