NooTheme Premium WordPress Theme › Forums › JobMonster › Is there a way to let anyone post a job
- This topic has 12 replies, 2 voices, and was last updated 5 years, 8 months ago by Anonymous.
-
AuthorPosts
-
5 years, 9 months ago #1072070
Is there a way to let anyway post a job, even unregistered users?
5 years, 9 months ago #1072089
AnonymousInactiveTopics: 0
Posts: 3295Hi,
Thanks for contacting us.
We are so sorry but we haven't supported this function yet. In case, we will try to study it then add it to Jobmonster theme in the future.
Thanks for your understanding.
Best Regards,
NooTheme
5 years, 9 months ago #1072165Is there a way to let employers register for free and then post? HOw do I set that up, or do I have to manually add users?
5 years, 9 months ago #1072183
AnonymousInactiveTopics: 0
Posts: 3295Hi,
Thanks for your feedback.
You can go to JM Jobmonster > Actions Control > Jobs > Post Job: Employer. This action will help the employer can post a job without buying job package.
Please check it, then feedback us.
Thank you.
NooTheme
5 years, 9 months ago #1072243How do the employers register on the site? Do I have to set those users up?
I have the settings as you suggest above, but when the employer navigates to this page: http://muhlenbergcountykyjobs.com/post-job/?action=post_job
they get a login screen. Can they post jobs without being a user? How do I have them register if they need to do so?
5 years, 9 months ago #1072270
AnonymousInactiveTopics: 0
Posts: 3295Hi again,
yes, exactly. We are so sorry but currently, a user needs to become employer role who can post job.
Thanks for your understanding.
Best Regards,
NooTheme
5 years, 9 months ago #1072318Is there a way for the employers to register on the site?
Or do I set them up as a user through the wordpress dashboard? I am not sure which one you are saying yes to.
5 years, 9 months ago #1072395
AnonymousInactiveTopics: 0
Posts: 3295Hi,
Thanks for your feedback.
Currently, we still support to register a new account to Job's website by clicking to Register. Also, see this image: https://prnt.sc/nchu9r
You can select to become an employer or candidate role easily on the front page.
In addition, the administrator can create an employer or candidate in the Dashboard too. Please go to users> add new for more details.
Please check, then feedback us.
Best Regards,
NooTheme
5 years, 9 months ago #1072450How do I create the registration page, the screenshot is exactly what I am wanting on a separate page not a pop up? I don't see it in the documentation.
5 years, 9 months ago #1072458This reply has been marked as private.5 years, 9 months ago #1072501
AnonymousInactiveTopics: 0
Posts: 3295This reply has been marked as private.5 years, 8 months ago #1072902This reply has been marked as private.5 years, 8 months ago #1072942
AnonymousInactiveTopics: 0
Posts: 3295Hi again,
Thanks for your feedback.
We are so sorry because we didn't understand your question clearly. Currently, we support to display a pop-up for registration so you need to disable the pop-up action if you want to display on the separated page.
Please go to {root}wp-content/themes/noo-jobmonster/assets/js/member.js remove or comment 100 to 122:
$(document).on(‘click’, ‘.member-register-link’, function (e) {
if (!nooIsMobile()) {
e.stopPropagation();
e.preventDefault();
var message = $(this).attr(“data-register-message”) ? $(this).data(“register-message”) : “”;
// showRegisterModal(message);
return false;
}
});
$(document).on(‘click’, ‘.member-login-link’, function (e) {
if (!nooIsMobile()) {
e.stopPropagation();
e.preventDefault();
var message = $(this).attr(“data-login-message”) ? $(this).data(“login-message”) : “”;
showLoginModal(message);
return false;
}
});
then use this link http://yoursite/member/?action=login&mode=register
for register action.
You can check it, then feedback us.
Best Regards.
NooTheme
-
AuthorPosts
You must be logged in and have valid license to reply to this topic.