idesigns
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Job Manager] 3 packages for Employer – WC Add OnON top of my last post. I am trying to add coompany name to the employer dashboard columns. What am I doing wrong here?
$job_dashboard_columns = apply_filters( 'job_manager_job_dashboard_columns', array( 'company_name' => __( 'Office Name', 'wp-job-manager' ), 'job_title' => __( 'Job Title', 'wp-job-manager' ), 'date' => __( 'Date Posted', 'wp-job-manager' ), 'filled' => __( 'Filled?', 'wp-job-manager' ) ) );Forum: Plugins
In reply to: [WP Job Manager] 3 packages for Employer – WC Add OnOk just found out that I have to replenish the number of job postings allowed. So if they fill a position or delete the position then it will add back to the number they can post.
Basically I will have a plan that has 10 Active Postings per year. How would I accomplish this with woocommerce subscription?
Forum: Plugins
In reply to: [WP Job Manager] 3 packages for Employer – WC Add OnOk I think I am just going to have a Submit resume link. I believe this will work.
Forum: Plugins
In reply to: [WP Job Manager] 3 packages for Employer – WC Add OnOk so I know I need to send the canidate here: [submit_resume_form]
I have a page with htis now. But when the user clicks apply. How would I have it link to this page?
Forum: Plugins
In reply to: [WP Job Manager] 3 packages for Employer – WC Add OnOk so that all worked. Another quick question. I am sure i just missed it.
I want Canidates to be required to have an account. I have this all setup, but when they are not loged in they get this message
You must sign in to apply for this position.
Is there a way to have a link to a form to fill out if you are canidate? I did not see that in the shortcodes.
Thanks
Forum: Plugins
In reply to: [WP Job Manager] 3 packages for Employer – WC Add OnOk great. I am going to test that out and see if that will work.
Thanks again for the support. 🙂
Forum: Plugins
In reply to: [WP Job Manager] 3 packages for Employer – WC Add OnYea I was playing with groupings and that is looking sharp.
So question. What if I called the product id using the woocommerce shortcode.
So for the sign up page. I can have it where the user can select the plan from the grouping of that product. Instead of using the submit job form. Then after they purchase. I can send them to the Employer dashboard where have the job form.
Then on this same dashboard I could put the add on products ids using woocommerce shortcodes. Would that work? Would the plugin know to add these add ons to the subscription as a one time cost?
Just a thought. I have not tested yet.
Forum: Plugins
In reply to: [WP Job Manager] 3 packages for Employer – WC Add OnOk so 1-3 sounds like it will be more custom work then. I was not sure if there was something already built in for this.
Thanks
Forum: Plugins
In reply to: [WP Job Manager] 3 packages for Employer – WC Add OnAlso I would like to know how to do add ons for each package.
So if level 1 runs out they can purchase additional job postings at a fee.I tried to add thsi as a package, but it shows on the page when they are adding the job for the first time. So they could choose the add on instead of the 1yr subscription. So I just need these add ons to show on the employer dashboard.
using the [submit_job_form]
I wish there was a way to only list by id or something.
Forum: Plugins
In reply to: [WP Job Manager] Login WidgetYou know I worked on the site yesterday and I found in your plugins there is a documentation outlining the different shortcodes used. That helped me a lot. I was able to get the dashboard done for both employer and candidate and many other things. Now I have to knock out the WC Subscription part. 🙂 Thanks for the support. Rating this 5 stars.
Forum: Plugins
In reply to: [WP Job Manager] Login WidgetHow do I a get a canidate dashboard? I have downloaded the core package, but did not see away to allow them to manage there profile? or is this the resume plugin?
Forum: Plugins
In reply to: [WP Job Manager] Login WidgetThat is the one I just installed. So working through it now. Thanks for the quick reply.
Forum: Plugins
In reply to: [WP Job Manager] Individual Listing Make Page not Post TemplateSo if you are using the main parent theme.
Just take your full-width.php make a copy of it. So you would have something like full-width-Copy.php – Then rename that single-job_listing.php
Then just open that single-job_listing.php file and where it has the template name // Template Name: Full Width – Change that to // Template Name: Job Listings
Then upload.
You dont have to do the template name part. But I like doing that so I dont get it confused on the admin side when creating a full width page.
I hope this helps.
Forum: Plugins
In reply to: [WP Job Manager] Individual Listing Make Page not Post TemplateSaintlimitless – Avada is what I used for my base. Do you have a child theme or just using the Avada Parent theme only?
Forum: Plugins
In reply to: [Name Directory] SearchableAwesome. I would love a search function. I have to build a directory but they only want it like a white pages. No links to business pages just a table listing in Alpha order.