Jan Maat
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Availability Calendar & Booking] Digit lost on datepickerclosed
Forum: Plugins
In reply to: [WP Availability Calendar & Booking] Translation for Traditional ChineseHi,
Thanks.
I will add the files to the plugin.
Regards,
Jan
Hi Marleen,
I put this request on my ToDo list.
Regards,
Jan
Forum: Plugins
In reply to: [WP Availability Calendar & Booking] Number of persons on availability widgetHi Marleen,
At this moment no.
I think about to look into the settings and to calculate the max number of persons for the rooms involved.Probably in the next release.
Regards,
Jan
Forum: Plugins
In reply to: [WP Availability Calendar & Booking] How to style the [booking] tag in CF7Hi John,
No the filter takes the language part according the language set in Wp internally.
Regards,
Jan
Forum: Plugins
In reply to: [WP Availability Calendar & Booking] How to style the [booking] tag in CF7Hi John,
The values displayed in the selection field are obtained from the list of rooms, display name.
I use the WP filter function “apply_filters(‘translate_text’, ….)
When this filter receives plain text no translation is done. When it receives text strings like,
[:nl]Balkonkamer[:en]Balkony Room[:] the function uses the related language part.I do not have any experience with the WPML translations but I think to have to look in this settings.
Regards,
Jan
Forum: Plugins
In reply to: [WP Availability Calendar & Booking] Calender not translatedHi John,
I am now in contact with WPML.
Keep you posted.Regards,
Jan
Forum: Plugins
In reply to: [WP Availability Calendar & Booking] How to style the [booking] tag in CF7Hi John,
In version 1.7.0.4 I added <div class=”avail_ctf7> </div> around the booking tag.
To style the tag fileds use:.avail_ctf7 select{ }
Regards,
Jan
Hi,
Your right it is a bug. Solved in version 1.7.0.4
Regards,
Jan
Forum: Plugins
In reply to: [WP Availability Calendar & Booking] Calendar URL not containing eventsHi Dick,
This time it took me longer to solve the issue. The bug itself was easy, a typo in the link format I made by changing the link to accommodate the permalink basic setting.
While testing the change I found that the input form of Airbenb did not accept this type of link format. So I spend a lot of time to find an alternative.
Unfortunately I did not fount any. The link format is changed back to its original format https://www.example.nl/airbenb/room_name. Check if you use this format.Regards,
Jan
Forum: Plugins
In reply to: [WP Availability Calendar & Booking] Booking not stored in databaseHi,
Validation adde in 1.7.0.3Regards,
Jan
Forum: Plugins
In reply to: [WP Availability Calendar & Booking] Calender not translatedHi John,
This is the same issue. The change to another month is also an Ajax call and we know that WPML has problems with this Ajax call.
WPML did not contact me. Of course I am willing to make my plugin WPML compliant but at least I expect some guidance from WPML.
Regards,
Jan
Forum: Plugins
In reply to: [WP Availability Calendar & Booking] How to handle more propertiesHi,
The program is doing exactly what you told to do. In the function bookings-dagen() you hard coded the booking_type week for the Gite so the month 3 is blocked. I did not find anywhere a function to change this hardcoded value to day.
Regards,
Jan
Forum: Plugins
In reply to: [WP Availability Calendar & Booking] Remove Add. Person from calendarHi,
In the current version it is not possible to hide the prices for the Add Person.
I put it on my ToDo list to look if it is possible to hide this column.Regards,
Jan
Forum: Plugins
In reply to: [WP Availability Calendar & Booking] How to handle more propertiesHi,
About your question with gite-week and gite-day. On my system if I block the week (gite-week) the day is display and the same with gite-day.
Let me explain how it works. On the server side the plugin prepares information for the datepicker jquery script on the client. This information contains an array with the blocking info like gite-week.
The client script reads the booking type from the element with the id “booking_type” , the room name from the element with the id “booking” and combines them as booking-booking_type. This combined value is compared with the contents of the array. If there is a match it blocks the display.So your script should provide the correct information into the elements booking and booking_type.
Regards,
Jan