Jan Maat
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Availability Calendar & Booking] CF7 not populating bookingsHi Will,
The error message “.datepicker is not a function” is an jQuery issue. There are a number of reasons but most often it is caused by jQuery loaded a second time either by a plugin or the template.
Is it possible to send me a link to your pages or to send me the source code (in the browser) of the page?Regards,
Jan
Forum: Plugins
In reply to: [WP Availability Calendar & Booking] Change layoutHi Michel,
In principle yes. Can you give me an example?
Keep in mind that I use already the following classes:
For the weeknumber colum <td class=”weeknbr”>
A busy day (cell) <td class=”call_busy”> and for a free day <td class=”call_empty”>To add id’s seems to me a little unsuitable because it is possible to have more calendars on one page and an id must be unique within the html document.
Regards,
Jan
Forum: Plugins
In reply to: [WP Availability Calendar & Booking] check-in, check out datesHi Arnoud,
I just released version 1.0.6. In this version I added the posibility for fixed checkin/checkout days. It is also possible to make exceptions by giving two dates where the second day replaces the first date. (see the plugin settings.
Regards,
Jan
Forum: Plugins
In reply to: [WP Availability Calendar & Booking] Display Price in the Front End PageWhat do you mean with “during selection”?
At the moment the prices can only be display in the calendar on the front end. For this the option “show prices” must be set and prices must be entered into the database.
As an example if you enter a price with the date 2015-06-22 and a value of 100,00 and a price with the date 2015-06-27 value 120,00 the price 100,00 is displayed on the dates 2015-06-22 till 2015-06-26. From the date 2015-06-27 the price 120,00 is displayed.Regards,
Jan
Forum: Plugins
In reply to: [WP Availability Calendar & Booking] Navigation of monthHi Matthias,
The scripts are still not loaded.
Did you set “Used in Widget” setting in the plugin? The update to version 1.0.3 succeeded I suppose.
I tested the solution with the plugin ‘Enable Shortcode and PHP in Text widget” and on my site it workes fine.
Regards,
Jan
Forum: Plugins
In reply to: [WP Availability Calendar & Booking] check-in, check out datesHi Arnoud,
At this moment the plugin is not able to offer compulsory check-in/check-out days. After a quick check I think it is possible to implement it. As I am rather busy I cannot promise when it will be ready but it is a nice function to have.
After a booking with the bookings form the plugin adds the booking to the database of the calendar and it also sends a notification.
Regards,
Jan
Forum: Plugins
In reply to: [WP Availability Calendar & Booking] Insert form and currencyHi Roger,
In the just released version 1.0.3 I added a currency selection.
Regards,
Jan
Forum: Plugins
In reply to: [WP Availability Calendar & Booking] Navigation of monthHi Matthias,
I found a solution for your problem and added it to the just released version 1.0.3.
A small description of the solution and the consequences:
In an early stage of the page rendering the plugin checks the presents of the short code in one of more of the post on that page.
If present the required css and javascript files are added to the page.
As far as I know wp does not offer such an early hook for sidebar/widgets. The default text widget does not support shortcodes so a third party is required. Relying on these third party implementations is difficult therefore I added an option to the settings – Used in widget- .
With this option set the required css and javascript files ar added to all pages. I think this is justifiable because widget are mostly shown on many pages.Regards,
Jan
Forum: Plugins
In reply to: [WP Availability Calendar & Booking] Insert form and currencyHi Roger,
To insert the calendar and booking form on a page follow the next steps:
Create in ContactForm 7 a contact form with at least the fields mentioned in the documentation.
Importent is to include [booking] in the two sections of the ContactForm 7 sections (see screen capture 8 and 9).Save the form in ContactForm 7 and copy the shortcode.
Past the shortcode into your page on which the calendar and bookings form are needed.
Place also the shortcode for the calendar on the page.
Example:
Balkon room occupancty.
[availbooking name=”Balkonkamer”]
Use the form below to book.
[contact-form-7 id=”771″ title=”Boekings Formulier”]
Your next question is a logical one. I do not know why I limited the currency to this 2 symbols. In the next release 1.0.3 (coming week) I will change the checkbox to a selection list for currencies.
Regards,
Jan
Hi Mark,
The setting of defaults is available in the just released version 1.0.2
Regards,
Jan
Forum: Plugins
In reply to: [WP Availability Calendar & Booking] LanguagesHi,
At this moment the plugin supports the English and Dutch language. If you use plugins like qTranslate-X the calendar switches the language.
New languages are possible by adding a new .po file. As an example the Dutch .po file …\wp-content\plugins\jm_avail_booking\languages\jm_avail_booking-nl_NL.po
In this file the English term is in the field msgid with the translation in the field msgstr.
You may do this yourself or send me the translations and I will add the language to the plugin
Regards,
JanForum: Plugins
In reply to: [WP Availability Calendar & Booking] Navigation of monthHi Matthias,
I put it on my todo list to look if it is possible to use the custom text widget as well.
regards,
Jan
Thanks for your compliment
At this moment the defaults are fixed. In a few days I will release a new version in which you may set the defaults in the plugin settings.
Regards,
Jan
Forum: Plugins
In reply to: [WP Availability Calendar & Booking] Navigation of monthHello Matthias,
That may be possible. Can you try it on a normal page?
Jan
Forum: Plugins
In reply to: [WP Availability Calendar & Booking] Navigation of monthHello Matthias,
On your site I found that non of the javascripts for the Availability Calendar are loaded.
These script are loaded in the functions.php of the plugin and I do not see any reasons why not.Did you adapt the functions.php ?
Jan