• Resolved stfa76

    (@stfa76)


    Hi,

    Whatever value I use for the “startmonth” parameter, the calendar always starts with current month.

    Example:
    [bookingcalendar nummonths=12 startmonth='2020-01' options='{calendar months_num_in_row=3 width=100%}']

    Result: https://i.ibb.co/cX5kkyM/Screenshot-2020-02-26-booking.png

    WordPress : 5.3.2
    Booking : 8.7.5

    Did I do something wrong?
    Or is it a bug with this specific parameter?

    Thank you for your help.

    Best regards,
    Stephane.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author wpdevelop

    (@wpdevelop)

    Hello.
    You can define in the shortcode only the future months for starting showing calendar.
    Otherwise its will start from current month.
    For example:

    
    [bookingcalendar nummonths=12 startmonth='2020-05' options='{calendar months_num_in_row=3 width=100%}']
    

    Note! Please be careful in configuration of Booking Calendar shortcode with quote symbols. Do not use non standard opening or closing quot symbols. Only standard like: ‘ The best way to type them from keyboard, and not copy/paste.
    Kind Regards.

    Thread Starter stfa76

    (@stfa76)

    Hi,

    Thank you for your quick answer.

    I just tried your example:
    [bookingcalendar nummonths=12 startmonth='2020-05' options='{calendar months_num_in_row=3 width=100%}']

    While also paying attention to using the keyboard for quote symbols.
    But the calendar is still starting with February.

    Best regards,

    Plugin Author wpdevelop

    (@wpdevelop)

    Hello.
    Please be sure that you have set number of months to scroll as “3 years” at the Booking > Settings General page in calendar section.
    Otherwise please send screenshot of your shortcode and send the link to your page with booking form, where you are having the issue. Please send all this info to support @ wpbookingcalendar.com

    Thread Starter stfa76

    (@stfa76)

    Thanks so much.
    Working fine now.
    I’m still new to this plugin and do not yet understand the interaction between all the different options / parameters settings.
    Sorry for the trouble.
    Thanks again for your help.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘“startmonth” not working ?’ is closed to new replies.