• Resolved tristan.troup

    (@tristantroup)


    Im updating a clients webpage. I’ve updated the theme, and i believe it worked afterwards. But the problem I have now, is that There are no longer empty forms to be filled out under the calendar. And there are no names of months above the calendar.

    I’m very new to wordpress and would appreciate any help you can provide.
    Im also getting an error of sorts and I do not know what it means:

    “Notice: Undefined property: stdClass::$parent in /home/tnmohs/public_html/wp-content/plugins/booking.personal.4.1.2/inc/lib_p.php on line 421”

    here is the page:
    http://www.topnotchmohs.com/schedule-a-mohs-day

    https://wordpress.org/plugins/booking/

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

    (@wpdevelop)

    Hello.
    1) The months in calendar is not showing because of CSS conflict with your actual theme. Inside of your actual theme you are have this CSS:

    span {
        display: none;
    }

    than make titles of months invisible.
    You can make this fix:
    Please open this file http://www.topnotchmohs.com/wp-content/plugins/booking.personal.4.1.2/css/skins/traditional.css

    and add to the bottom of this file this code:

    .datepick-header span {
      display:inline;
    }

    2) Relative not showing form fields in your booking form. Please recheck that you correctly configured form fields in the booking form at the Booking > Settings > Fields page.
    Please read more about the booking form fields configuration here http://wpbookingcalendar.com/help/booking-form-fields/

    3) In general about this issue. You are using very old 4.1.2 version of Booking Calendar, so many items have to be resolved if you update your version to the latest update 6.0
    Because you are using the paid version, you can request the new update of Booking Calendar on this page: http://wpbookingcalendar.com/request-update/

    PS This forum is about support of only Booking Calendar Free version, so please contact about any questions relative of the paid version at the support forum of plugin here: http://wpbookingcalendar.com/support/

    Kind Regards.

    Thread Starter tristan.troup

    (@tristantroup)

    Thank you! the first issue is now fixed.

    How does this look for the forms?
    I even reset it to the standard form and the fields still are not showing up. Unfortunately I dont have the order number or email from the person who purchased the product therefore cannot upgrade. Is there any other way we can fix this?

    [calendar]

    <div style=”text-align:left”>
    <p><b>Please note:</b> Start Time requires numbers only, if using a single digit please place a “0” before the number.
    <i>(Ex. 9:30 should be 09:30</i>)</p>
    <p>Multiple dates can be selected under one request.</p>
    <p>Start Time (required):
    [time cal_time] </p>

    <p>Number of Cases (required):
    [text* classes] </p>

    <p>Full Name (required):
    [text* name] </p>

    <p>Email (required):
    [email* email] </p>

    <p>Comments:
    [textarea details] </p>

    <p>[captcha]</p>

    <p>[submit “Send”]</p>
    </div>

    Plugin Author wpdevelop

    (@wpdevelop)

    Hello.
    Please contact about this issue or about getting updates at the support page of plugin here: http://wpbookingcalendar.com/contact/ or directly by email support @ wpbookingcalendar.com

    PS This forum is only about support of Booking Calendar Free version.
    Kind Regards.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Cant Fill Forms/no month display’ is closed to new replies.