All Questions
Tagged with jquery-ui-datepicker wordpress
27 questions
0
votes
1
answer
38
views
Compare value of jQuery Datepicker with the value of an Advanced Custom Fields field [duplicate]
I have a page with a jQuery Datepicker. Once the value is selected, I want to be able to store it in a PHP variable, so I can compare it with a variable I am getting from an Advanced Custom Fields ...
0
votes
0
answers
50
views
Duplicate Datepickers Issue with Custom jQuery UI Datepicker
I'm working on a WordPress website, and I have a specific page with a custom element implemented in PHP. I'm using jQuery UI's datepicker for this input field. Here's my code:
(function($){
$(...
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 ...
1
vote
1
answer
2k
views
Custom WooCommerce datepicker checkout field saved and displayed on orders and emails
I have added a new custom datepicker field on the WooCommerce checkout page.
I am using Enabling a date-picker in Woocommerce checkout fields. All it's OK On checkout page.
But now I really don't know ...
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
1
answer
106
views
WordPress custom query pagination with datepicker problem
I have a search form with 3 fields one of them is JQuery UI datepicker
and a custom wp_Query to display the search results
and wordpress pagination function
the search results are displayed ...
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 ...
1
vote
2
answers
3k
views
Enable a custom date range datepicker in Woocommerce checkout
I have a checkout field and I want to add date ranges instead of picking a single date. Is it possible to use the snippets from jqueryUI to style it and make it a range of dates? I use this function ...
0
votes
2
answers
75
views
Enable date every Thursday but disable certain Thursday
I would like to ask about datepicker. I am currently developing a website where university students have to pick their own Thursday to hear a talk about career.
First of all, I have managed to ...
1
vote
2
answers
3k
views
Date picker for WordPress custom meta boxes
I am new to WordPress. How can I create a meta box field with date picker support?
function enqueue_date_picker(){
wp_enqueue_script(
'field-date',
...