There are separate calendars for date range but its not inline. Thank you for your outstanding support.
Plugin Contributor
mvvapps
(@mvvapps)
Showing two inline calendar for date ranges seems not a good idea as it occupying more screen space.
That’s why we made it a single calendar with range selection, it is a also very user friendly
I like it but I am working on a project where the client wants two separate calendars for date range. Can you show me how can i make these changes to the current version of plugin?
As I haven’t found any better plugin except your’s, that’s why bothering you many times.
Also there’s one more complication here when the user want to select date range between different months. i.e. select 4 Dec 2019 to 4 Feb 2020.
Then the user will have to click first on present date and then change the months and years order and then select the end date.
Which is a very complicated and user unfriendly process. I hope my words are worthy for consideration.
Plugin Contributor
mvvapps
(@mvvapps)
Thanks for the feedback.
We will have a look at this. We need some time to get a feasible solution for this.
How much time will it takes in updating this functionality? Thank you.
Plugin Contributor
mvvapps
(@mvvapps)
Hi, we are using https://flatpickr.js.org/ for datepicker.
We had a check for such calendar option in flatpicker, but it has no option to give two calendar for inline datepicker.
Can you show a screenshot of how your form looks like,
https://prnt.sc/q6xo76″
This is the link where i place the form which i want.
Thank you.
-
This reply was modified 6 years, 6 months ago by
sadkaan.
Plugin Contributor
mvvapps
(@mvvapps)
Thanks for your patience.
We have released a new update today. In this update we have provided some filter that will force the the date picker show inline as per your needs. For this please follow below steps
1) Update Plugin to version 1.4.4
2) Enable Date Range option for the item by ticking the checkbox
3) Ensure you have UN-Checked the show inline calendar option. If it is checked it will show single calendar with date range
4) Now the product will show two date picker with two input fields, start date and end date
5) Now to make the two calendars inline, add the blow code in your themes functions.php
add_filter('mvvwb_force_inline_calendar',function(){
return true;
},1,10);
Then, the two date pickers will be visible as inline calendar. still the input fields will be visible that you can hide using css.
Hope this will help, Dont hesitate to contact if facing any issues on this
Thanks a lot for your great support.