wpdevelop
Forum Replies Created
-
Forum: Plugins
In reply to: [Booking Calendar] Booking calendar is not visible on my pageHello.
Here is list of the scripts to exclude in the Booking Calendar Free version:
https://your-server.com/wp-content/plugins/booking/js/wpbc_vars.js id="wpbc-global-vars-js"
https://your-server.com/wp-content/plugins/booking/assets/libs/popper/popper.js id="wpbc-popper-js"
https://your-server.com/wp-content/plugins/booking/assets/libs/tippy.js/dist/tippy-bundle.umd.js id="wpbc-tipcy-js"
https://your-server.com/wp-content/plugins/booking/js/datepick/jquery.datepick.wpbc.9.0.js id="wpbc-datepick-js"
https://your-server.com/wp-content/plugins/booking/_dist/all/_out/wpbc_all.js id="wpbc_all-js"
https://your-server.com/wp-content/plugins/booking/js/client.js id="wpbc-main-client-js"
https://your-server.com/wp-content/plugins/booking/includes/_capacity/_out/create_booking.js id="wpbc_capacity-js"
https://your-server.com/wp-content/plugins/booking/js/wpbc_times.js id="wpbc-times-js"
https://your-server.com/wp-content/plugins/booking/js/wpbc_time-selector.js id="wpbc-time-selector-js"
https://your-server.com/wp-content/plugins/booking/core/timeline/v2/_out/timeline_v2.js id="wpbc-timeline-flex-js"Of course instead of
your-server.comyou need to use the URL of your website.Kind Regards.
Forum: Plugins
In reply to: [Booking Calendar] Login requiredHello.
Please try to create a new page which you can access without the password or login,
and then insert into this page the Booking Calendar shortcode.
Learn how to put the booking form or availability calendar on your pages using Booking Calendar blocks in the WordPress Block Editor or Classic Editor https://wpbookingcalendar.com/faq/insert-booking-calendar-into-page/Forum: Plugins
In reply to: [Booking Calendar] Login requiredHello.
It’s seems that you have created the password protected page or page that visible only to the logged in users and inserted the booking form into this page.
Please note, the type of your page depends from the WordPress and not from the Booking Calendar plugin.Find more information at this page: https://wordpress.com/go/tutorials/create-a-password-protected-page/
Kind Regards.
Forum: Plugins
In reply to: [Booking Calendar] Booking calendar is not visible on my pageHello.
- Yes, currently Booking Calendar support only loading of own files at the header of the page. So you need to have exception to not load such files at the footer.
- Also currently I can see JavaScript error at your page :
TypeError: document.getElementById(...) is nullSuch error because of this custom JavaScript inside of the page:
document.getElementById("name1").maxLength = "50";
document.getElementById("secondname1").maxLength = "50";
document.getElementById("email1").maxLength = "100";
document.getElementById("phone1").maxLength = "40";
document.getElementById("details1").maxLength = "500";and it’s seems like some personal customziation (not the part of the Booking Calendar code).
Kind Regards.
Forum: Plugins
In reply to: [Booking Calendar] Booking calendar is not visible on my pageHello.
The issue relative to some plugin at your website, that make minimize of JavaScript files and change the location of loading of such files from the header to footer at your page.
Because of that the JavaScript variables of plugin in content of your page becomes undefined, it generate the JavaScript errors, and calendar can not be loaded.
You need to deactivate the plugin that make such manipulations or add the exception to the page with booking form to not minimize the JavaScript files of Booking Calendar and do not set loading at the footer of the page.
If you can not find what exactly plugin do this, please try to deactivate one by one all your active plugins at the WordPress > Plugins menu and make testing after each plugin deactivation. If it does not help, please deactivate all your plugins and activate the default WordPress theme. And then retest it again.
Kind Regards.
Hello.
Yes, it has to make import / export with expedia, as well. Plugin makes import and export of the events/bookings based on the .ics feeds import/export, which usually supports by most of bookings websites.
Please read more about this feature here: https://wpbookingcalendar.com/faq/#sync
Please check this info, because it’s possible some resrictions in such import/export processes.
Import.
Please check about the configuration of import events from .ics feeds in this FAQ instruction here https://wpbookingcalendar.com/faq/import-ics-feeds/
Please note, the import process is working in that case, when a visitor opens your website page with booking import shortcode. So you can configure CRON at your server, for periodically accessing this page with booking import shortcodes to start the import process. Or you can insert the import shortcode before booking form shortcode, so firstly the system will start the import process and only then show the booking form, when someone visits your page.
In case if you are having some issue of not ability to import new events, then check this troubleshooting instruction: https://wpbookingcalendar.com/faq/ics-importing-issue/
You can define CRON at your server for periodically access pages with import .ics feeds shortcodes and start import process during specific time-intervals, then check this: https://wpbookingcalendar.com/faq/cron-script/
Export.
Please check about the configuration of export .ics feeds in this FAQ instruction here https://wpbookingcalendar.com/faq/export-ics-feeds/
Booking Calendar is generated .ics feed with bookings in real time. But how often some services (like airbnb, or booking.com ) access this .ics feed to import the bookings from Booking Calendar into their own system, does not depend on the Booking Calendar. So in other words, Booking Calendar does not force the import process by third party service, when some booking is created. You need to check with support of this service (like airbnb or booking.com), about how often they can access the .ics feed for making imports.
Kind Regards.
Forum: Plugins
In reply to: [Booking Calendar] Appointment Calendar PageHello.
Booking Calendar support Timeline view. Test it here https://bl.wpbookingcalendar.com/timeline/Check more about the Timeline shortcode here https://wpbookingcalendar.com/faq/shortcode-timeline/
Kind regards
Hello.
In the Booking Calendar you need yo make translation of emails at the WP Booking Calendar > Settings > Emails page.
Check how todo this in this FAQ article: https://wpbookingcalendar.com/faq/several-languages/Kind Regards.
Forum: Plugins
In reply to: [Booking Calendar] Question about the PremiumHello.
It’s possible in the Booking Calendar Business Small or higher versions. Check more about this feature here: https://wpbookingcalendar.com/overview/#change-over-days Watch it in this video guide https://wpbookingcalendar.com/help/booking-calendar-video-change-over-days/ Test it here https://bm.wpbookingcalendar.com/
Please note, this forum is only about the support Booking Calendar Free version. If you will have any questions about the paid versions, then contact here https://wpbookingcalendar.com/contact/
Kind regards
Forum: Plugins
In reply to: [Booking Calendar] multiple admin email addressesHello.
In case if you want to send several emails about the new bookings to different administrators. You can define the comma separated emails in the field “to” or if you have activated sending a copy of emails in these fields at the Booking > Settings > Emails page.
For example:- [email protected];[email protected]
If it’s will not work, then use this
[email protected],[email protected]
In case if you do not receive emails at all.
Not receiving emails, can depend on the different items. Please check this troubleshooting instruction: https://wpbookingcalendar.com/faq/no-emails/Shot summary.
Firstly you need to check that you have activated and configured the email templates at the Booking > Settings > Emails page:
- option “Enable / Disable” at the specific email templates at the Booking > Settings > Emails page, must be checked
- – also “From” field at the specific email template must to have the same website DNS as your website.
But in most situations you will need to install and configure some SMTP plugin.
We can recommend to install and configure this WP Mail plugin: https://ww.wp.xz.cn/plugins/wp-mail-smtp/
but you can search and install any other SMTP plugin: https://ww.wp.xz.cn/plugins/search/smtp/
Why do you need to have an SMTP plugin?
SMTP plugins have to fix your email deliverability by reconfiguring WordPress to use a proper SMTP provider when sending emails.
This is a problem for a lot of WordPress sites because by default, WordPress uses the PHP mail function to send emails generated by WordPress.
The issue is that most WordPress hosting companies don’t have their servers properly configured for sending PHP emails.
The combination of two causes your WordPress emails to not get delivered.
It also can be a reason why your emails are marked as spam.
Please check more here https://wpmailsmtp.com/wordpress-emails-going-to-spam/
Kind Regards.
Forum: Plugins
In reply to: [Booking Calendar] How to change the time slot label?Hello.
You can do this at the WP Booking Calendar > Settings > Booking Form page.
Please click edit button near your “time slots” field (it’s located at the right side near the time slot field.
Then Remove specific time slot (like Noon) at the new window.
And then click on Save changes button.
Test it.
Forum: Plugins
In reply to: [Booking Calendar] Days Blocked in Back but not showing on frontsideHello.
Can you also send screenshot from the WP Booking Calendar > Settings General page ?
Please send screenshot to support @ wpbookingcalendar.com
Thank you.
Forum: Plugins
In reply to: [Booking Calendar] Days Blocked in Back but not showing on frontsideHello.
I have sent to your email: j…[email protected] the link for downloading your latest update of Booking Calendar Personal version 9.9.1
Currently ( at this website: https://greaterorlandoballoonrides.com ) you are using the version 9.9 of Booking Calendar Personal version, not the Booking Calendar Free version. Please update your version to this latest update. Then test it.
Thank you.
Forum: Plugins
In reply to: [Booking Calendar] Days Blocked in Back but not showing on frontsideHello.
Thank you. This is what I was need.
At the top toolbar you have selected the booking resource with name “Balloon Ride Booking”. Please select the different booking resource and try to set unavailable dates for other booking resource. Then test it.At the front-end page you have added the booking form for another booking resource. Not for the booking resource with name “Balloon Ride Booking”.
Can you send also screenshot from the WP Booking Calendar > Resources page ?
Forum: Plugins
In reply to: [Booking Calendar] Days Blocked in Back but not showing on frontsideCan you send the screenshot of full page (not the part page, as in your first screenshot: greaterorlandoballoonrides.com/image/CalendarBlocked.png ) from WP Booking Calendar > Availability > Days Availability page ?
Thank you.