• Resolved judibet

    (@judibet)


    Hello,

    WP Version: 5.2.2
    Plugin version: 8.5.1.2

    This plugin looks powerfull but I have an issue (similar to this one).

      When I use default booking wich [booking] or [booking type=1], it’s don’t showing the calendar but only show the form.
      When I tried with [bookingcalendar type=1], it’s showing nothing!

    How show form and calendar?
    Notice that it’s impossible for me to select a date on “page=wpbc-new”

    Thank you.
    Best regards,

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author wpdevelop

    (@wpdevelop)

    Hello.
    You are having JavaScript error at that page, and because of that the calendar is not showing at the page:

    
    TypeError: jQuery(...).datepick is not a function client.js:370:46
    

    You can check the troubleshooting instruction about this issue here https://wpbookingcalendar.com/faq/loading-jquery-twice/

    The reason of this issue, because your theme is loading jQuery library second time at the bottom of the page:
    <script type='text/javascript' src='https://jantespneus.fr/wp-content/themes/vw-automobile-pro/js/jquery.min.js?ver=5.2.2'></script>

    Please open the functions.php or footer.php file of your theme and deactivate (comment), the loading of the jQuery, so you do not load it for the second time. Please contact support of your theme, for helping in fixing this issue in your theme.

    Kind Regards.

Viewing 1 replies (of 1 total)
  • The topic ‘No calendar view!’ is closed to new replies.