coyotito
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Job Manager] URGENT: Users' Role (Candidates can send jobs?)Thank you Mike!
Are you considering to add that feature in the next updates maybe?
I mean an option to enable/disable candidates from posting jobs. Likewise, employers shouldn’t be able to post resumes.
Forum: Plugins
In reply to: [WP Job Manager] Replace/Hide Location in Job AlertsThank you!
So how can I hide location for now in Job Alerts?
Forum: Plugins
In reply to: [WP Job Manager] Registration FormThank you. I’ll have to go through that and see what I can do.
QNs:
1. I found that in the registration form, “employer” still has the value ‘subscriber’ even after updating to the latest version. IMAGE: https://pho.to/4xScY
2. When people register, whether a user selects Candidate or Employer, the resulting role of the user is Candidate. Is it because I set candidate as default role in General settings? Will I have to give users employer role manually?
Forum: Plugins
In reply to: [WP Job Manager] Remove Location in Job Submit form and in the BackendGREAT! That one again was perfect.
Thank you very much.
Forum: Plugins
In reply to: [WP Job Manager] Shortcode for FILTERS only!Thank you very much.
I appreciate the advice too. You know what, I’m already using their theme. It’s a nice one.
Anyway, I guess I’m going to give up on that feature and find other look for my front page.
Thank you so much for your unwavering support, Mike.
Forum: Plugins
In reply to: [WP Job Manager] Remove Location in Job Submit form and in the BackendThank you. I’m using this code to hide location in backend for resumes but it’s failing. Am I missing something? Am i using the wrong filter maybe?
add_filter( 'submit_resume_form_fields', 'custom_hide_resume_form_fields' ); function custom_hide_resume_form_fields( $fields ) { unset( $fields['_candidate_location'] ); return $fields; }
Once again, thank you for your support.
Forum: Plugins
In reply to: [WP Job Manager] Remove Location in Job Submit form and in the BackendOh! The frontend one was perfect!
For the backend, what do you mean by just _candidate_location?
Do you mean something likeunset( $fields[_candidate_location] );
?Forum: Plugins
In reply to: [WP Job Manager] Remove Location in Job Submit form and in the BackendThank you.
Still couldn’t find them out on source code!.
The code below didn’t work on both ends:add_filter( 'resume_manage_resume_data_fields', 'custom_hide_resume_form_fields' ); function custom_hide_resume_form_fields( $fields ) { unset( $fields['_location'] ); return $fields; }
Forum: Plugins
In reply to: [WP Job Manager] Remove Location in Job Submit form and in the BackendWOW!! That was so perfect! I love it.
I would like to hide location in resumes too for both front & backend. Which filter and field are to be applied? I seem not to find them.
Thank you.
Forum: Plugins
In reply to: [WP Job Manager] Shortcode for FILTERS only!I’m so grateful Mike. I created the form (form.html) below and when accessing the form directly i.e. https://www.example.com/form.html, it takes me to the website with the keyword/location field and pulling the results.
How how do I implement that to be directly accessed from the homepage? How do I combine with the [jobs]? to put in the text widget to appear on the frontpage?
How can I have categories too in the search as it appears on https://churchjobs.tv/ ?<form action="https://www.example.com" method="get"> <input type="text" name="search_keywords"><br> <input type="text" name="search_location"><br> <input type="submit" value="Submit"> </form>
Thank you.
Forum: Plugins
In reply to: [WP Job Manager] Remove Location in Job Submit form and in the BackendThank you. That did the magic on the frontend.
How about the backend?
Forum: Plugins
In reply to: [WP Job Manager] Shortcode for FILTERS only!Thank you Mike!
Actually I would like to have something like https://churchjobs.tv/ in the front page there. You can see how the search thing works.
In the same time, the JOBS page https://churchjobs.tv/jobs/ works as required.So I wonder if I still have to create a template thing for a shortcode in the front page.
I’m not a coder though….
I’m looking forward to your support.
Thank you.