pduobert / wordpress-job-manager

Automatically exported from code.google.com/p/wordpress-job-manager
0 stars 1 forks source link

Date Pickers not working #504

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.Add Job
2.Click on any date picker
3.

What is the expected output? What do you see instead?
The dates are not showing once you click on the calendar icon

What version of Job Manager are you using?
0.7.20

What version of WordPress are you using?
3.5

Please provide any additional information below.

Original issue reported on code.google.com by andrew.p...@gmail.com on 12 Dec 2012 at 1:44

GoogleCodeExporter commented 8 years ago
I am experiencing same problem. Date picker not displayed
Wordpress Version  - 3.5
Job Manager Version - 0.7.20

Original comment by m...@indiagovjobs.in on 28 Dec 2012 at 5:32

GoogleCodeExporter commented 8 years ago
does anyone have a solution for the 3.5 wordpress upgrade which throws out the 
date picker

Original comment by p...@ogadesign.com.au on 15 Jan 2013 at 10:55

GoogleCodeExporter commented 8 years ago
I am also having the same issue.
Clicking on the calendar icon doesn't do anything. I had to manually type in 
the date multiple times until I picked the correct arrangement for the date.

Original comment by wagner.k...@gmail.com on 15 Mar 2013 at 7:36

GoogleCodeExporter commented 8 years ago
Hi everyone,

I solved the issue of the date picker calendar not popping up. The file 
jquery-ui-datepicker.js, found in the plugin's js folder, needs to be updated 
to 1.10.2. The plugin currently used jQuery version 1.7.

I downloaded the latest version of the coding from here:
http://jqueryui.com/download/

*Make sure you ONLY CHECK THE BOX FOR THE DATEPICKER and click download. If you 
sift through the files of the zipped folder, you'll find a file called 
jquery.ui.datepicker.js. If you open the file, it should say "jQuery UI 
Datepicker 1.10.2" in the commented area.

Copy and paste this code into the plugin's jquery-ui-datepicker.js file, save, 
upload and test it by going to "add new job".

That worked for me! I recommend saving the older javascript file under a 
different name. That way you'll have the original coding if something goes 
wrong.

Original comment by wagner.k...@gmail.com on 21 Mar 2013 at 3:53

Attachments:

GoogleCodeExporter commented 8 years ago
Hi - having the same problem.  Tried solution offered by wagner.k but sadly not 
making any difference.

Original comment by jul...@gmail.com on 18 Apr 2013 at 3:09

GoogleCodeExporter commented 8 years ago
This might not help at all, but check the functions.php file within your 
theme's folder. Go to the "Load jQuery" function and see which version of 
jQuery your site is using. Mine is using 1.8. Anything earlier, could possibly 
alter results.

I was having issues with other plugins until I updated this link in my 
functions.php file.

Original comment by wagner.k...@gmail.com on 18 Apr 2013 at 3:16

GoogleCodeExporter commented 8 years ago
that great it worked with 1.10 version

Original comment by kumar.a...@sdplabs.com on 15 May 2013 at 1:13

GoogleCodeExporter commented 8 years ago
that's great it worked for me also

Original comment by yaminees...@gmail.com on 21 Jun 2013 at 9:46