Forum Replies Created
-
AuthorPosts
-
Hi,
Your website is loaded slowly because of the query used to load the candidate list.
For a temporary solution, we will disable the function of filtering candidates on your site http://prnt.sc/co06yf
When we find out another better query, we will inform and help you update.
Moreover, please notice that your server is also loaded slowly because on our local site, even when we have 800 resumes and 5000 candidates, our site will still work well.
Best regards,
JessicaHi,
Thank you for contacting us.
By default, there is an arrow icon in Select and Multiselect fields. As for number and text fields, they will be shown as in your second image.
Best regards,
Jessica
Hi,
Please give us link of your site, admin and FTP account via private (tick this box http://prnt.sc/cnzuee). We will help you check.
Best regards,
Jessica
Hi,
Thank you for contacting us.
We will fix them in the next version.
Best regards,
Jessica
4 years, 6 months ago in reply to: Jobs which have expired are not being removed automatically #1011676Hi,
Thank you for contacting us.
Please make sure that you are using our latest version 3.3.o.
Please give us link of your site, admin and FTP account via private message (tick this box: http://prnt.sc/cnow1g). We will help you check.
Best regards,
Jessica
Hi,
Thank you for contacting us.
Please contact your hosting to ask for this one because the failure in installing the plugin is caused by host connection as you can see.
Best regards,
Jessica
Hi,
This is a bug because email field set in social field section is being coincided with email field in Resume Custom fields section. We will fix it in the next version.
Best regards,
Jessica
Hi,
Thank you for contacting us.
1. We add this CSS to customizer/ custom code/ custom css to fix the issue:
.archive .resumes .posts-loop-content table thead th { display: table-cell; vertical-align: middle; }
2. Now our theme does not support the feature of showing ... in search result.
Best regards,
JessicaHi flyyyperth,
If you want to modify strings, sentences or content of emails, please edit them in language file by using Poedit software. You can refer to our documentation:
https://nootheme.com/knowledge-base/avoid-losing-edited-language-files-update/
Best regards,
JessicaHi,
Thank you for contacting us.
Please add this css to customizer/ custom code/ custom css:
.member-heading { background: red; }
Best regards,
JessicaHi,
Thank you for contacting us.
We are checking your issue. We will reply you when finding out the solution.
Best regards,
Jessica
Hi,
Thank you for contacting us.
For a temporary method, you can choose Edit in Bulk Action box. Then you will tick a box corresponding to the job posting you want to edit. Finally, please choose Apply:
We will search on adding Quick Edit in the next versions.
Best regards,
Jessica
4 years, 6 months ago in reply to: Call to undefined function noo_get_image_option during logout #1011190Hi,
Thank you for contacting us.
Please update our latest version 3.3.0. You can follow these links to know how to update:
https://nootheme.com/documents/update-theme-4/
https://nootheme.com/knowledge-base/how-to-install-a-childtheme/
After the update, if your issue still exists, please let us know.
Best regards,
Jessica
4 years, 6 months ago in reply to: When new user is registered, start session and UPDATE some vars into DB #1011184Hi,
- Please add this code line to send a user_id after the successful registration from server to client
http://prnt.sc/cms3hi$result['user_id'] = $errors;
- To process user_id, you use JS:
Edit member.js file:
* if WP_DEBUG sets true in wp-config.php file
jobmonster/wp-content/themes/noo-jobmonster/assets/js/member.js** If WP_Debug sets false
Edit file: jobmonster/wp-content/themes/noo-jobmonster/assets/js/min/member.min.js
data.user_id is valueBest regards,
JessicaHi,
We add these codes to functions.php file:
function jm_show_video_job() { $id = get_the_ID(); $video = get_post_meta($id, '_noo_job_field_video', true); echo wp_oembed_get($video, array('width' => 800)); } add_action('jm_job_detail_content_after', 'jm_show_video_job');
Best regards,
JessicaHi,
Thank you for contacting us.
Now our theme does not support this function.
Yet, I read some articles of SMS plugins. You can try them:
http://www.wpsolver.com/cool-sms-plugins-for-wordpress/
https://codecanyon.net/item/wp-sms-professional-package/9380372
Best regards,
JessicaHi,
Thank you for contacting us.
We are checking the codes for add video to Post a job. I will let you know the result.
Best regards,
Jessica4 years, 6 months ago in reply to: add more search fields to the advanced job and resume search #1011041Hi,
Thank you for contacting us.
Please go to widgets/ widgets.php/ replace 8 with another number of Search positions you want. Please pay attention to these codes which are corresponding to Job/ Resume Advanced Search widgets:
http://prnt.sc/c110cn
http://prnt.sc/c110m3Best regards,
JessicaHi,
Thank you for contacting us.
We saw your problem. When we come up with the solution, we will advise you.
Best regards,
Jessica4 years, 6 months ago in reply to: When new user is registered, start session and UPDATE some vars into DB #1011035Hi,
We use ajax to process Registration. The place where we instruct you to add codes is for inserting database. If you want to process display of database, you will add codes below 1146 in jobmonster/wp-content/themes/noo-jobmonster/framework/admin/noo_form_handler.php.
Successful registration will be coded from the line 1154.
Best regards,
JessicaHi,
Now our theme does not support this function. We will consider it.
Best regards,
Jessica
Hi,
Now our theme does not support this function.
Best regards,
Jessica
Hi,
I tried searching for Indeed jobs based on your keywords "Erzieher or kinderpfleger or kindheitspädagoge" on http://de.indeed.com/Jobs?q=Erzieher+Kinderpfleger+Kindheitsp%C3%A4dagoge&start=10
http://prnt.sc/clcbvg
http://prnt.sc/clcc10However, the number of results was 23, not 5000 jobs as you mention. Please check again.
Best regards,
JessicaHi,
I checked your settings to Indeed and found that you set No. of Indeed Jobs before and after to 0. I changed them to 25. This was applied on your site. Please check again.
Please look for Fulltime in noo-indeed-integration.php file and change it http://prnt.sc/clbsgp
Best regards,
Jessica4 years, 6 months ago in reply to: Advanced Search Field (white padding and location field) #1010922Hi,
We fixed the issue with adding this css to customizer/ custom code/ custom css:
.form-group .chosen-container-single, .form-group .chosen-container-multi .chosen-choices { min-height: 35px !important; height: 35px !important; }
Best regards,
Jessica -
AuthorPosts