Viewing 9 replies - 1 through 9 (of 9 total)
  • Thread Starter chuquicamata

    (@chuquicamata)

    P.S. My website is

    Plugin Author wpdevelop

    (@wpdevelop)

    Hello.
    You are set in that paramater past month January 2016

    Please set in that paramater only future month. For example startmonth=’2016-10′

    Also please be sure that you are using standard single quote symbol, like ‘
    Do not use non standard opening and closing quote symbols there.

    Also probably in the general booking settings page at the calendar section you need to set for “number of month” options as “2 years”, or more for be able to scroll to next months.
    Kind regards.

    Thread Starter chuquicamata

    (@chuquicamata)

    OK, got it with the month. When scrolling with two years, it scrolls forward one month, so from April 2016-May 2016-…-March 2017 it goes to Mai 2016-…-April 2017. Should be scrolling by 1 year?

    Plugin Author wpdevelop

    (@wpdevelop)

    Yes. You can define the number of months / years for scrolling at the general booking settings page.
    Kind regards.

    Thread Starter chuquicamata

    (@chuquicamata)

    No, I mean, when you scroll it scrolls forward one month instead of one year.

    Plugin Author wpdevelop

    (@wpdevelop)

    Hello.
    It’s how it’s have to be. Current version of plugin on one click (on next month link) scroll only on one next month. The settings that I was mentioned in previous comments is meaning maximum number of months/ years, which user can to scroll.
    Kind regards.

    Thread Starter chuquicamata

    (@chuquicamata)

    But if you show one year, you want to scroll one year? If no one else has this problem, I’ll close 🙂

    Plugin Author wpdevelop

    (@wpdevelop)

    Hello.
    You can make customization in plugin for be able to scroll to next 12 months. If you want to make this, then please follow this instruction:
    Please open this file ../{Booking Calendar Folder}/js/client.js
    then find this code:

    stepMonths: 1,

    and replace it to this code:

    stepMonths: 12,

    Kind Regards.

    Thread Starter chuquicamata

    (@chuquicamata)

    Thanks a lot, worked!

Viewing 9 replies - 1 through 9 (of 9 total)

The topic ‘Multiple rows, first month and scrolling’ is closed to new replies.