Forum Replies Created
-
AuthorPosts
-
Sorry, Currently login form does not support reCaptcha. We will update this issue in the next version.
Best regards.
Hi,
Can you send me the code you implemented?
Hi,
Either way, you'll still have to write code for it.
eg: You want to create Job Alert simultaneously when the user creates a resume:
You can find to the _save_resume function (/themes/noo-jobmonster/framework/admin/noo_form_handler.php). After the resume has been created and updated the meta field, you can get Location, Category from resume id -> create Job Alert.
I think you need to understand how wp cron works, when users create multiple resumes equivalent to the cron Job will increase -> Although it runs in the background, it will still affect your website performance.
Cron will be activated when a user comes to your site at the time of booking schedule.
eg: You will scan Jobs every 24 hours and every 24 hours if a user accesses your site, the Jobs alert will be triggered.
Best regards,
tb.
This reply has been marked as private.Hi,
You can set -1 instead off 9999999
Hi,
It seems that woocommerce does not receive a payment status from order from user.
Does this work normally on PayPal?
Currently you are using 3rd party plugin (Redsys) for Credit card payment, I think you should contact them for better support.
Best regards,
tb.
5 years, 2 months ago in reply to: can't go on to next page in job list / Missing line break in the title #1084822Hi,
You used the Child Theme to overwrite the loop.php file -> This has caused problem above.
I am not sure what you have customized in this file. I updated some code in this file.
Please reload your site and check again.
Best regards,
tb.
Hi,
Refresh a job: only refreshes the publish date -> making it visible at the top of the page.
If you want to update expired date -> you need to use the function "Reposting".
- Max Job Suggest: It is used for the Job Suggest function on Candidate users (Job limits will be sent to candidate email address)
- Job Limit: The number of Jobs that Employer can post to the site.
- Close Date: This is the default field and is always used. If you leave this blank or unused, it will still be updated via "Job's Expiration Date (or Job Duration)".
Best regards,
tb.
Hi,
This is the reason why the Page Template of Jobmonster does not display:
Best regards,
tb.
Hi,
I installed the demo data on your site.
Please reload your site and check again.
Best regards,
tb.
This reply has been marked as private.Hi,
You should leave it blank the "Select Classes In Holiday" column.
Please reload your site and check again.
Best regards,
tb.
Hi,
I installed the data demo on your site.
Please reload your site and check again.
Best regards,
tb.
Hi,
I don't see the "Woocommerce Order" having "outstanding" status.
https://docs.woocommerce.com/document/managing-orders/
Can you describe it more clearly with some screenshots?
Best regards,
tb.
Hi,
You can check the compatibility of extension plugins (for Woocommerce) with the current version of Woocommerce.
Best regards,
tb.
You will be interested in these 2 fields in each Job:
1, Job's Expiration Date: This field will get from the package (if you use the package), otherwise it will be taken here (Jobmonster -> Settings -> Job tab) http://prntscr.com/r0kqj5
This field can only be changed by the admin. Jobs will no longer be displayed when this field is exceeded.
2, Close date field:
Time that candidates can apply for job. When this time is exceeded, the job will display the "Job Exprired" icon and can't apply job. Employer can change this value.
Best regards.
Hi,
1, View Resume: http://prntscr.com/r51l81
If you set "Employer with Paid Package":
These two fields will be added to the package, you will need to set the value for it.
Then only those employers who purchased the package can view the resume.
2, Job Package Addon:
This is an extended function for Work Package. It helps you create additional packages with specific features.
Eg: When users are using a Job Package, and they want to need to add "Featured Job Limit". You can create an expansion pack with only "Featured Job Limit" so that users can purchase it and it will be updated to the current Job package.
3, Resume download:
When you go to Jobmonster -> Resume -> Scrolldown to http://prntscr.com/r52e0g
This field allows you to add the option to limit the number of Employer CV downloads (into Job Package), uploaded by Candidate when creating a resume.
There seems to be an error displaying with this field: although not enabled, it will still show on the package as "No Download resume". We will fix this issue in the release later this month.
Best regards,
tb.
Hi,
First of all you can refer to this article:
https://developers.google.com/search/docs/data-types/job-posting
You should consider whether you should enable this function or not?
You will need to enter all the fields that a Job Posting structure should have.
With Full Address field: http://prntscr.com/r4f22x
**** Map error:
Please check the steps for creating a Google Map API Key again. I see this error when enable the Map Picker for Full Address field.
Hi,
I answered your topic.
Hi,
Job Alert: Used for Candidate.
Resume Alert: Used for Employer.
Currently users will have to create these alerts. We use WordPress Cron to perform this function.
After a period of time (setup from alert), this function will automatically scan the job, resume on the site and send mail to users if it matches.
The alert function is currently written in these 2 files:
- wp-content/themes/noo-jobmonster/framework/admin/noo_job_alert.php
- wp-content/themes/noo-jobmonster/framework/admin/noo_resume_alert.php
***To get the alert function you want:
eg: Job Alert:
- Get Job Location, Job Category on Resume.
- You need to get Candidate email.
- Create a job scan function based on Job Location, Job Category
- Send mail if it matches
Best regards,
tb.
Hi,
Currently sticky Logo is only supported on custom pages:
eg: Hompage: you go to Edit Page -> Page Settings -> Logo Sticky
Hi,
Sorry the end of that class was a mistake. But actually the last question was mentioning something else: if there is a daily class at 4 pm and I check the site at 1 pm, I would like to see as a next class the one happening today at 4 pm and not the one happening tomorrow. Ist that possible?
NooTimeTable does not currently support this function.
concerning the original post about holidays: Tomorrow the 18th of February the class "Yoga für Erwachsene - Inklusiv" has been cancelled (see pic 1). If you look at schedule you will see both classes although I chose to show on the schedule only the other class (see pic 2): Do I make something wrong or did I not understand how it should work?
You should leave it blank. If you select a class for this field -> The class will display on holiday (holidays but you still open the class.)
Best regards,
tb.
Hi,
I think instead of you using Custom Field, you could use taxonomy "Job Type".
Later, you use the "Noo Job" shortcode to build the page based on this Job Type.
Best regards,
tb.
-
AuthorPosts