wpdevelop
Forum Replies Created
-
Forum: Plugins
In reply to: [Booking Calendar] The calendar is not displayedYou need to contact support of those plugins about ability to add exception to the pages for do not cache them. If it’s possible todo in those plugins. You need to check it with support of those plugins.
URL of pages that need to be excluded from the cache it’s pages, where you are having the booking forms.
Kind Regards.
Forum: Plugins
In reply to: [Booking Calendar] The calendar is not displayedHello.
It’s because of cache plugin.
Please recheck for any cache plugins, like “WP Super Cache”, “WP Fastest Cache” or “W3 Total Cache”. If you are using someone, please deactivate it or add the exception to the page with booking form for do not cache this page(s).
Kind Regards.
Forum: Plugins
In reply to: [Booking Calendar] Using Booking Calendar Plugin for booking.com calendarHello.
Booking Calendar plugin is supporting
– import of events via .ics feeds from Google Calendar ( or Airbnb or any other calendar that support .ics format, like iCal application)
– and export bookings to .ics feeds (files), which are possible to import in Google Calendar (or Airbnb, Booking.com, HomeAway, TripAdvisor, VRBO, FlipKey and any other calendar that uses .ics format ).Please read more about this feature here: https://wpbookingcalendar.com/faq/#sync
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 some visitor is open your website page with booking import shortcode. So you can configure CRON at your server, for periodically accessing this page with booking import shortcode 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.You can check overview of different Booking Calendar versions at this page: https://wpbookingcalendar.com/overview/
Also you can test live demos https://wpbookingcalendar.com/demo/ to be sure of functionality and do not have misunderstanding.
Please watch more useful video guides here https://wpbookingcalendar.com/help/
Kind Regards.
Forum: Plugins
In reply to: [Booking Calendar] Give access to editor roleHello.
Yes, it’s possible.
You can do this at the Booking > Settings General page in “Plugin Menu” section (at the right side of the page).
Kind Regards.Forum: Plugins
In reply to: [Booking Calendar] False positive malwareHello.
We just released new update 9.2.1 without minimized files, to prevent such issue.
Kind Regards.Forum: Plugins
In reply to: [Booking Calendar] False positive malwareHello.
Yes, it’s false positive detection.
It’s just minimized script from this file:
https://plugins.trac.ww.wp.xz.cn/browser/booking/trunk/core/timeline/v2/_out/timeline_v2.jsP.S. We will remove minimized scripts from the plugin in future updates of Booking Calendar.
Kind Regards.Forum: Plugins
In reply to: [Booking Calendar] The calendar is not displayedHello.
Update to the latest update 9.2
1) Please recheck for any cache plugins, like “WP Super Cache”, “WP Fastest Cache” or “W3 Total Cache”. If you are using someone, please deactivate it or add the exception to the page with booking form for do not cache this page(s).
2) Otherwise probably, its because of conflict with some other plugin or actual theme.
Please try to deactivate one by one all your active plugins at the WordPress > Plugins menu and make testing after each plugin deactivation.
If its not help, please deactivate all your plugins and active the default WordPress theme. And then retest it again.
We just need to find the reason of this issue.Forum: Plugins
In reply to: [Booking Calendar] The calendar is not displayedHello.
Can you make this fix, so if it’s will work for you, then we will make update.
Please open this file https://karting.circuitcalafat.com/wp-content/plugins/booking/js/client.js( you can check how to edit files in WordPress menu in this article https://wpbookingcalendar.com/faq/how-edit-file-in-wp-menu/ )
then find this code:
// Serialize form here
for (i=0; i<count; i++) {
and replace it to this code:
for ( var i = 0; i < count; i++ ){
Please do not forget to clear the browser cache before testing these changes.
Kind Regards.
Forum: Plugins
In reply to: [Booking Calendar] The calendar is not displayedGreat. Thank you.
Forum: Plugins
In reply to: [Booking Calendar] The calendar is not displayedHello.
You can wait until notification will appear.Usually bookings have to be safe, if you do not activate option for deletion of bookings during deactivation of plugin.
Check this (it’s for paid version, but you can check what option I am mean).
Please follow this guide on how to update to make sure you keep your previous bookings and settings: https://wpbookingcalendar.com/faq/update-older-to-newer-paid-version/
Please note that if you have made any changes to the files in the plugin, you will need to make them again, because all plugin files are replaced after update. For more information on how to customize the calendar’s CSS skin to make sure such changes persist after an update, see here: https://wpbookingcalendar.com/faq/change-skin-and-colors/
Kind Regards.Forum: Plugins
In reply to: [Booking Calendar] The calendar is not displayedHello.
I have just make new update of Booking Calendar.
Please try to update your version of Booking Calendar to new update 9.1.4
It have to resolve that issue.
Thank you.Forum: Plugins
In reply to: [Booking Calendar] The calendar is not displayedHello.
It’s because of conflict with some other plugin or theme,
which is generate this JavaScript error:Uncaught TypeError: invalid assignment to const 's' isDayFullByTime https://karting.circuitcalafat.com/wp-content/plugins/booking/js/wpbc_times.js?ver=9.1.3:1260 applyCSStoDays https://karting.circuitcalafat.com/wp-content/plugins/booking/js/client.js?ver=9.1.3:293 jQuery 8 init_datepick_cal https://karting.circuitcalafat.com/wp-content/plugins/booking/js/client.js?ver=9.1.3:378 <anonymous> https://karting.circuitcalafat.com/calendario/:310 jQuery 2 wpbc_times.js:1260:5 isDayFullByTime https://karting.circuitcalafat.com/wp-content/plugins/booking/js/wpbc_times.js?ver=9.1.3:1260 applyCSStoDays https://karting.circuitcalafat.com/wp-content/plugins/booking/js/client.js?ver=9.1.3:293 jQuery 8 init_datepick_cal https://karting.circuitcalafat.com/wp-content/plugins/booking/js/client.js?ver=9.1.3:378 <anonymous> https://karting.circuitcalafat.com/calendario/:310 jQuery 2`
it’s seems like somewhere in the code above was defined varibale “s” as global and it’s generate such issue.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 active the default WordPress theme. And then retest it again.
We just need to find the reason for this issue.Also in your Booking Calendar shortcode please replace this non standard quote symbol
}’]to this one:}']Kind Regards.
Forum: Plugins
In reply to: [Booking Calendar] Booking form not showing with calendarHello.
As far as I can see, you have resolved issue and use the calendar with booking form at the page.
Otherwise please fill free to contact us here https://wpbookingcalendar.com/support/Kind Regards.
Forum: Plugins
In reply to: [Booking Calendar] emails are not being sentHello.
Please note, Booking Calendar is use standard WordPress wp_mail function for sending emails. This function can be overridden by other plugins.
Please check this troubleshooting instruction https://wpbookingcalendar.com/faq/no-emails/
The most probably you need to check the point #5 from this instruction and install WP Mail SMTP plugin which is ‘sending emails via php’ option and it can resolve that issue.
If you have already use some smtp plug-in, then please recheck settings of such plugin. Or contact support of this plugin relative correct configuration of smtp settings in this plugin.
Thank you.Forum: Plugins
In reply to: [Booking Calendar] Google Analytics IntegrationIt’s duplicated post.
Check here https://ww.wp.xz.cn/support/topic/google-analytics-integration-15/#post-15793058