• Resolved Sascha

    (@kleinsascha)


    Hello,

    can you explain me, how to make the dropdown field for timeslots more wide, that the text is not “cutted”?

    Screenshot see https://prnt.sc/plr1oe

    Best regards

    Sascha

    • This topic was modified 5 years, 5 months ago by Sascha.

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

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

    (@wpdevelop)

    Hello.
    1) First of all. 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).

    2) Then make this fix.
    Please open this file ../{Booking Calendar Folder}/css/client.css

    ( you can check how to edit files in WordPress menu in this article https://wpbookingcalendar.com/faq/how-edit-file-in-wp-menu/ )

    then add this code to the bottom of this file:

    
    .booking_form .form-group .controls select {
    width: 96%;
    margin: auto;
    }
    

    Please do not forget to clear browser cache before testing these changes.

    Kind Regards.

    Thread Starter Sascha

    (@kleinsascha)

    Hello,

    wow – that quick reaction within minutes !!!

    1.) Website is using “Autoptimze”
    I added already “seal.js, js/jquery/jquery.js, foogallery.min.js” to the exeptions.
    Can you please tell me, what expression I have to add additionally for Booking Plugin?

    2.) Perfectly !!!! Thank you!!!

    Plugin Author wpdevelop

    (@wpdevelop)

    Hello.
    Booking Calendar does not support cache plugins.
    So pages, where you have inserted the booking forms must not be cached.
    Please contact support of specific cache plugin, relative how to add such exceptions.
    Kind Regards.

    Thread Starter Sascha

    (@kleinsascha)

    I dont think that the developer knows the filepath of YOUR plugin in wordpress which has to be chose to deactivate ??

    You are thinking the wrong way around: Not the Cache-Plugin has a problem with the Booking Plugin.
    But your Booking Plugin has a problem with the Cache Plugin (at least you mentioned).
    So you should know better, which .js of your plugin could be affected ??

    Plugin Author wpdevelop

    (@wpdevelop)

    Hello.
    At the page, where you inserted the booking form, must not be cached any data.
    At this page, exist some inline (dynamic) JavaScript data which define available or unavailable dates. And if the entire page cached, so then you will not see correct availability.

    If you just minimize some JavaScript or css files, without content of the page, so then it’s fine.
    Kind Regards.

    Thread Starter Sascha

    (@kleinsascha)

    Ahhhh ok now I understand – its just about this page where the form is implemented.

    Then it was my fault – thank you again! ??

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Length / Wideness of Dropdown Field’ is closed to new replies.