Title: wpdevelop's Replies - page 30 | 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 - 436 through 450 (of 2,707 total)

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Booking Calendar] I am not receiving the booking confirmation email.](https://wordpress.org/support/topic/i-am-not-receiving-the-booking-confirmation-email/)
 *  Plugin Author [wpdevelop](https://wordpress.org/support/users/wpdevelop/)
 * (@wpdevelop)
 * [3 years, 6 months ago](https://wordpress.org/support/topic/i-am-not-receiving-the-booking-confirmation-email/#post-16214191)
 * Hello.
    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.
 * Kind Regards.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Booking Calendar] Can’t see “wp booking calendar” in my Gmail Calendar](https://wordpress.org/support/topic/cant-see-wp-booking-calendar-in-my-gmail-calendar/)
 *  Plugin Author [wpdevelop](https://wordpress.org/support/users/wpdevelop/)
 * (@wpdevelop)
 * [3 years, 6 months ago](https://wordpress.org/support/topic/cant-see-wp-booking-calendar-in-my-gmail-calendar/#post-16203289)
 * Hello.
    Booking Calendar does not create automatically the specific calendar 
   at the Google Calendar. You need to create some new calendar at the Google calendar
   or use your exist calendar (in Google Calendar) for ability to import events 
   from Google Calendar into the Booking Calendar. After that you can follow point
   from your comment. Kind Regards.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Booking Calendar] Users cannot make a booking](https://wordpress.org/support/topic/users-cannot-make-a-booking/)
 *  Plugin Author [wpdevelop](https://wordpress.org/support/users/wpdevelop/)
 * (@wpdevelop)
 * [3 years, 7 months ago](https://wordpress.org/support/topic/users-cannot-make-a-booking/#post-16181836)
 * Hello.
    I do not sure that your MySQL user, what is configured for using in your
   WordPress website, still have the permission for altering of the DB tables. Please
   recheck it.
 * Otherwise you can execute manually this SQL command in phpMyAdmin or in some 
   other DB editing tool:
    `ALTER TABLE wp_menton_inweb_nu_booking ADD hash TEXT
   AFTER form` Kind Regards.
    -  This reply was modified 3 years, 7 months ago by [wpdevelop](https://wordpress.org/support/users/wpdevelop/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Booking Calendar] Users cannot make a booking](https://wordpress.org/support/topic/users-cannot-make-a-booking/)
 *  Plugin Author [wpdevelop](https://wordpress.org/support/users/wpdevelop/)
 * (@wpdevelop)
 * [3 years, 7 months ago](https://wordpress.org/support/topic/users-cannot-make-a-booking/#post-16180095)
 * Hello.
    Please be sure that your MySQL user (which is using in config.php file)
   have the rights for database **creation and modification fields in table**.
 * If you do not sure about this, please contact support of your hosting company
   about helping with checking this.
 * In case, if your WordPress user do not have such rights, so then during activation
   of plugin will not be created new fields in DB table and also possible that some
   tables will not be created.
 * P.S. If you do not have some important bookings or settings, we recommend making
   a FULL reinstall of plugin. For this please open the general booking settings
   page and make checked the “Delete booking data during deactivation of plugin”
   at the right side. Then open the WordPress plugins menu and click on “Deactivate”
   link. Wait for the message that plugin is deactivated successfully. After this
   Click on “Activate” link of Booking Calendar plugin and wait for the message 
   that plugin is activated successfully. After this test it again.
 * Kind Regards.
    -  This reply was modified 3 years, 7 months ago by [wpdevelop](https://wordpress.org/support/users/wpdevelop/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Booking Calendar] How to get booking info on thank you page?](https://wordpress.org/support/topic/how-to-get-booking-info-on-thank-you-page/)
 *  Plugin Author [wpdevelop](https://wordpress.org/support/users/wpdevelop/)
 * (@wpdevelop)
 * [3 years, 7 months ago](https://wordpress.org/support/topic/how-to-get-booking-info-on-thank-you-page/#post-16173213)
 * All data transferred from payment systems transfer in request specific hashes,
   which we check before understanding, that is good booking…
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Booking Calendar] How to get booking info on thank you page?](https://wordpress.org/support/topic/how-to-get-booking-info-on-thank-you-page/)
 *  Plugin Author [wpdevelop](https://wordpress.org/support/users/wpdevelop/)
 * (@wpdevelop)
 * [3 years, 7 months ago](https://wordpress.org/support/topic/how-to-get-booking-info-on-thank-you-page/#post-16173205)
 * Hello.
    The booking ID is simple number. So anyone can suggest some exist booking
   ID. The issue is by using booking ID to show some info. For example to show booking
   details (like name who made the booking) by using this booking ID. And if we 
   will use booking ID at “Thank you” pages then anyone can show booking details
   of specific booking by using some booking ID.
 * For having correct showing booking details at the “Thank you” page we need to
   use some security hash at the browser URL, which will not be possible to suggest.
 * Kind Regards.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Booking Calendar] How to get booking info on thank you page?](https://wordpress.org/support/topic/how-to-get-booking-info-on-thank-you-page/)
 *  Plugin Author [wpdevelop](https://wordpress.org/support/users/wpdevelop/)
 * (@wpdevelop)
 * [3 years, 7 months ago](https://wordpress.org/support/topic/how-to-get-booking-info-on-thank-you-page/#post-16172747)
 * Hello.
    Booking ID does not pass to the “Thank you” page because of security 
   reason for not able to show booking details for not authorized requests of such
   pages.
 * We will add improving of this feature to the TODO list for having it in future
   updates of plugin, but I can not say when exactly it’s will be implemented. Thank
   you for understanding.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Booking Calendar] Cant get booking calendar plugin to activate](https://wordpress.org/support/topic/cant-get-booking-calendar-plugin-to-activate/)
 *  Plugin Author [wpdevelop](https://wordpress.org/support/users/wpdevelop/)
 * (@wpdevelop)
 * [3 years, 7 months ago](https://wordpress.org/support/topic/cant-get-booking-calendar-plugin-to-activate/#post-16141193)
 * Hello.
    Please recheck your error.log in your server configuration, about any
   relative errors. If you can not find error.log file, please contact support of
   your hosting company about helping in finding this file.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Booking Calendar] wpbc_time_dots](https://wordpress.org/support/topic/wpbc_time_dots/)
 *  Plugin Author [wpdevelop](https://wordpress.org/support/users/wpdevelop/)
 * (@wpdevelop)
 * [3 years, 7 months ago](https://wordpress.org/support/topic/wpbc_time_dots/#post-16136656)
 * Hello.
    Such change over days possible in the Booking Calendar Business Small
   or higher versions. Check more about this feature here: [https://wpbookingcalendar.com/overview/#change-over-days](https://wpbookingcalendar.com/overview/#change-over-days)
   Watch it in this video guide [https://wpbookingcalendar.com/help/booking-calendar-video-change-over-days/](https://wpbookingcalendar.com/help/booking-calendar-video-change-over-days/)
   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] Default formular field is not returned in booking](https://wordpress.org/support/topic/default-formular-field-is-not-returned-in-booking/)
 *  Plugin Author [wpdevelop](https://wordpress.org/support/users/wpdevelop/)
 * (@wpdevelop)
 * [3 years, 7 months ago](https://wordpress.org/support/topic/default-formular-field-is-not-returned-in-booking/#post-16127361)
 * Hello.
    In the booking form, you need to use this code: `<p>Antal personer*:<
   br />[text* antal_personer]</p>` and at the “Content of booking fields data” 
   form you need to use this:
 *     ```
       <strong>Antal personer</strong>: <span class="fieldvalue">[antal_personer]</span><br/>
       ```
   
 * Name of the shortcode have to be from one word (not 2 or more).
    Kind Regards.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Booking Calendar] Availability resources feature](https://wordpress.org/support/topic/availability-resources-feature/)
 *  Plugin Author [wpdevelop](https://wordpress.org/support/users/wpdevelop/)
 * (@wpdevelop)
 * [3 years, 8 months ago](https://wordpress.org/support/topic/availability-resources-feature/#post-16101800)
 * Hello.
    We will check about possibility to include it in a future. Thank you.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Booking Calendar] Availability resources feature](https://wordpress.org/support/topic/availability-resources-feature/)
 *  Plugin Author [wpdevelop](https://wordpress.org/support/users/wpdevelop/)
 * (@wpdevelop)
 * [3 years, 8 months ago](https://wordpress.org/support/topic/availability-resources-feature/#post-16098623)
 * Hello.
    Yes you are right, it’s possible in the Booking Calendar Business Large
   or higher version.
 * If you need to make a specific number of bookings per day, then you need to check
   the Booking Calendar Business Large version, where it is possible to make several
   reservations per specific FULL date(s) by visitors (not time slots). Please read
   more about it here [https://wpbookingcalendar.com/overview/#capacity](https://wpbookingcalendar.com/overview/#capacity)
 * You can test it in the live demo here [https://bl.wpbookingcalendar.com/](https://bl.wpbookingcalendar.com/)
   
   Watch video about this feature here [https://wpbookingcalendar.com/help/availability-capacity-video-overview/](https://wpbookingcalendar.com/help/availability-capacity-video-overview/)
 * In this version it is possible to set the capacity of the booking resource, so
   date(s) in the calendar will be available until the number of reservations is
   less than capacity of the booking resource. But it’s possible to make booking
   only for FULL date, not a time slot (time slots in this version are only saved
   as data into the database, but do not apply to availability logic).
 * Highly recommend, to check this article about configuration of capacity and availability
   for booking resources: [https://wpbookingcalendar.com/faq/capacity-concept/](https://wpbookingcalendar.com/faq/capacity-concept/)
 * Kind Regards.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Booking Calendar] PHP 8.1](https://wordpress.org/support/topic/php-8-1-18/)
 *  Plugin Author [wpdevelop](https://wordpress.org/support/users/wpdevelop/)
 * (@wpdevelop)
 * [3 years, 8 months ago](https://wordpress.org/support/topic/php-8-1-18/#post-16086029)
 * Hello.
    Latest update of Booking Calendar 9.3 have to work fine with php 8.1.
 * Otherwise Please recheck your error.log in your server configuration, about any
   relative errors. If you can not find error.log file, please contact support of
   your hosting company about helping in finding this file.
 * Also recheck if you are having some JavaScript error at that page. Please recheck
   your page for any JavaScript errors (usually for see what JavaScript error you
   have you need to press Ctrl {+} Shift {+} J for showing browser console) and 
   try to fix them.
 * You can also try to deactivate one by one all your active plugins at the WordPress
   > Plugins menu. Then retest it again. ~ If its not help, please deactivate your
   active theme and active the default WordPress theme. And then retest it again.
   May be there exist some conflict with some active plugin or actual theme and 
   just need to find the reason of that issue.
 * Kind Regards.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Booking Calendar] Show Available Hours for Today via Page](https://wordpress.org/support/topic/show-available-hours-for-today-via-page/)
 *  Plugin Author [wpdevelop](https://wordpress.org/support/users/wpdevelop/)
 * (@wpdevelop)
 * [3 years, 8 months ago](https://wordpress.org/support/topic/show-available-hours-for-today-via-page/#post-16083576)
 * Hello.
    Available time slot for specific date possible to see only in the booking
   form, after you selected the date in calendar. Time slot can be showing as options
   in the select box or as time picker options, depends from your choice at the 
   Booking > Settings General page in “Time Slots” section.
 * It’s does not possible to show available time slots as a text list.
 * Watch it in this video guide [https://wpbookingcalendar.com/help/booking-calendar-video-timeslots/](https://wpbookingcalendar.com/help/booking-calendar-video-timeslots/)
   
   Kind Regards.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Booking Calendar] Javascript errors with booking plugin](https://wordpress.org/support/topic/javascript-errors-with-booking-plugin/)
 *  Plugin Author [wpdevelop](https://wordpress.org/support/users/wpdevelop/)
 * (@wpdevelop)
 * [3 years, 8 months ago](https://wordpress.org/support/topic/javascript-errors-with-booking-plugin/#post-16076620)
 * Hello.
    Can you send screenshot of Booking > Settings General page in “Advanced”
   section (with expanded JavaScript section )?
 * Please send all this to support @ wpbookingcalendar.com

Viewing 15 replies - 436 through 450 (of 2,707 total)

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