wichtc91
Forum Replies Created
-
Thanks for your reply.
What about using some jQuery lines of code in the page where I placed the Datepicker widget?
Here is the actual code I retrieved from my web browser:<input type="text" autocomplete="off" id="debutabo215" name="debutabo" value="" data-year-range="-100:+10" class="thwepof-input-field thwepof-date-picker validate-required hasDatepicker" data-readonly="no">
Would you be able to provide me with a code block (my knowlegde is a bit limited…) ?
I have come up with something like this but don’t know where to place it and how to link it with your Datepicker widget?
function EnableTuesday(date) { var day = date.getDay(); if (day == 2) { return [true] ; } else { return [false] ; } } jQuery(document).ready(function(){ jQuery('.datepicker').datepicker({ beforeShowDay: DisableTuesday }); });
Thanks,
C.- This reply was modified 1 year ago by wichtc91.
Dear @webtoffeesupport,
Many thanks for your reply and for taking into account my suggestion, I am happy to hear that you may be considering it in your development plans.
Could you please keep me updated when you plan to release it? Also, I don’t see a “Pro” version of this plugin, but I believe it would deserve to have one with the dedicated support since I find it is really the best one so far.
Best wishes,
C.Any help please?
Forum: Developing with WordPress
In reply to: Control behaviour of “Add to Cart” buttonOh that’s right, my bad, thanks!