• Resolved bergentrappedesign

    (@bergentrappedesign)


    The “Book” button is broken on the calendar form, so its not possible to send the form.

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

Viewing 9 replies - 1 through 9 (of 9 total)
  • riangraphics

    (@riangraphics)

    Hi @bergentrappedesign,

    your button css is in display: none;

    add this custom css or change the original file

    .wpdevart-submit {
       display: block!important;
    }
    riangraphics

    (@riangraphics)

    i’ve noticed that you need to click on a date on the calendar in order to the submit button to appear.

    but if you need it always on just add the above code to you css

    regards

    Thread Starter bergentrappedesign

    (@bergentrappedesign)

    Yes, I know that ??
    But when you choose a date and fill out the form, and press the “book” button – nothing happens.

    riangraphics

    (@riangraphics)

    There’s some jQuery errors in booking.js

    riangraphics

    (@riangraphics)

    this is the error:

    booking.js?ver=10.3:1014 Uncaught TypeError: Cannot read property 'count' of null
        at changeTotalPrice (booking.js?ver=10.3:1014)
        at reservation_info (booking.js?ver=10.3:1006)
        at Object.success (booking.js?ver=10.3:713)
        at i (jquery.js?ver=1.12.4:2)
        at Object.fireWith [as resolveWith] (jquery.js?ver=1.12.4:2)
        at y (jquery.js?ver=1.12.4:4)
        at XMLHttpRequest.c (jquery.js?ver=1.12.4:4)
    Thread Starter bergentrappedesign

    (@bergentrappedesign)

    I’m sorry, but I dont know what that means.

    Plugin Author wpdevart

    (@wpdevart)

    Hi dear user.

    Can you contact us at [email protected], we need more information about your website and it will be better to provide email support in this situation.

    Thanks.

    Best regards,
    WpDevArt support team.

    • This reply was modified 7 years ago by wpdevart.
    Plugin Author wpdevart

    (@wpdevart)

    Hi dear user.

    We fixed this issue, so we are going to close this topic, if you have other questions then contact us again.

    Thanks.

    Best regards,
    WpDevArt support team.

    coast75

    (@coast75)

    Hi,
    When clicking on a date to make a booking, nothing happens and no button shows up.
    Further to this issue, by inspecting the element on the webpage when the mouse is over the day, the following error shows in Google Chrome:
    Uncaught TypeError: $(…).datepicker is not a function
    at HTMLDocument.<anonymous> (booking.js?ver=10.3:743)
    at i (jquery.js?ver=1.12.4:2)
    at Object.fireWith [as resolveWith] (jquery.js?ver=1.12.4:2)
    at Function.ready (jquery.js?ver=1.12.4:2)
    at HTMLDocument.K (jquery.js?ver=1.12.4:2)
    and on Firefox:
    TypeError: $(…).datepicker is not a function

    Please advise

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Broken “Book now” button’ is closed to new replies.