Viewing 15 replies - 1 through 15 (of 20 total)
  • Plugin Author wpdevelop

    (@wpdevelop)

    Hello,
    Can you send the link to the page with Booking form, so then we will recheck it and try to help you in fixing this issue.
    Kind regards.

    Thread Starter ratikanta

    (@ratikanta)

    Plugin Author wpdevelop

    (@wpdevelop)

    Hello,
    You are have this JavaScript error at the page, and thats why calendar is not visible:

    Error: TypeError: jQuery(...).datepick is not a function
    Source: http://sunviewvilla.com/test/wp-content/plugins/booking/js/wpdev.bk.js
    Line: 165

    For fixing this issue, please check this troubleshooting instruction.

    You are need to comment or remove this line
    <script type="text/javascript" src="/test/wp-content/themes/rativilla/js/jquery-1.js"></script>
    in your theme (probably in the header.php file), because the jQuery library is already loaded before.

    Thread Starter ratikanta

    (@ratikanta)

    thanks

    Thread Starter ratikanta

    (@ratikanta)

    hi
    http://sunviewvilla.com/test/book/
    this booking calender is display 12 months in all browser of windows os.
    but in MAC OS it display only current year.
    so how can i resolve it

    Plugin Author wpdevelop

    (@wpdevelop)

    Hello,

    Please try to make this fix.

    Open this file: http://sunviewvilla.com/test/wp-content/plugins/booking/css/skins/standard.css on line: 36

    and make modifications from this code:

    .datepick-one-month {
      float: left;
    }

    to this code:

    .datepick-one-month {
      float: left;
      height: 355px;
    }

    Then test it again, but please be sure that months in calendar are start from the March /you did not click at the right top arrow (scroll the months)/. So then you have to see the 12 moths.

    Hi, my calendar not showing can you help me. Link is http://edu-in.eu/zlato/?page_id=7

    Plugin Author wpdevelop

    (@wpdevelop)

    Hello,
    You are have this JavaScript error at the page, and thats why the calendar is not showing:

    TypeError: jQuery(...).datepick is not a function
    http://edu-in.eu/zlato/wp-content/plugins/booking/js/wpdev.bk.js
    Line 165

    Please check the troubleshooting instruction here

    Thread Starter ratikanta

    (@ratikanta)

    hi,
    i have used 9.Business.Small.SingleSite.4.1.2 version
    http://sunviewvilla.com/book
    once again my calender is not display

    Plugin Author wpdevelop

    (@wpdevelop)

    Hello.
    You are have this JavaScript error.

    SyntaxError: syntax error
    var new_booking_title_time= ;

    For fixing this issue, please open the General Booking Settings page and for the option “Showing title time” set the value like 7000 or some other. Please do not leave it blank. This option in the “Form section” under option: “Show “thank you” message after booking is done”.

    darq88

    (@darq88)

    Hello
    I have your plug-in at my test web site http://darq88.vot.pl/rezerwacja/ it works fine but After I add Google maps Widget I get “Calendar is loading… Powered by WP Booking Calendar” and nothing is happening. I’m using Discover theam http://wordpress.org/extend/themes/discover

    Thansk for your help

    Plugin Author wpdevelop

    (@wpdevelop)

    Hello.
    What version of the Booking calendar do you use ? If its not latest version, please update it.
    What exactly name of that other plugin ?

    darq88

    (@darq88)

    Hello,
    Tha name of the other plug in is Google Maps Widget
    http://wordpress.org/extend/plugins/google-maps-widget/

    http://gdynianaweekend.pl/rezerwacja/
    I’m using Booking calendar 4.1.3

    WebFactory

    (@webfactory)

    Fancybox JS is included twice. Either modify GMW or Instapress so it gets included only once.

    Plugin Author wpdevelop

    (@wpdevelop)

    Hello.
    That issue is not because of that plugin, but because you are have this JavaScript error at the page:

    Error: TypeError: b.fancybox.init is not a function
    Source: http://gdynianaweekend.pl/wp-content/plugins/instapress/fancybox/jquery.fancybox-1.3.4.pack.js?ver=1.3.4
    Line: 46

    So please fix this error, or deactivate the “instapress” plugin and then retest it. The calendar have to show up.

    The Booking Calendar is require no any JavaScript errors at the page.

Viewing 15 replies - 1 through 15 (of 20 total)

The topic ‘Calender not showing’ is closed to new replies.