• Resolved mimy1984

    (@mimy1984)


    Hello, I have few problems. Firstly the box for party size font and background are same and visibility is low (dropdown). Then for the time intervals i cant seem to put from 12PM to 3PM (I have also from 6:30 to 7:30 and 10PM working fine). Also i changed wordpress to HH:MM (17:00), but it shows like 5PM still. Also the code mentioned for hiding the hours that cant be booked is not working for me.

    .picker–focused .picker__list-item–disabled, .picker__list-item–disabled, .picker__list-item–disabled:hover {
    display: none !important;
    }
    Am I missing something?
    Thank you

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello Mimy,

    Could you try the following Custom CSS for the party size

    .rtb-booking-form fieldset div:first-of-type {
        margin-left: 0;
    }
    .rtb-booking-form fieldset div:last-of-type {
        margin-right: 0;
    }
    fieldset.reservation > div, fieldset.contact > div {
        width: 32%;
        float: left;
        margin: 0 calc(4%/4);
    }
    .rtb-booking-form fieldset select {
        height: 44px;
    }

    and the following for background of Party drop-down

    .box-shadow .rtb-booking-form fieldset select option {
        background-color: rgb(19 19 23);
    }

    and this one to hide the disabled times.

    #rtb-time_root li.picker__list-item.picker__list-item--disabled {
        display: none;
    }

    Make sure to remove your exactly matching, existing CSS rules otherwise you would have to use !important, which should be avoided when possible.

    To change the time format, our plugin has its own format setting at:
    plugin Settings -> Basic -> Booking Form -> Time Format

    Just so we have a better understanding of the time interval situation, what is the current Schedule configuration in the back-end and what ideal schedule are you trying to set up?

    Thanks

    • This reply was modified 2 years, 8 months ago by jssupport.
    Thread Starter mimy1984

    (@mimy1984)

    Thank you so so much for help. Just one more thing, i cant select time interval till 18. Only works from 18-24. I also put time only from 12-17 (deleted all schedules), but it shows nothing. Nothing happens. What can I do regarding this problem, as its quite important for me to have reservations for lunch.
    Thank you

    Thread Starter mimy1984

    (@mimy1984)

    Sorry, discard last email, my fault, these times passed for today, that is why i didnt see them.
    Thank you

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Issue with time’ is closed to new replies.