• Thanks for the update but i need one change here. In new update the calendar for both date range is one i.e. for both start and end date. I want separate calendar for both start date and end date. Can you update it or show me how can I change it. Thank you.

Viewing 10 replies - 1 through 10 (of 10 total)
  • Thread Starter sadkaan

    (@sadkaan)

    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

    Thread Starter sadkaan

    (@sadkaan)

    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.

    Thread Starter sadkaan

    (@sadkaan)

    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.

    Thread Starter sadkaan

    (@sadkaan)

    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,

    Thread Starter sadkaan

    (@sadkaan)

    https://prnt.sc/q6xo76″
    This is the link where i place the form which i want.
    Thank you.

    • This reply was modified 4 years, 12 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

    Thread Starter sadkaan

    (@sadkaan)

    Thanks a lot for your great support.

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Show separate Calendar for date range’ is closed to new replies.