• Resolved kkorska

    (@kkorska)


    Hi, I’ve been setting up your plugin as I need one with multiple calendars and AirBnb sync, testing it out with the free version before I buy. However, I come across two problems:

    1. Form just won’t display on the right side of the calendar. It’s all set up in the admin, the shortcode I use is: [booking nummonths=2 options='{calendar months_num_in_row=1 width=256px cell_height=30px}’]. Also, the form styles look terrible, do I need to fix it myself manually via css?

    2. The admin appearance is poor and usability is terrible. Is there a prettier version, especially for mobile? I am tech savvy so it’s fine with me, but my future collaborators are noobs they won’t accept the old-fashioned interface in the era of user friendly mobile apps. It will be decisive for me as to choose another plugin or buy this one.

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

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

    (@wpdevelop)

    Hello.
    1) I do not see the calendar at your page here https://lapalma.pl/rezerwacje-karo/ because there is exist some JavaScript errors:

    
    Uncaught TypeError: window.wp is undefined
        <anonymous> https://lapalma.pl/wp-content/cache/wpfc-minified/3lmf3g0/htasp.js:22
    

    This issue because of using the cache plugin. Please recheck for any cache plugins, like “WP Super Cache”, “WP Fastest Cache” or “W3 Total Cache”. If you are using someone, please deactivate it or add the exception to the page with booking form for do not cache this page(s).

    Also please note instead of this shortcode,
    [booking nummonths=2 options='{calendar months_num_in_row=1 width=256px cell_height=30px}’]
    please use this one:

    [booking nummonths=2 options='{calendar months_num_in_row=1 width=256px cell_height=30px}']

    Last quote symbol () is not correct, that can generate issue of not correctly showing size of calendar. Correct one is (').

    After that we can check what issue do you have with right side aligning.

    Relative form styling, it’s seems that the your theme CSS apply to the booking form styles, and you see such style of the booking form.
    Additional configuration of the booking form styles you can do inside of the ../booking/css/client.css file.
    If you define what exactly need to change we can help you with this.

    2) Relative looking of booking admin panel. You can check how is looking like the booking admin panel here to be sure that there was not any conflict issues: https://personal.wpbookingcalendar.com/admin-panel/

    Kind Regards.

Viewing 1 replies (of 1 total)
  • The topic ‘Form won’t display on the right side’ is closed to new replies.