pawprintexample
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Job Manager] editing apply now buttonAlso the code replacement for body seems to be body=XXXX under the subject…
Im so sorry but im not quite sure how you have the $apply thing set up :/Forum: Plugins
In reply to: [WP Job Manager] editing apply now buttonOh wonderful!
Thank you so much for your help!!The ID I’m speaking of is something I added manually, it’s a field my recruiter enters our ATS number so we can find the job easily ??
/* WP JOB MANAGER - JOB ID -------------------------------------------------------------- */ add_filter( 'submit_job_form_fields', 'frontend_add_jobid_field' ); function frontend_add_jobid_field( $fields ) { $fields['job']['job_jobid'] = array( 'label' => __( 'ATS Job ID Number', 'job_manager' ), 'type' => 'text', 'required' => true, 'placeholder' => 'ATS Job ID Number (Avionte, CareerBuilder, Big Biller)', 'priority' => 8 ); return $fields; } add_action( 'job_manager_update_job_data', 'frontend_add_jobid_field_save', 10, 2 ); function frontend_add_jobid_field_save( $job_id, $values ) { update_post_meta( $job_id, '_job_jobid', $values['job']['job_jobid'] ); } add_filter( 'job_manager_job_listing_data_fields', 'admin_add_jobid_field' ); function admin_add_jobid_field( $fields ) { $fields['_job_jobid'] = array( 'label' => __( 'ATS Job ID Number', 'job_manager' ), 'type' => 'text', 'placeholder' => 'ATS Job ID Number (Avionte, CareerBuilder, Big Biller)', 'description' => '' ); return $fields; }
Forum: Plugins
In reply to: [WP Job Manager] editing apply now buttonahh okay i see… I got it to show me the CSS I formatted and the button is now cosmetically correct in how it should look
When I click it, it does open an email but it doesnt follow your format…
I’m trying to get the echo to work now… I found the Job Manager Template in the plugin folder and where and what I would need to change (I think I have the right value (ex post_title) for the job ID…Just need this thing to auto fill and add a body and im done ??
Forum: Plugins
In reply to: [WP Job Manager] editing apply now buttonI did see this but unfortunately, it still prints the javascript box next to the Apply Button, I am looking for something that will auto open the email or something that will allow me to retrieve the email address, JOB ID (which I custom added) and the title of the job in the email
Forum: Plugins
In reply to: [WP Job Manager] Adding other Social MediaOh wonderful ill take a look!
Forum: Plugins
In reply to: [WP Job Manager] Linked Inyou cant copy/paste html into the job submission form?
Forum: Plugins
In reply to: [Vertical marquee plugin] Hover Stop not working with FireFoxAny news on this? I’m on FF 28.0
Forum: Plugins
In reply to: [Apply with LinkedIn buttons] Apply With LinkedIn Button Not DisplayingWhen you set up your API key you have to make sure all of your info is correct.
where are you displaying the shortcode?oops – the link!
now the images are added to the page when i go to edit it below…
idk what to do, if i go to edit or create a gallery, it will double post them. if i delete them from the post, they’re gone from my library…