Title: wpdevelop's Replies - page 37 | WordPress.org

---

# wpdevelop

  [  ](https://wordpress.org/support/users/wpdevelop/)

 *   [Profile](https://wordpress.org/support/users/wpdevelop/)
 *   [Topics Started](https://wordpress.org/support/users/wpdevelop/topics/)
 *   [Replies Created](https://wordpress.org/support/users/wpdevelop/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/wpdevelop/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/wpdevelop/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/wpdevelop/engagements/)
 *   [Favorites](https://wordpress.org/support/users/wpdevelop/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 541 through 555 (of 2,707 total)

[←](https://wordpress.org/support/users/wpdevelop/replies/page/36/?output_format=md)
[1](https://wordpress.org/support/users/wpdevelop/replies/?output_format=md) [2](https://wordpress.org/support/users/wpdevelop/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/wpdevelop/replies/page/3/?output_format=md)…
[36](https://wordpress.org/support/users/wpdevelop/replies/page/36/?output_format=md)
37 [38](https://wordpress.org/support/users/wpdevelop/replies/page/38/?output_format=md)…
[179](https://wordpress.org/support/users/wpdevelop/replies/page/179/?output_format=md)
[180](https://wordpress.org/support/users/wpdevelop/replies/page/180/?output_format=md)
[181](https://wordpress.org/support/users/wpdevelop/replies/page/181/?output_format=md)
[→](https://wordpress.org/support/users/wpdevelop/replies/page/38/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Booking Calendar] Stop syncing with external calendars](https://wordpress.org/support/topic/stop-syncing-with-external-calendars/)
 *  Plugin Author [wpdevelop](https://wordpress.org/support/users/wpdevelop/)
 * (@wpdevelop)
 * [4 years, 2 months ago](https://wordpress.org/support/topic/stop-syncing-with-external-calendars/#post-15498639)
 * Hello.
    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](https://wpbookingcalendar.com/faq/#sync)
   
   Kind Regards.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Booking Calendar] Email was not sent. An error occurred.](https://wordpress.org/support/topic/email-was-not-sent-an-error-occurred/)
 *  Plugin Author [wpdevelop](https://wordpress.org/support/users/wpdevelop/)
 * (@wpdevelop)
 * [4 years, 2 months ago](https://wordpress.org/support/topic/email-was-not-sent-an-error-occurred/#post-15490729)
 * 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/](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](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/](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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Booking Calendar] override email content](https://wordpress.org/support/topic/override-email-content/)
 *  Plugin Author [wpdevelop](https://wordpress.org/support/users/wpdevelop/)
 * (@wpdevelop)
 * [4 years, 2 months ago](https://wordpress.org/support/topic/override-email-content/#post-15478879)
 * Hello.
    It’s other plug-in with similar name. It’s do not the original “Booking
   Calendar” plug-in.
 * Check here [https://wordpress.org/plugins/booking-calendar/](https://wordpress.org/plugins/booking-calendar/)
 * Kind Regards.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Booking Calendar] override email content](https://wordpress.org/support/topic/override-email-content/)
 *  Plugin Author [wpdevelop](https://wordpress.org/support/users/wpdevelop/)
 * (@wpdevelop)
 * [4 years, 2 months ago](https://wordpress.org/support/topic/override-email-content/#post-15478794)
 * Hello.
 * 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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Booking Calendar] Doesn’t charge or dissapear](https://wordpress.org/support/topic/doesnt-charge-or-dissapear/)
 *  Plugin Author [wpdevelop](https://wordpress.org/support/users/wpdevelop/)
 * (@wpdevelop)
 * [4 years, 2 months ago](https://wordpress.org/support/topic/doesnt-charge-or-dissapear/#post-15478549)
 * Hello.
    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/](https://www.casaseve.com/portfolio_page/casa/)
   to [https://www.casaseve.com/reservas/](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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Booking Calendar] override email content](https://wordpress.org/support/topic/override-email-content/)
 *  Plugin Author [wpdevelop](https://wordpress.org/support/users/wpdevelop/)
 * (@wpdevelop)
 * [4 years, 2 months ago](https://wordpress.org/support/topic/override-email-content/#post-15478315)
 * Hello.
    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.php
 * Disclaimer. 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/](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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Booking Calendar] Calendar not importing Events from Google Calendar](https://wordpress.org/support/topic/calendar-not-importing-events-from-google-calendar/)
 *  Plugin Author [wpdevelop](https://wordpress.org/support/users/wpdevelop/)
 * (@wpdevelop)
 * [4 years, 2 months ago](https://wordpress.org/support/topic/calendar-not-importing-events-from-google-calendar/#post-15469394)
 * Hello.
    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/](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/](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/](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/](https://wpbookingcalendar.com/faq/cron-script/)
 * Kind Regards.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Booking Calendar] Auto Approve Booking](https://wordpress.org/support/topic/auto-approve-booking-2/)
 *  Plugin Author [wpdevelop](https://wordpress.org/support/users/wpdevelop/)
 * (@wpdevelop)
 * [4 years, 3 months ago](https://wordpress.org/support/topic/auto-approve-booking-2/#post-15450575)
 * Hello.
    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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Booking Calendar] Holidays during week](https://wordpress.org/support/topic/holidays-during-week/)
 *  Plugin Author [wpdevelop](https://wordpress.org/support/users/wpdevelop/)
 * (@wpdevelop)
 * [4 years, 3 months ago](https://wordpress.org/support/topic/holidays-during-week/#post-15448843)
 * Hello.
    You can disable those dates only by configuration as in my previous comment
   description. Kind Regards.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Booking Calendar] Holidays during week](https://wordpress.org/support/topic/holidays-during-week/)
 *  Plugin Author [wpdevelop](https://wordpress.org/support/users/wpdevelop/)
 * (@wpdevelop)
 * [4 years, 3 months ago](https://wordpress.org/support/topic/holidays-during-week/#post-15448840)
 * Hello.
    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](https://wpbookingcalendar.com/overview/#availability)
   Watch it in this video guide [https://wpbookingcalendar.com/help/booking-calendar-video-season-availability/](https://wpbookingcalendar.com/help/booking-calendar-video-season-availability/)
 * Kind Regards.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Booking Calendar] Some Half Day’s appear as Solid Full Day’s](https://wordpress.org/support/topic/days-show-full-when-are-half-days/)
 *  Plugin Author [wpdevelop](https://wordpress.org/support/users/wpdevelop/)
 * (@wpdevelop)
 * [4 years, 3 months ago](https://wordpress.org/support/topic/days-show-full-when-are-half-days/#post-15425250)
 * Hello.
    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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Booking Calendar] Blanking out certain times/days](https://wordpress.org/support/topic/blanking-out-certain-times-days/)
 *  Plugin Author [wpdevelop](https://wordpress.org/support/users/wpdevelop/)
 * (@wpdevelop)
 * [4 years, 3 months ago](https://wordpress.org/support/topic/blanking-out-certain-times-days/#post-15414684)
 * Hello.
    Probably you need to check in the Booking Calendar Business Medium or
   higher version this feature: [https://wpbookingcalendar.com/overview/#times-week-days](https://wpbookingcalendar.com/overview/#times-week-days)
 * 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/](https://wpbookingcalendar.com/contact/)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Booking Calendar] Change text of [bookingselect label]](https://wordpress.org/support/topic/change-text-of-bookingselect-label/)
 *  Plugin Author [wpdevelop](https://wordpress.org/support/users/wpdevelop/)
 * (@wpdevelop)
 * [4 years, 3 months ago](https://wordpress.org/support/topic/change-text-of-bookingselect-label/#post-15410698)
 * Hello.
    Please try this:
 *     ```
       [bookingselect first_option_title='Choose court' ]
       ```
   
 * Kind Regards.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Booking Calendar] Calendar Not Syncing back from Airbnb](https://wordpress.org/support/topic/calendar-not-syncing-back-from-airbnb/)
 *  Plugin Author [wpdevelop](https://wordpress.org/support/users/wpdevelop/)
 * (@wpdevelop)
 * [4 years, 4 months ago](https://wordpress.org/support/topic/calendar-not-syncing-back-from-airbnb/#post-15349597)
 * Hello.
    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/](https://wpbookingcalendar.com/faq/ics-importing-issue/)
 * Kind Regards.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Booking Calendar] Calendar Width on Chrome](https://wordpress.org/support/topic/calendar-width-on-chrome/)
 *  Plugin Author [wpdevelop](https://wordpress.org/support/users/wpdevelop/)
 * (@wpdevelop)
 * [4 years, 4 months ago](https://wordpress.org/support/topic/calendar-width-on-chrome/#post-15341623)
 * Hello.
    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.

Viewing 15 replies - 541 through 555 (of 2,707 total)

[←](https://wordpress.org/support/users/wpdevelop/replies/page/36/?output_format=md)
[1](https://wordpress.org/support/users/wpdevelop/replies/?output_format=md) [2](https://wordpress.org/support/users/wpdevelop/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/wpdevelop/replies/page/3/?output_format=md)…
[36](https://wordpress.org/support/users/wpdevelop/replies/page/36/?output_format=md)
37 [38](https://wordpress.org/support/users/wpdevelop/replies/page/38/?output_format=md)…
[179](https://wordpress.org/support/users/wpdevelop/replies/page/179/?output_format=md)
[180](https://wordpress.org/support/users/wpdevelop/replies/page/180/?output_format=md)
[181](https://wordpress.org/support/users/wpdevelop/replies/page/181/?output_format=md)
[→](https://wordpress.org/support/users/wpdevelop/replies/page/38/?output_format=md)