Support » Plugin: WP Booking Calendar » Calendar Not Showing – Just like 2 Posts Before

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

    (@wpdevelop)

    Hello.
    You are have the several JavaScript errors at the page, and thats why the Booking Calendar is not showing:

    Error: TypeError: $.browser is undefined
    Source: http://www.beachbikereview.com/jbeachhouse-temp-location/wp-content/plugins/fancybox-gallery/fancybox/jquery.fancybox-1.2.1.js?ver=1.2.1
    Line: 30
     ----------
    Error: TypeError: jQuery(...).fancybox is not a function
    Source: http://www.beachbikereview.com/jbeachhouse-temp-location/wp-content/plugins/wp-galleria/js/load.js?ver=1.1
    Line: 1
     ----------
    Error: TypeError: $ is not a function
    Source: http://www.beachbikereview.com/jbeachhouse-temp-location/wp-content/themes/cloriatotheme/js/verif.js?ver=3.5
    Line: 2

    1) Probably some other active plugin or actual theme is generate some JavaScript error, because of that the calendar will not show up. You are need to fix this error(s).
    Firstly try to find what plugin or may be theme is generate this issue.
    – Try to deactivate one by one all actual plugins to check if the calendar will show up or not, to find what plugin is generate this issue.
    – If the previous do not help, try to deactivate the actual theme and activate the default WordPress theme, then test it, if the reason of issue in the actual theme.

    2) Also try to load not the latest jquery as its now:

    <script type='text/javascript' src='http://code.jquery.com/jquery-latest.min.js?ver=1.6.1'></script>

    but the default jQuery library, which is exist in the WordPress instillations. For doing that, you are need to comment the loading of that jquery, probably its inside of the header.php file of your theme.

    3) Also, you are trying to get the fancybox functionality for this element:

    jQuery("ul#wp-galleria li.galleria-photo a").fancybox({
    'hideOnContentClick': true,
    'zoomSpeedIn': 300,
    'zoomSpeedOut': 300,
    'overlayShow': false,
    'padding': 0,
    'titleShow': false
    });

    But in this page: http://www.beachbikereview.com/jbeachhouse-temp-location/?page_id=6
    there is no this HTML element “ul#wp-galleria li.galleria-photo a” (in other words there is no gallery).

Viewing 1 replies (of 1 total)
  • The topic ‘Calendar Not Showing – Just like 2 Posts Before’ is closed to new replies.