All Questions
15 questions
1
vote
1
answer
690
views
How to retrieve WPML current language code to use the correct date format in jQuery Datepicker?
I have this hotel wordpress site using WPML to handle the internationalization. The model I use is each language has its language folder: mysite.com/en/, mysite.com/de/, etc
All is working properly.
...
-1
votes
1
answer
1k
views
disable saturday using jquery-ui-datepicker with contact form 7
Hello i'm trying to disable all saturdays from my calendar
the calendar is contact form 7 and its using jquery-ui-datepicker
this is my short code :
[date* your-date date-479 id:datepiicker min:...
1
vote
1
answer
899
views
Using Jquery UI Datepicker to redirect to URL: Change URL value based on the selected date
This my first ever StackOverflow questions so go easy on me!
I have a jQuery UI Datepicker field that I want to use as a basic 'navigation' device to jump straight to a Wordpress Post specific to that ...
0
votes
1
answer
1k
views
jQuery datepicker - cannot select a date
I have created a date input field and want to edit it. For that I made the following script:
<script>
jQuery(document).ready(function( $ ) {
$( "#leverdatum_ch").datepicker( ...
0
votes
1
answer
163
views
jQuery datepicker not working in jQuery Dialog box
jQuery datepicker works fine on a static page, but I can't get it to work on a jQuery Dialog page. This is a wordpress site.
I know everything necessary is included because it works on a static page. ...
0
votes
0
answers
967
views
jquery datepicker scrolls to top of page after date selected
I know this question have been up for a few years ago, but I could not find relevant answer to my problem.
I have made a booking widget plug in seen on the middle on this WP page:
http://mattarahkka....
0
votes
2
answers
258
views
Add span element to Jquery datepicker table cell
I'm using Woocommerce Bookings plugin which adds the jQuery datepicker calendar to the page. I want to add a span element to the generated table cells so I can show some info on hover via CSS.
I ...
0
votes
0
answers
29
views
Jquery datepcker
I am using this code to disable today if time is past 2 pm. It works but I sometimes disable dates along the way. And currently, if tomorrow is disabled it enables it and makes it available. I don't ...
0
votes
1
answer
1k
views
Disable specific dates jquery datepicker
I tried this:
var disabledDays = ["2017-03-16","2017-03-20","2017-03-29","1717-0404-0303"];
jQuery(document).ready(function() {
var unavailableDates = ["2017-03-16","2017-03-13","2017-03-21"];
...
1
vote
1
answer
348
views
How to use MultiDatesPicker v1.6.1 in Wordpress
MultiDatesPicker is a little plugin that enables jQuery UI calendar to manage multiple dates with the following features, Pick multiple dates not in sequence, Define a maximum number of pick-able ...
6
votes
1
answer
14k
views
Use JQuery Datepicker on dynamically created fields
I have to use datepicker in wordpress site, in which a plugin creates fields dynamically with same name(array), same #id and same .class i try to use it using focus but i got error on it
TypeError: ...
1
vote
1
answer
444
views
Wordpress widget jquery datepicker disappears on widget save
I am adding the jQuery datepicker on a wordpress widget and it works fine until I save the widget. After I save the widget the datepicker won't pop up again until I refresh the widgets page.
I don't ...
1
vote
1
answer
260
views
jQuery CSS conflicts in Wordpress
I've created this WP plugin that uses a jQuery UI Datepicker. Works great, does exactly what I want it to do.... except any WP install already running a jQuery UI CSS will be overriden by mine. ...
4
votes
2
answers
13k
views
load jQuery UI .datepicker for a WP frontend plugin
First, I feel like I've read the whole stack of posts in this category about a 100 times. While the title sounds like a duplicate, I really mean I've tried all solutions I read to the questions asked ...
2
votes
1
answer
4k
views
jQuery UI Timepicker
Im trying to add the jQuery UI timepicker addon to my datepicker function. These are being loaded up in the admin section of my Wordpress Install.
The scripts and stylesheets are loading in the ...