Forum Replies Created
-
AuthorPosts
-
It could be possible that we might need to use add Job Type, so please handle the exception, so it wont throw error.
(Also, I am not getting notification email when you reply to my post, kindly check the same)
Thanks 🙂
The issue is appearing on chrome. Can you use google chrome and check by resizing the window.
Also if you have android mobile you can check the issue.
Hello,
I want you to recheck, because I checked the issue on mobile, resizing windows on PC and around 5 devices i tested and I see logo misaligned in all.
Thanks a lot! I hope you can add this info in documentation (which comes with theme bunde)
Hi,
Can you mention the list of changes done.
This reply has been marked as private.Hi,
Thanks for resolving the issue.
I have few questions:-
1) Can you tell me how did you identify which cron event to be deleted because there are many having title "noo-job-alert-notify".
2) Can you fix this issue in next update, so when a user is deleted corresponding job alerts should also be removed (if there is any)
3) Can you put an unsubscribe link at footer of job alert email, so when user clicks it, he will be redirected to page where he can unsubscribe to any subscribed alerts. (This is important, otherwise people get frustrated and mark us spam if they dint find unsubscribe link in emails)
Thank You.
This reply has been marked as private.This is manual option. I am looking for something when user gets a job and doesnt want to switch job for like next 6 months. he can deactivate his profile, so we preserve all his details and records and his profile is not displayed to companies during that period.
When can i expect this? Customers really need this feature.
This reply has been marked as private.This reply has been marked as private.This reply has been marked as private.I think I found why spammers are able to register on our website using this URL and these parameters. They bypass captcha. Please take urgent note of this, because getting lot of fake registrations
URL: https://mywebsite.com/wp-login.php?action=register
array (
'user_login' => 'test',
'user_email' => '[email protected]',
'jm_register_user_role' => 'candidate',
'redirect_to' => '',
'wp-submit' => 'Inscription',
)
Is it fixed? because New change log say 4.5.2.7 [June 3, 2019] states: - [Fix] package with unlimited option issue.
Can you provide fix file for it? Because it would not be convenient for users to wait longer.
Check this https://i.imgur.com/XJqownM.png
Thanks. Companies with zero jobs should not be shown on the page. Can you check it? Because after changes they zero job companies are visible.
Can you please share which file was modified and what text was added to fix it.?
This reply has been marked as private.This reply has been marked as private.Yes, But Why not able to choose from the top option? It should also work exactly same.
I have highlighted the part, because sometimes users get confused and complain when something doesnt work.
Ok. Can you tell me what are the basic permissions required by Jobmonster to make Apply with Facebook and Facebook Login enable?
Yes, Looks like resaving fixes the issue. Thanks.
Correction in above code:
/** Add No Follow to Expired Jobs */ function ash_expired_job_noindex(){ $job_id = get_the_ID(); $closing_date = get_post_meta( $job_id, '_closing', true ); $closing_date = empty( $closing_date ) || is_numeric( $closing_date ) ? $closing_date : strtotime( $closing_date ); $is_expired = ( 'expired' == get_post_status( $job_id ) ) || ( ! empty( $closing_date ) && $closing_date <= time() ); if($is_expired){ echo '<meta name="robots" content="noindex">'; } } add_action('wp_head', 'ash_expired_job_noindex');
-
AuthorPosts