• Resolved divemasterx

    (@divemasterx)


    Hello,

    I am having two problems.
    First one is that I am not able to translate “Continue to step 2” and “back to step 1” buttons. I tried to edit them in “loco translate” too but it makes zero changes.

    Second problem is that I am getting additional drop menu with time while I already have whole section for time. The additionnal unnececary section is marked red on following screenshot. https://imgur.com/a/ZRtFpmN

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

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

    (@wpdevelop)

    Hello.

    1. Please update to version 10.10.1 in this version the buttons “Continue to step N” has been changed to “Back” | “Next” buttons. It can be that translation for these buttons already exists. If they do not exist, then you can check how to update local translation here: https://wpbookingcalendar.com/faq/fix-local-translation/
    2. Showing select-box with times is seems like CSS conflict with your theme. Please add this CSS to your Theme Editor settings.

    You can check how to add own CSS customization to CSS Theme Editor here: https://wpbookingcalendar.com/faq/how-edit-file-in-wp-menu/

    Here’s the code you need to add:

    .wpbc_form [class$="container--default"] {
    display: none;
    }

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

    Kind Regards.

    Thread Starter divemasterx

    (@divemasterx)

    Thank you so much! You have fixed both of my problems in simple way!

    Plugin Author wpdevelop

    (@wpdevelop)

    You are welcome :). If you will have any other issues, please let me know.

    Kind Regards.

Viewing 3 replies - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.