• Resolved lennynyli

    (@lennynyli)


    Im trying out the free version of booking calendar plugin. It seems the custom form doesnt provide the option of showing custom text in the form without an input field, or displaying HTML text. Can you provide these flexibility? Other competitor of your plugin can support it.

    Also other competitor seems to support multilingual better by allowing me custom the display language.
    I don’t seem this option in your plugin. If I change the display language of our site from English to Chinese, the calendar itself display chinese but it doesn’t translate all the form labels etc. Please enlighten me. We have WPML etc.

Viewing 8 replies - 1 through 8 (of 8 total)
  • Thread Starter lennynyli

    (@lennynyli)

    Hello!
    Sorry I should not ask the text field question because I just saw your web video and now know that in the paid version I have the ability to edit the HTML. But if your free version makes it clear then it save me time searching for solution!

    Thread Starter lennynyli

    (@lennynyli)

    But I wonder in our Chinese language version of website why does your calendar show Chinese text on the calendar top (ie. month) but not in the legend??

    Plugin Author wpdevelop

    (@wpdevelop)

    Hello.
    1) You can configure the labels of booking form in several languages in a way like this:
    First Name[lang=zh_CN]名
    Please check more here https://wpbookingcalendar.com/faq/several-languages/

    Unfortunately, the “text block” or “fixed html block” in the booking form is not available in the Booking Calendar Free version. But you can write some text in the content of the post or page, where you have inserted the booking form.
    And such functionality available in the paid versions of Booking Calendar.

    2) Legend items you can configure at the Booking > Settings General page in Form section, in the same way as it’s explained in previous point.
    Kind Regards.

    Thread Starter lennynyli

    (@lennynyli)

    It seems something happened after I input Chinese text in a field label of text. Now I cannot move this item to other parts of the form, and if i click the delete actions nothing happen. We tried deactivating another plugin that may be using an older version of jquery UI. But it didnt seem to solve the problem.
    Are you interested to use teamviewer to goto my screen and see what can be done to correct this problem?

    Plugin Author wpdevelop

    (@wpdevelop)

    Hello.
    It’s most probably that you are having some JavaScript error at that page. Please recheck your page for any JavaScript errors (usually for see what JavaScript error you have you need to press Ctrl + Shift + J for showing browser console) and try to fix them. You can check for the most common issues on the FAQ page https://wpbookingcalendar.com/faq/ at the troubleshooting section.

    You can also try to deactivate one by one all your active plugins at the WordPress > Plugins menu. Then retest it again. If it does not help, please deactivate your active theme and activate the default WordPress theme. And then retest it again. Maybe there exists some conflict with some active plugin or actual theme and just need to find the reason for that issue.

    If you still have this issue, please try to make full reinstall of the plugin.

    For making full reinstall of plugin (its mean that booking data will be erased).

    For this please open the general booking settings page and make checked the “Delete booking data during deactivation of plugin” at the right side of the page. Click save changes button.

    Then open the WordPress plugins menu and click on “Deactivate” link. Wait for the message that plugin is deactivated successfully.

    After this Click on “Activate” link of Booking Calendar plugin and wait for the message that plugin is activated successfully.

    After this test it again.

    Kind Regards.

    Thread Starter lennynyli

    (@lennynyli)

    Pressing F12 on the browser and looking at control panel:
    Uncaught TypeError: this._addClass is not a function
    jQuery
    _create
    $.widget/</proxiedPrototype[prop]</<
    _createWidget
    namespace][name
    $.widget.bridge/$.fn[name]/<
    each
    each
    name
    wpbc_make_table_sortable https://www.healthcarehk.com/wp-admin/admin.php?page=wpbc-settings&tab=form:1943
    wpbc_fill_timeslots_table_by_rows https://www.healthcarehk.com/wp-admin/admin.php?page-wpbc-settings&tab=form:2761
    <anonymous> https://www.healthcarehk.com/wp-admin/admin.php?page=wpbc-settings&tab=form:2714

    Thread Starter lennynyli

    (@lennynyli)

    I tried deleting your plugin and reinstalling it.
    I have checked the box ‘Check this box to delete all booking data when you uninstal this plugin.’
    But after deleting and reinstalling, the old form is still there, I still could not delete the field I don’t want or move the items.

    Plugin Author wpdevelop

    (@wpdevelop)

    Hello.
    Try to make this fix.
    Please open this file ../wp-content/plugins/booking/core/admin/page-form-timeslots.php
    ( you can check how to edit files in WordPress menu in this article https://wpbookingcalendar.com/faq/how-edit-file-in-wp-menu/ )

    then find this code:


    wpbc_make_table_sortable();

    and replace it to this code:


    // wpbc_make_table_sortable();

    Please clear browser cache before testing these changes.

    Then open the Booking > Settings > Form page, fix the booking form, to remove that item.
    Test it.

    If it’s will work, then rolback that chnages in that JavaScript file.

    P.S. Please note, I have tested the saving of this label
    First Name[lang=zh_CN]名
    and it’s working just fine.
    So it’s weird..
    Kind Regards.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Custom form doesnt allow display text without input field,Language display issue’ is closed to new replies.