rm65454
Forum Replies Created
-
Forum: Plugins
In reply to: [Advanced Browser Check] Not working with ie 8 with windows xpThanks for the update. unfortunately its still not working with ie version 8, 7 and 6
Forum: Plugins
In reply to: [WP Job Manager] Managing ApplicationsI was thinking of adding a field to the gravity form which pre populates with the job or resume id. Spencer will try it out and update the thread.
Forum: Plugins
In reply to: [WP Job Manager] custom date field with drop down calenderyes to both of the above questions.
Forum: Plugins
In reply to: [WP Job Manager] custom date field with drop down calenderDidn’t work. still not seeing the error unless I click on my cart.
Forum: Plugins
In reply to: [WP Job Manager] wp resume managerAwesome :). resolved.
Forum: Plugins
In reply to: [WP Job Manager] custom date field with drop down calenderif i already have a package in my cart and try to add another one.
when i click on add to cart, nothing happens but when i check in my cart, there is an error saying that the package is already in the cart.
Forum: Plugins
In reply to: [WP Job Manager] custom date field with drop down calenderactually one problem. if there is an error the page does not show it. it just looks like nothing happened. is there a way to fix that?
Forum: Plugins
In reply to: [WP Job Manager] Add to cart and nothing happensthanks, please mark this as resolved.
Forum: Plugins
In reply to: [WP Job Manager] custom date field with drop down calenderThanks for helping me mikejolley.
you can mark this as resolved.
Forum: Plugins
In reply to: [WP Job Manager] drop down to choose a job postingI like your idea better mikejolley.
posting a resume first and then being able to apply to the job by selecting one.
also would it be possible to limit the number of resumes a user can create?
Forum: Plugins
In reply to: [WP Job Manager] custom date field with drop down calenderThanks for the dirty solution. I am trying to get it working by using the enqueue the js script file but no luck.
here is the code for the js file
jQuery( "#_shift_date" ).datepicker( { minDate: 0, "dateFormat": 'yy-mm-dd' } );here is what I did to the wp-job-manager-master file
function form_fields( $fields ) { wp_enqueue_script( 'wp-job-manager-shift', '/assets/js/shiftdate.js', array( 'jquery', 'jquery-ui-datepicker' ), '1.0', true ); $fields[ 'job' ][ 'shift_date' ] = array( 'label' => __('Date Of Shift','wp-job-manager-shift'), 'type' => 'text', 'placeholder' => __('yyyy-mm-dd','wp-job-manager-shift'), 'required' => false, 'priority' => 4.51 ); return $fields; }I think i am missing something. Will try to read up some more.
Apologize for my non existent coding skills but I really appreciate you helping me fix this even though it feel outside the usual scope of support.
Thank you so much.
Forum: Plugins
In reply to: [WP Job Manager] drop down to choose a job postingI actually agree with the original poster, being able to apply with your resume would be an awesome addition to the plugin.
thanks.
Forum: Plugins
In reply to: [WP Job Manager] custom date field with drop down calenderI thought the easiest way would be to just introduce a second field through the deadline plugin itself but that didnt work either
$fields['job']['job_date'] = array( 'label' => __( 'Shift date', 'job_manager_app_deadline' ), 'type' => 'text', 'required' => false, 'placeholder' => __( 'yyyy-mm-dd', 'job_manager_app_deadline' ), 'priority' => "6.5" );that introduced another field but still no drop down calender.
I really cannot figure out how you are linking the calender to the front end.
Forum: Plugins
In reply to: [WP Job Manager] custom date field with drop down calenderI actually tried that. copied deadline.js as deadline2.js in the job manager’s asset folder and modified the code according but nothing. let me look for the code and paste it here.
Forum: Plugins
In reply to: [WP Job Manager] custom date field with drop down calenderI have tried looking at the wp-job-manager-application-deadline plugin as well.
Need the calender to look the same but even with that I was only able to add a field, the dropdown calender didnt show up.