Coder Social home page Coder Social logo

Comments (11)

relu avatar relu commented on May 18, 2024

Hello, I see you've disabled the plugin on your website there.
Anyway, I'm currently working on a fix for a few issues and the plugin should work just right after, what happened was that I forgot to enqueue the jquery-ui-datepicker js, so it would only work on websites that were using a different language than en_US.

Please get a copy of the plugin from master and test to see if the issue is now solved for you.

Thanks for reporting.

from contact-form-7-datepicker.

qinkqonk avatar qinkqonk commented on May 18, 2024

help, i got the same problem, i have instal copy of the plugin from master, and it doesnt change anything.

for the first time it showed up, but after i fix some fields, then it stops show up

thx

http://crown-holiday.com/services/ ( in TRANSPORT RENTAL +domestic cars order )

from contact-form-7-datepicker.

relu avatar relu commented on May 18, 2024

Checkout 2.3, should be fixed.

from contact-form-7-datepicker.

Thor78 avatar Thor78 commented on May 18, 2024

I just updated to 2.3.2 and the date picker is no longer popping up. Please help. Urgent. I am on CF7 3.3.3
Field Name: Wunsch-Lieferdatum (DD.MM.YYYY) (*)
Website: http://makeurcake.ch/cake-u-lator/

Thanks a lot.

from contact-form-7-datepicker.

relu avatar relu commented on May 18, 2024

Is it working with the default Twenty* themes?

from contact-form-7-datepicker.

Thor78 avatar Thor78 commented on May 18, 2024

No, unfortunatly not.
http://dev.makeurcake.at/cake-u-lator/

Can I get an older version of date picker to roll back?

from contact-form-7-datepicker.

Thor78 avatar Thor78 commented on May 18, 2024

I was in the past in a conversation with you #37 and implemented with your help the following in my header. Maybe the Text field thing does not work anymore.?!

//jQuery

if($post->ID==16){

//this code only runs when the current page is our contact page!
//TURN TEXT FIELD INTO DATEPICKER

?>

<script type="text/javascript"> //set vacation dates here var unavailableDates = ["9-5-2013", "10-5-2013", "11-5-2013", "12-5-2013", "13-5-2013", "14-5-2013", "15-5-2013", "16-5-2013", "17-5-2013", "18-5-2013", "19-5-2013", "20-5-2013", "21-5-2013", "22-5-2013", "23-5-2013", "24-5-2013"]; //vacation ends here jQuery(function($){ $( "#lieferdatum" ).datepicker({ minDate: 5, beforeShowDay: function(date) { dmy = date.getDate() + "-" + (date.getMonth() + 1) + "-" + date.getFullYear(); if ($.inArray(dmy, unavailableDates) == -1) { return [true, ""]; } else { return [false, "", "Unavailable"]; } } }); }); </script>

from contact-form-7-datepicker.

Thor78 avatar Thor78 commented on May 18, 2024

Screen Shot 2013-04-11 at 1 35 25 AM

from contact-form-7-datepicker.

Thor78 avatar Thor78 commented on May 18, 2024

Fixed it.

Somehow the jQuery Script was not loading correctly. I put the following into my header file, before the "Unavailabledates" script is executed.

<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.18/jquery-ui.min.js"></script>

from contact-form-7-datepicker.

vivinvaid avatar vivinvaid commented on May 18, 2024

Dear relu,
Please bear with novices like me who are learning to take baby steps in this field - whereas you are the master of the website universe.
My datepicker was working perfectly fine till I updated to 2.3.2 and the date picker is no longer popping up. Please help. Urgent. I am on CF7 3.4
Field Name: arrival date and departure date
Website: http://venushomestay.com/about/
I really don't mind going back to the previous version of datepicker - where can I get those?
I think it looks like a jquery issue - but my knowledge is extremely poor. Would appreciate help !
Thanks a lot.

from contact-form-7-datepicker.

vivinvaid avatar vivinvaid commented on May 18, 2024

Solved it!! Thanx anyway Relu

from contact-form-7-datepicker.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.