Support » Plugin: WP Booking Calendar » Booking Calendar Does Not Show calendar

  • Resolved izaak

    (@izaak)


    I loaded the booking calendar widget into the sidebar and the form shows (field sizing is a bit weird but its there), BUT when I select the calendar nothing shows up.

    I am using the deshadow theme from themeforest.org Debugging doesn’t show any conflicts between theme and plugin so not sure what the problem is.

    site is http://www.cannesholidayhome.com/2011/

    any help would be fantastic!

    Cheers

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

    (@wpdevelop)

    Hello Izaak,
    you can check details about this situation here: http://onlinebookingcalendar.com/faq/#faq-14

    You are have JavaScript errors relative to your actual theme of slider at your page, thats why this calendar is not show. Please fix this error, and calendar will show up.
    Here descriptions of your errors:

    Error: $ is not a function
    Source: http://www.cannesholidayhome.com/2011/wp-content/themes/deshadow/js/content-slider.js?ver=3.0.5
    line: 2

    Plugin Author wpdevelop

    (@wpdevelop)

    Its seems that you do not have element with this ID “content-slider” at that page, thats why you are have that error. Please remove slider,or set the element with that id (its can reqyuire some additional items, depends from functionality of slider)

    Thread Starter izaak

    (@izaak)

    Success! All I needed to do was change the $ to jQuery and voila!

    Cheers for your help. Now to adjust field sizing.

    Thankyou

    Plugin Author wpdevelop

    (@wpdevelop)

    Hello,
    for fixing width issue inside of your theme, please open your theme sidebar PHP file. Find this line:
    <div class="sidebar-wrapper">
    and make this modification:
    <div class="sidebar-wrapper widget_wpdev_booking">

    Thread Starter izaak

    (@izaak)

    Hi thank you for your advice but this doesn’t seem to work for me.

    I have placed it into the sidebar.php but the width issue still remains.

    I am thinking that I will have to edit the css file to manually adjust the widths, unless there is another method that you know of that can be used to adjust the width.

    Cheers for your help

    Plugin Author wpdevelop

    (@wpdevelop)

    I am checked this page http://www.cannesholidayhome.com/2011/tariffs-and-bookings/ but its not contain that fix, which I am mentioned.
    May be you are have it <div class="sidebar-wrapper"> at several places. Please find all of them and chnage it to the <div class="sidebar-wrapper widget_wpdev_booking">

    Thread Starter izaak

    (@izaak)

    I have changed all my sidebar files to your suggesting and it is now working. Thankyou for your help

    same problem here with another themeforest theme:
    http://djhymn.com/services/

    Yet I can’t find any error conflicts. When You do, how are you supposed to fix them?

    Plugin Author wpdevelop

    (@wpdevelop)

    Hello Onna,
    please contact to this email info @ onlinebookingcalendar.com
    with screenshots of your settings and order number of purchasing booking calendar.
    Kind regards.

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Booking Calendar Does Not Show calendar’ is closed to new replies.