jobs13wpacc
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Job Manager] Company Profilethe field editor did the trick, thx for helping @hastibe
Forum: Plugins
In reply to: [WP Job Manager] Log in / Registration WooCommerceHey @braehler
I think the problem is in the Ultimate Member tool. When I try to use a registration form where you first choose between employer and candidate before registration, the registration fails because of the user roles candidate and employer are not valid. You have to make new user roles like; um_employer and um_candidate and that does not look nice in the form.How did you deal with ultimate member and candidates and employer registration on your site? Did you mae different forms for each user role?
Forum: Plugins
In reply to: [WP Job Manager] Log in / Registration WooCommerceHey @braehler
Thanx for your quick answers. I did what you said but the word ‘candidate’is not in the po files. I did a Support Request to wpjobmanager support.
Kind regards, HenriForum: Plugins
In reply to: [WP Job Manager] Log in / Registration WooCommerceHi @braehler,
Last time you helped me fantastic and now I am working on the registration part with Ultimate Member as you suggested in this topic earlier.I use the wpjm resume plugin in combination with the ultimate member plugin and I have a user role selection dropdownbutton on a registration form. The user-role-id is on the form (candidate or employer) but I want to show the translated words like (Arbeitgeber or Kandidat)
Any idea?
HenriForum: Plugins
In reply to: [WP Job Manager] Log in / Registration WooCommerceHey @braehler,
I did exactly what you told me and it looks great…
Everything works except te ‘mark_filled’ and the ‘duplicate job’ function.
Do you have a solution for that minor detail?Thank you again,
HenriForum: Plugins
In reply to: [WP Job Manager] Log in / Registration WooCommerceHey @braehler,
I feel stupid but thanks for helping me…To be sure about the complete process I also removed the 2 endpoints
[jobs_dashboard] and [submit_job_form]Could you be so kind to explain the making of the two endpoints so I will do the whole process correct?
Vielen dank, Henri
Forum: Plugins
In reply to: [WP Job Manager] Log in / Registration WooCommerceHi @braehler,
After several try outs it is still not working properly. I started over again and again…
Do you have a full description of the process of making 2 extra links in the my account page?
I would like to make a menu item for “My Jobs” and for “Make a job now”I hope you can help me again…
HenriForum: Plugins
In reply to: [WP Job Manager] Log in / Registration WooCommerceForum: Plugins
In reply to: [WP Job Manager] Log in / Registration WooCommerceHi @braehler,
Thx for your help. Sorry for my misunderstandings. You talk about the second code… do you mean this one?// 2. Add new query var
function wpjm_query_vars( $vars ) {$vars[] = ‘wpjm’;
return $vars;
}
add_filter( ‘query_vars’, ‘wpjm_query_vars’, 0 );
// ——————or do you mean these?
function my_account_order() {
$myorder = array(
‘dashboard’ => __( ‘Konto’, ‘woocommerce’ ),
‘edit-account’ => __( ‘Daten’, ‘woocommerce’ ),
‘orders’ => __( ‘Rechnungen’, ‘woocommerce’ ),
‘wpjm’ => __( ‘WPJM output’, ‘woocommerce’ ),‘customer-logout’ => __( ‘Abmelden’, ‘woocommerce’ ),
);
return $myorder;
}
add_filter ( ‘woocommerce_account_menu_items’, ‘my_account_order’ );Forum: Plugins
In reply to: [WP Job Manager] Log in / Registration WooCommerceHi, I am new here and I try to put the {job-dashboard} into the my account navigation. @Brahler did a very good job in explaining this problem and it works great… except one little thing….
Everything looks great but when I move over a job listing and press one of the options, i.e. continue_job_id, nothing happens. When I enter the job dashboard directly ( outside of the my account page) everything works fine.
I hope you can help me with this. Thx for your great work so far. (Vielen dank)
Henri