Support Archive (2)

Important!!!    Check actual Support Forum, if you need to ask a Questions.

  1. Hi,

    I've got the free version of booking calendar. It works absolutely fine in Firefox, but does not display in IE. Any suggestions?

  2. How to change the colors for Booked Dates on Calendar and have a legend showing that color.

    Thanks,
    Aldrin

  3. Hello I would like to try the free version - I have managed to get to run it with shortcode only when the post is new , newly created ,not with old posts, but i would like to implement it to the templates , i used the code from F.A.Q but it doesn't work at all , i have put it in single.php .
    , do you have any idea what i should do to make it run wherever i want - not only in the post content ?
    Does this calendar works only with one post or with every post (every post has different author,so does this script sends booking requests to every post author or only to 1 administrator ? Thanks Daniel

    • You need to use this code inside of single.php file

      also you need to have at your theme at file header.php this line at the bottom of file

      Which code do you use ?

      And which shortcode do you use for old post/ pages ? Please note 2 booking calendar can not be shown at the same page at free version, so may be here is the problem.

  4. I'm using the Premium version and love it, but have a question about the paypal button. Currently, the paypal button appears in place of the form once the form has been submitted. Is it possible to have the form button automatically take the user to paypal without having to reload the page and have them manually click on the paypal page?
    -or-
    Where can I add instructional verbage above the paypal button so users understand that their reservation isn't confirmed until they make a deposit via paypal?

    Thanks!

    • Hello Jennifer,
      you can add instruction inside post or page, where you are insert Booking Calendar
      or
      you can write some text at the top of booking from fields customisation page (Settings)

  5. Hello, I want to test the free version.
    The test version doesn't move because of the error "Error during inserting into BD".
    Though FAQ is seen and the permission was changed.
    Is there a file that should change the permission?
    (Changed files)
    wpdev-booking.php
    .htaccess

    • Hello,

      you need to use some FTP client go to this file and then check write permissions of this file. If you will use FAR so in this program you can checnge permissions by selecting that file and pressing ctrl+a togather.

    • Hello this feature are exist at the Booking Calendar Hotel Edition. You can set there how many peoples can make booking at a day for specific resource.

  6. Hi, I'm trying to make free version work outside posts but not having too much luck. How do I make the calendar and form smaller? At the moment it is going over the border. I'm also struggling to get it to work in sidebars.

  7. Hi I love the free version and thinking about buying the premium. I just have a question.
    Is it possible to, on the page where you display the calendar for the customers, get some sort of menu that let's you choose which of you rooms they want to see the calendar and bookingform for so you dont have to have all the calendars and bookingforms on the same page? Sort of like you have in the admin-part where you can choose Appartement #1, Appartement #2... and see bookings for each one of them?!?

    All the best!

    /A

    • Hello Anders,

      in general its possbile, but its will requre additional coding. You have to create several divs, where you need insert booking forms, and then make tab selection of showing specific div using Javascript and CSS.

  8. Hi,
    My clients are running into an issue because they are unable to book their event dates which are more than one year into the future (using Booking Calendar Professional). Is there a way to let them do that by using your booking calendar? Please visit https://papartypix.com/?page_id=10 to see what I mean. Thanks!

    • Hello John,
      you need to open file booking/js/wpdev.bk.js at 114 line and change
      minDate: 0, maxDate: '1Y',
      to
      minDate: 0, maxDate: '10Y',

    • Option for changing this period is exist at the settings menu, already.

  9. Hello, I have purchased the premium version in order to book specific hours of a day. I can enter the start and end times in the calender but when I go to admin to approve or deny bookings, it lists all books from 8:00AM to 5:00PM regardless of which times are entered. How can I correct this? Thanks in advance for your help.

    • Hello, please deactivate at the bottom of booking settings page (advanced settings) option to use fixed booking times, that's why all time is the same.