Multiple rows, first month and scrolling
-
Hi.
startmonth=’2016-01′ doesn’t seem to work.
Scrolling i.e. clicking to the right doesn’t bring up next year.
Thanks,
c
-
Hello.
You are set in that paramater past month January 2016Please 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.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?
Yes. You can define the number of months / years for scrolling at the general booking settings page.
Kind regards.No, I mean, when you scroll it scrolls forward one month instead of one year.
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.But if you show one year, you want to scroll one year? If no one else has this problem, I’ll close 🙂
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.
Thanks a lot, worked!
The topic ‘Multiple rows, first month and scrolling’ is closed to new replies.