Home
Online Demo
Features
FAQ
Tech Support
Ideas
Buy now

Premium WordPress Plugin

  • Booking Calendar Pro, Premium, Hotel Edition

    Get the complete solution for adding online booking to your site. Support for multiple bookings in a day and the ability to add multiple resources. The ability to customize your booking form fields and emails. Support Online payments. The full functionality of Booking Calendar Standard and much more... Check all features for each version here.

    Start $119
  • New Booking Calendar Pro versions

    The new premium versions come soon in May 2012. Please visit us later.
    (Check info about possibility to request the free update here)

  • Booking Calendar Standard

    Add a simple booking solution to your site, that allows your visitors to make single or multiple day bookings for a single resource. It's great for simple reservation services, rental service or any other service, where you need to make a booking on a specific date.

    Get it for free.

I have a mouseover tooltip (cost or availability) in wrong position over specific date. How to fix this ?

This issue is exist only at the version 3.0 (or older) of Booking Calendar because CSS conflict with actual theme.
For the fixing positioning of the mouse over tooltip, please make these corrections:
Please open the ../booking/include/wpdev-premium.php file
find this function declaration: wpdev_booking_form($my_form, $bk_type)
then inside of this function, replace this code:

$my_form .= ‘<div class=”tooltips” id=”demotip’.$bk_type.’”> ‘. $bk_type .’ </div> ‘;

to this:

$my_form .= '<script type="text/javascript"> jWPDev(document).ready( function(){  jWPDev("body").append( "<div class=\"tooltips\" id=\"demotip'.$bk_type.'\"> '. $bk_type .' </div> "  );    }); </script>';

Please, try firstly copy/paste this line into some txt blank file then copy it from TXT file and after this insert into your code at your site. Its for be sure, that there will be no any hidden characters copied.

qps: 19 / 0.200