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

    (@wpdevelop)

    Hello.
    1) Probably you are have some JavaScript error at that page. Please recheck your page for the any JavaScript errors and try to fix them.
    Please check the more info about relative issues at the troubleshooting section at the FAQ page of plugin site: https://wpbookingcalendar.com/faq/

    2) Also please note, that at one same visible page you can insert booking shortcode for calendar or booking form or add booking calendar widget only once for the same booking resource (Booking Calendar Free version have only 1 default booking resource). Please check more here: https://wpbookingcalendar.com/faq/why-the-booking-calendar-widget-not-show-on-page/

    If you still will have an issue and can not fix it, please send link to that page.
    Kind Regards.

    I wanted several scripts to run. Tried removing jquery loading script in my header.php and then only the calendar worked. Not the other scripts …

    Found a solution:

    – Removed the <script src=”…..jquery.js”> in header.php in my child theme and in the main theme (don’t know if this had any effect)

    – Installed the Jquery Updater plugin, activated, and both scripts worked!

    Plugin Author wpdevelop

    (@wpdevelop)

    Hello.
    Good to know that it’s works to you.
    You are right. It’s does not necessary to have the direct loading of jQuery in the header.php file of your theme. Usually because of that can be issue of reloading jQuery and overwriting previously declared variables.
    Your theme need to register and enqueue that script using wp_enqueue_scripts function.
    In your case this procedure was done by other plugin.
    And even if you do not load jQuery at all Booking Calendar will load it.
    Kind regards.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘No calendar only form’ is closed to new replies.