Title: wpdevelop's Replies - page 35 | 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 - 511 through 525 (of 2,707 total)

[←](https://wordpress.org/support/users/wpdevelop/replies/page/34/?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)…
[34](https://wordpress.org/support/users/wpdevelop/replies/page/34/?output_format=md)
35 [36](https://wordpress.org/support/users/wpdevelop/replies/page/36/?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/36/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Booking Calendar] Shortcode](https://wordpress.org/support/topic/shortcode-885/)
 *  Plugin Author [wpdevelop](https://wordpress.org/support/users/wpdevelop/)
 * (@wpdevelop)
 * [4 years ago](https://wordpress.org/support/topic/shortcode-885/#post-15719956)
 * Hello.
    You need to set this type of Booking form at the Booking > Settings >
   Form page in top toolbar. Kind Regards.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Booking Calendar] Shortcode](https://wordpress.org/support/topic/shortcode-885/)
 *  Plugin Author [wpdevelop](https://wordpress.org/support/users/wpdevelop/)
 * (@wpdevelop)
 * [4 years ago](https://wordpress.org/support/topic/shortcode-885/#post-15719905)
 * Hello.
    You have already added the booking form at the bottom widget at this 
   website: [https://karting.circuitcalafat.com/calendario/](https://karting.circuitcalafat.com/calendario/)
 * You need to remove the booking form from the bottom of the website,
 * and then you can use this [booking] shortcode in the “shortcode block” in your
   Elementor to show the booking form in the content of the website.
 * Kind Regards.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Booking Calendar] Befor I buy: Is this possible?](https://wordpress.org/support/topic/befor-i-buy-is-this-possible/)
 *  Plugin Author [wpdevelop](https://wordpress.org/support/users/wpdevelop/)
 * (@wpdevelop)
 * [4 years ago](https://wordpress.org/support/topic/befor-i-buy-is-this-possible/#post-15694904)
 * Hello.
    It’s possible to set the different duration of days selection depending
   from week days or seasons during a year in the Booking Calendar Business Medium
   or higher versions. Please check more here [https://wpbookingcalendar.com/overview/#advanced-days-selection](https://wpbookingcalendar.com/overview/#advanced-days-selection)
 * Read more about this configuration (at options parameter section) here:
    [https://wpbookingcalendar.com/faq/shortcode-booking-form/#booking-options-condition](https://wpbookingcalendar.com/faq/shortcode-booking-form/#booking-options-condition)
 * 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/)
 * Kind Regards.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Booking Calendar] Add to Outlook URL on email](https://wordpress.org/support/topic/add-to-outlook-url-on-email/)
 *  Plugin Author [wpdevelop](https://wordpress.org/support/users/wpdevelop/)
 * (@wpdevelop)
 * [4 years ago](https://wordpress.org/support/topic/add-to-outlook-url-on-email/#post-15657529)
 * Hello.
    Unfortunately, it is not possible in the Booking Calendar versions. Sorry.
   We will add improvements to this feature to the TODO list for having it in future
   updates of the plugin, but I can not say when this feature will be implemented.
   Sorry. Kind Regards.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Booking Calendar] Error 500 by press sending button](https://wordpress.org/support/topic/error-500-by-press-sending-button/)
 *  Plugin Author [wpdevelop](https://wordpress.org/support/users/wpdevelop/)
 * (@wpdevelop)
 * [4 years ago](https://wordpress.org/support/topic/error-500-by-press-sending-button/#post-15646334)
 * Hello.
    In general it’s really weird error, at your website: `PHP message: PHP
   Fatal error: Class ‘WP_Locale’ not found in /home/domainname/domains/domainname.
   nl/public_html/test/wp-content/plugins/booking/core/wpbc-translation.php on line
   85`
 * 1) In WordPress “Class WP_Locale” defined at inside of the file:
    `../wp-includes/
   class-wp-locale.php`
 * 2) the line, which is generate error is called from the file:
    ../wp-settings.
   php on line 461: `do_action( 'plugins_loaded' );`
 * And at the top of this file (line 155) WordPress must to load this file
    `require_once
   ABSPATH . WPINC . '/class-wp-locale.php';` where is defined that Class ‘WP_Locale’
 * _3) wp-settings.php file called from the ../wp-admin/admin-ajax.php
    So here 
   is evrything is fine.
 * For me it’s seems that something wrong in your WordPress installation with loading
   of `class-wp-locale.php` file in point #2
 * I do not sure, why system was not loaded that file with Class ‘WP_Locale’, whcih
   is standard WordPress way of file loading.
 * Did you make some customization that was override this workflow ?
 * Kind Regards.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Booking Calendar] Error 500 by press sending button](https://wordpress.org/support/topic/error-500-by-press-sending-button/)
 *  Plugin Author [wpdevelop](https://wordpress.org/support/users/wpdevelop/)
 * (@wpdevelop)
 * [4 years, 1 month ago](https://wordpress.org/support/topic/error-500-by-press-sending-button/#post-15643878)
 * Hello.
 * 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.
 * Kind Regards.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Booking Calendar] [click2approve] [click2decline] [click2trash]](https://wordpress.org/support/topic/click2approve-click2decline-click2trash/)
 *  Plugin Author [wpdevelop](https://wordpress.org/support/users/wpdevelop/)
 * (@wpdevelop)
 * [4 years, 1 month ago](https://wordpress.org/support/topic/click2approve-click2decline-click2trash/#post-15624694)
 * Hello.
    These shortcodes available only in the paid versions of Booking Calendar.
 * Please check more here about configuration: [https://wpbookingcalendar.com/faq/config-click2approve-click2decline-click2trash-shortcodes/](https://wpbookingcalendar.com/faq/config-click2approve-click2decline-click2trash-shortcodes/)
 * Please note, this forum is only about the support of Booking Calendar Free version.
   If you will have any questions about the paid version, then contact here [https://wpbookingcalendar.com/contact/](https://wpbookingcalendar.com/contact/)
 * Kind Regards.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Booking Calendar] Search does’nt work](https://wordpress.org/support/topic/search-doesnt-work-23/)
 *  Plugin Author [wpdevelop](https://wordpress.org/support/users/wpdevelop/)
 * (@wpdevelop)
 * [4 years, 1 month ago](https://wordpress.org/support/topic/search-doesnt-work-23/#post-15618451)
 * Hello.
 * Please check this troubleshooting FAQ article: [https://wpbookingcalendar.com/faq/no-search-results/](https://wpbookingcalendar.com/faq/no-search-results/)
 * Please note, this forum is only about the support of Booking Calendar Free version.
   If you will have any questions about the paid version, then contact here [https://wpbookingcalendar.com/contact/](https://wpbookingcalendar.com/contact/)
 * Kind Regards.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Booking Plugin With Direct Payment To Agents](https://wordpress.org/support/topic/booking-plugin-with-direct-payment-to-agents/)
 *  [wpdevelop](https://wordpress.org/support/users/wpdevelop/)
 * (@wpdevelop)
 * [4 years, 1 month ago](https://wordpress.org/support/topic/booking-plugin-with-direct-payment-to-agents/#post-15617213)
 * Hello.
    Try to check the [Booking Calendar MultiUser](https://wpbookingcalendar.com/overview/#multiuser)
   version . It’s paid version of [Booking Calendar](https://wordpress.org/plugins/booking/)
   plugin.
 * In the Booking Calendar MultiUser version possible that each registered WordPress
   user (your owner) have own individual independent booking admin panel, and **
   can see and manage only own** booking resources and some other **settings (like
   Form fields, Emails and Payment settings…)** (other owners will not see the bookings
   from this owner, they can see only own bookings). Please check more here (at 
   bottom of the page) [https://wpbookingcalendar.com/overview/](https://wpbookingcalendar.com/overview/)
 * Also each owner (user) will receive the emails about the bookings of their own
   service(s) or property (booking resource(s)) and can approve or decline them.
   Please note, that each owner WordPress user) will have different individual calendar(
   s) with booking forms in the separate pages. Please retest it in the live demo.
 * You can read more about the initial configuration of the Booking Calendar MultiUser
   version: [https://wpbookingcalendar.com/faq/multiuser-version-init-config/](https://wpbookingcalendar.com/faq/multiuser-version-init-config/)
 * Watch it in this video guide [https://wpbookingcalendar.com/help/multiuser-video-overview/](https://wpbookingcalendar.com/help/multiuser-video-overview/)
 * Please test the live demo of Booking Calendar MultiUser version here: [https://multiuser.wpbookingcalendar.com/](https://multiuser.wpbookingcalendar.com/)
   
   Admin Panel of Multiuser version (here you can test several admin panels functionality):
   [https://multiuser.wpbookingcalendar.com/admin-panel/](https://multiuser.wpbookingcalendar.com/admin-panel/)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Booking Calendar] Tooltip content for booked days](https://wordpress.org/support/topic/tooltip-content-for-booked-days/)
 *  Plugin Author [wpdevelop](https://wordpress.org/support/users/wpdevelop/)
 * (@wpdevelop)
 * [4 years, 1 month ago](https://wordpress.org/support/topic/tooltip-content-for-booked-days/#post-15611662)
 * Hello.
    It’s possible to edit this label in the Booking Calendar Business Small
   or higher versions at the Booking > Settings General page in “Time Slots” section
   for the option “Title of booked timeslot(s)”. Test it here [https://bs.wpbookingcalendar.com/](https://bs.wpbookingcalendar.com/)
 * In the Booking Calendar Free version, you will be need to make your fix after
   each update, because during update process all files of the plugin replaced to
   new files.
    Kind Regards.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Booking Calendar] Slot](https://wordpress.org/support/topic/slot/)
 *  Plugin Author [wpdevelop](https://wordpress.org/support/users/wpdevelop/)
 * (@wpdevelop)
 * [4 years, 1 month ago](https://wordpress.org/support/topic/slot/#post-15607828)
 * Hello.
    1) Please note, for ability to make the booking for the times that going
   from one day to another, like from 8:00 am to 8:00 am or from 8:00 pm to 8:00
   pm possible only in case, if you select 2 days in calendar. If you select only
   one day, then system will not allow to make this booking, because times in this
   date will be the same (e.g. 8:00 am = 8:00 am at the same date).
 * 2) Such time slots you can configure at the Booking > Settings > Form page. You
   can check how to add and configure time-slots in the Booking Calendar Free version
   here [https://youtu.be/-pOTMiyp6Q8?t=28s](https://youtu.be/-pOTMiyp6Q8?t=28s)
 * 3) You can check also paid versions, where possible to configure more advanced
   times configuration in the Booking Calendar Business Small version.
 * The ability to book for the specific times possible in the Booking Calendar Business
   Small / Business Medium versions (and in higher versions for booking resources
   with capacity =1). In lower versions of Booking Calendar (including the free 
   version), it is possible to make bookings for specific times only for specific
   restricted time-slots.
 * **Please note if you will make the booking for the specific time slot, this time
   slot becomes unavailable for the other visitors for that selected date in the
   current specific calendar.**
 * Please watch more in this video: [https://wpbookingcalendar.com/help/booking-calendar-video-timeslots/](https://wpbookingcalendar.com/help/booking-calendar-video-timeslots/)
 * You can configure the time slots selections on the Booking > Settings > Form 
   page. Please use the “shortcode generator” on the right side of that page for
   the correct generation of the shortcode.
 * You can use one”timerange” (timeslots) or “start time” and”end time” selections
   or”starttime” and “duration”of time selections shortcodes or even start time 
   and end time entering shortcodes. Please read more about the booking form fields
   configuration here [https://wpbookingcalendar.com/help/booking-form-fields/](https://wpbookingcalendar.com/help/booking-form-fields/)
 * You can test the bookings for the specific time-slots in action on the live demo
   of Business Small version (which is configured by default for the bookings of
   specific time-slots) here: [https://bs.wpbookingcalendar.com/](https://bs.wpbookingcalendar.com/)
 * Other live demos you will need to reconfigure.
 * Kind Regards.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Booking Calendar] Calendar won’t update](https://wordpress.org/support/topic/calendar-wont-update-2/)
 *  Plugin Author [wpdevelop](https://wordpress.org/support/users/wpdevelop/)
 * (@wpdevelop)
 * [4 years, 1 month ago](https://wordpress.org/support/topic/calendar-wont-update-2/#post-15604870)
 * Hello.
    Please recheck your options at the Booking > Settings General page in“
   Availability” section. Your Tuesday and Wednesday option must be unchecked.
 * Otherwise 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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Booking Calendar] “Editing forms” broken](https://wordpress.org/support/topic/editing-forms-broken/)
 *  Plugin Author [wpdevelop](https://wordpress.org/support/users/wpdevelop/)
 * (@wpdevelop)
 * [4 years, 1 month ago](https://wordpress.org/support/topic/editing-forms-broken/#post-15579201)
 * Hello.
    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.
 * PS if you have some other booking plugin, please deactivate it and then test 
   it.
 * Because for me is seems weird this action (like from other plug-in):
    do_action(‘
   boekingssysteem…’)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Booking Calendar] Show date selected](https://wordpress.org/support/topic/show-date-selected/)
 *  Plugin Author [wpdevelop](https://wordpress.org/support/users/wpdevelop/)
 * (@wpdevelop)
 * [4 years, 1 month ago](https://wordpress.org/support/topic/show-date-selected/#post-15566867)
 * Hello.
    The ability to show the total booking cost in booking form, after selecting
   the dates or some other options in the booking form, possible in the Booking 
   Calendar Business Medium or higher versions. You need to use this [cost_hint]
   shortcode in the booking form at the Booking > Settings > Form page to show this
   total booking cost in real time depending from the selection of dates and some
   other options in booking form. Test it here [https://bm.wpbookingcalendar.com/](https://bm.wpbookingcalendar.com/)
   Kind Regards.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Booking Calendar] Bug in css when selecting available dates](https://wordpress.org/support/topic/bug-in-css-when-selecting-available-dates/)
 *  Plugin Author [wpdevelop](https://wordpress.org/support/users/wpdevelop/)
 * (@wpdevelop)
 * [4 years, 1 month ago](https://wordpress.org/support/topic/bug-in-css-when-selecting-available-dates/#post-15560947)
 * Hello.
    It’s will be resolved in next update of Booking Calendar. Thank you.

Viewing 15 replies - 511 through 525 (of 2,707 total)

[←](https://wordpress.org/support/users/wpdevelop/replies/page/34/?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)…
[34](https://wordpress.org/support/users/wpdevelop/replies/page/34/?output_format=md)
35 [36](https://wordpress.org/support/users/wpdevelop/replies/page/36/?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/36/?output_format=md)