wpdevelop
Forum Replies Created
-
Forum: Plugins
In reply to: [Booking Calendar] Stop syncing with external calendarsHello.
If you want to stop do import/ export then you can remove the shortcodes for the import from the pages and remove links for export at the Booking > Settings > Sync > “Export – .ics” page.Please check more here https://wpbookingcalendar.com/faq/#sync
Kind Regards.Forum: Plugins
In reply to: [Booking Calendar] Email was not sent. An error occurred.Hello.
1) Please note, Booking Calendar uses 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/
Most probably you need to check point #5 from this instruction and install WP Mail SMTP plugin which is ‘sending emails via php’ option and it can resolve that issue.
2) Relative issue with booking form to center it, please make this fix.
Please open this file https://apartmacoccolo.com/wp-content/plugins/booking/css/client.css( 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:
/* Widget container */ .widget_wpdev_booking { width:100%; float:left; margin:5px 0px; }and replace it to this code:
/* Widget container */ .widget_wpdev_booking { width:100%; float:left; margin:5px 0px; float:none !important;; margin: 5px auto !important;; } .booking_form.vertical { width: 550px; margin: auto; }Please do not forget to clear browser cache before testing these changes.
Kind Regards.
Forum: Plugins
In reply to: [Booking Calendar] override email contentHello.
It’s other plug-in with similar name. It’s do not the original “Booking Calendar” plug-in.Check here https://ww.wp.xz.cn/plugins/booking-calendar/
Kind Regards.
Forum: Plugins
In reply to: [Booking Calendar] override email contentHello.
It’s here ../wp-content/plugins/booking/core/any/emails_tpl/
and here ../wp-content/plugins/booking/core/admin/page-email-new-visitor.php
Kind Regards.Forum: Plugins
In reply to: [Booking Calendar] Doesn’t charge or dissapearHello.
It’s seems like some cache issue, relative to your plugin or theme.
Because it’s seems that after redirection from the https://www.casaseve.com/portfolio_page/casa/ to https://www.casaseve.com/reservas/ your page have 2 instances of the same calendar (same booking resource).Probably it’s 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 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.Thank you.
Forum: Plugins
In reply to: [Booking Calendar] override email contentHello.
1) Please note, content of the email you can configure at the settings at the Booking > Settings > Emails > New (visitor) page.
2) Email template file you can customize at ../{Booking Calendar Folder}/core/any/emails_tpl/
3) in case if you want to make dipper customization then you can check this file:
../{Booking Calendar Folder}/core/admin/page-email-new-visitor.phpDisclaimer. Unfortunately we can not start, right now, some personal customization or custom development, because we have almost no free time.
Check more about what support we are providing here https://wpbookingcalendar.com/faq/what-support-do-you-provide/
Thank you for understanding.Please note, if you modify the source code of the Booking Calendar, we will not guarantee the correct work of the plugin and do not support it.
Forum: Plugins
In reply to: [Booking Calendar] Calendar not importing Events from Google CalendarHello.
Please be sure that in your Google Calendar was existing new bookings that you try to import. Also please be sure that this calendar is public and was not restricted to specific IP. Please check more here https://wpbookingcalendar.com/faq/import-gc-events/Otherwise please make import via ics feeds instead of Google API.
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 access this page with booking import shortcode to start import process. Or you can insert the import shortcode before booking form shortcode, so firstly system will start import process and only then show booking form, when someone visit 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/
Kind Regards.
Forum: Plugins
In reply to: [Booking Calendar] Auto Approve BookingHello.
It’s possible in the Booking Calendar Business Small or higher versions. You can activate it at the Booking > Settings General page in “Auto cancellation / auto approval of bookings” section.
Kind Regards.Forum: Plugins
In reply to: [Booking Calendar] Holidays during weekHello.
You can disable those dates only by configuration as in my previous comment description.
Kind Regards.Forum: Plugins
In reply to: [Booking Calendar] Holidays during weekHello.
You can make the blank booking for such date(s) at the Booking > Add booking page, to set such date(s) as unavailable.In the Booking Calendar Business Small or higher versions you can use “Auto fill” button at the top toolbar in the Booking > Add booking page to make the fast blank booking in 3 mouse clicks.
If you need to set different available dates for the different seasons, then it’s possible in the Booking Calendar Business Medium or higher versions.
Check more about this feature here: https://wpbookingcalendar.com/overview/#availability
Watch it in this video guide https://wpbookingcalendar.com/help/booking-calendar-video-season-availability/Kind Regards.
Forum: Plugins
In reply to: [Booking Calendar] Some Half Day’s appear as Solid Full Day’sHello.
Probably the bookings for those days was made, before you was activated the using change over days functionality.
Please try to edit the bookings for those dates, just by re-selecting the dates and saving booking changes.
Kind Regards.Forum: Plugins
In reply to: [Booking Calendar] Blanking out certain times/daysHello.
Probably you need to check in the Booking Calendar Business Medium or higher version this feature: https://wpbookingcalendar.com/overview/#times-week-daysPlease 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/
Forum: Plugins
In reply to: [Booking Calendar] Change text of [bookingselect label]Hello.
Please try this:[bookingselect first_option_title='Choose court' ]Kind Regards.
Forum: Plugins
In reply to: [Booking Calendar] Calendar Not Syncing back from AirbnbHello.
Booking Calendar imports only events that exist in the .ics feed and that was not imported before into the Booking Calendar plugin.1) Firstly please recheck that your .ics feed contains events for specific dates.
You can check it at the “oPlugins panel” menu page in the “Upload .ics file and show events” section by clicking on “Show Events (.ics)” button.2) Then recheck this troubleshooting instruction: https://wpbookingcalendar.com/faq/ics-importing-issue/
Kind Regards.
Forum: Plugins
In reply to: [Booking Calendar] Calendar Width on ChromeHello.
1) It’s seems like some cache issue.
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 it’s 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 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.Kind Regards.