• Resolved tfeumi

    (@tfeumi)


    Hello,

    First of all thanks for the epic plugin!

    Secondly, I would like to know how to activate the checkbox or field on the extra option of a booking request.
    On the clientside when they book, they do not see if they selected the extras options.

    Can someone help me where I can enable to show the checkbox or field?

    Thank you

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author BookingCalendar

    (@bookingcalendar)

    Hi,

    the line with the checkbox is being hidden away. Its height is 0px, so it’s impossible to click the options.
    The theme you are using is a custom theme. Please take a look at a theme from the official WordPress repository: https://www.ads-software.com/themes/

    Best,
    Jan

    Thread Starter tfeumi

    (@tfeumi)

    Oh damn, thank you.

    Is it as well the same reason why on clientside they cannot see the months on the check in, check out of the booking form?

    Plugin Author BookingCalendar

    (@bookingcalendar)

    Yes, please fix the theme.

    Thread Starter tfeumi

    (@tfeumi)

    It s done,

    To inform I had to add the following in the CSS Customizer:

    “Hello,

    Please add these lines to additional css area:

    input[type=”radio”], input[type=”checkbox”], .edd_price_options ul > li > label > input[type=”radio”], .edd_price_options ul > li > label > input[type=”checkbox”], .wpcf7-radio input[type=”radio”], .wpcf7-checkbox input[type=”checkbox”] {
    display: block;
    }

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Checkbox/Checkfield Extra Options’ is closed to new replies.