J. Davis

Forum Replies Created

Viewing 15 posts - 406 through 420 (of 3,452 total)
  • Author
    Posts
  • in reply to: Display Weeklong Availability #1617609

    Hi, you can also try the following styled to color the booked dates in red and available in green:

    .datepick-popup .mphb-datepicker-slate-blue.mphb-datepick-popup.mphb-check-in-datepick .datepick-month td .mphb-not-check-in-date:not(.mphb-past-date), .datepick-popup .mphb-datepicker-slate-blue.mphb-datepick-popup.mphb-check-out-datepick .datepick-month td .mphb-not-check-out-date:not(.mphb-past-date)  {
      text-decoration: none;
      background:#007e00;
    }
    
    .datepick-popup .mphb-datepicker-slate-blue.mphb-datepick-popup.mphb-check-in-datepick .datepick-month td .mphb-booked-date.mphb-unselectable-date, .datepick-popup .mphb-datepicker-slate-blue.mphb-datepick-popup.mphb-check-out-datepick .datepick-month td .mphb-booked-date.mphb-unselectable-date{
        background:#bd0000;
    }

    You can read different articles on how to inspect the classes of the elements on the pages of the websites and how to add custom styles for them.

    in reply to: booking workflow #1617583

    Hi Andrea,
    Thanks for your feedback. It will be possible on one of the next updates.

    in reply to: Allow Multiple Bookings Per Appointment #1617563

    Hi,
    I’m sorry you could not find the desired functionality, however, we do not promote the ability to get group bookings with different customers on our blog, product page, documentation, demos, videos, etc.
    I’ve added your feedback to our list of features. Thanks

    in reply to: 10% off in all bookings #1614013

    Hi Ricardo,
    You can create a coupon code, edit each reservation manually, and apply it to recalculate the price. Let me know if it is helpful or if you have any additional questions.

    in reply to: Display Weeklong Availability #1614012

    I’ve updated the style in my previous reply to remove the background.

    in reply to: Payment Pending Status #1614010

    If you use HB WooCommerce payments add-on you can check this reply to learn how it works and find a workaround https://motopress.com/forums/topic/booking-with-status-pending-admin-when-payment-is-aborted/#post-1412615

    Hi Jonas,
    Thanks for your question. One customer can book a tour for him/her or add a limited number of other customers (friends, relatives) to bring with him/her. The plugin does not have the option to accept group bookings when different customers book the same timeslot.
    As a workaround, you may add employees as places in a group tour and then the same timeslot can be booked as many times as many employees are added.

    in reply to: Public Holiday Random Month #1613706

    Hi,
    Yes, you need to create a season for each holiday when the price differs and then add it to the rate as a new season price.
    Otherwise, you can set up prices at Pricelabs and import them by means of Pricelabs add-on

    in reply to: availability – center #1613705

    Hi Piotr,
    Thanks for your question. It is possible to build a custom layout using blocks, elementor, or divi https://motopress.com/blog/hotel-booking-styles-addon-single-accommodations/
    If you prefer using CSS I will kindly ask you to provide URL of the page where I can check it. Thanks

    in reply to: Button Sizes and Font color #1613704

    Hi Arnd, The styles of colors and fonts depend on the design of your theme so it may differ in each theme. You can add custom CSS styles to override your theme styles for the hotel booking widgets.

    in reply to: Issue with the Hotel Booking Reviews plugin #1613703

    Hi, I’ve submitted a ticket for you. Please check it and send a reply.

    in reply to: send SMS notifications using Hotel Booking plugin #1613699

    Hi Eric,
    Unfortunately, there is no such option yet. I’ve added your upvote to the task and we will notify you when we have any news.

    in reply to: Display Weeklong Availability #1612647

    Hi,
    You can try using the styles below to remove the line-thought style for dates when check-in/check-out is not allowed:

    .datepick-popup .mphb-datepicker-slate-blue.mphb-datepick-popup.mphb-check-in-datepick .datepick-month td .mphb-not-check-in-date:not(.mphb-past-date) {
      text-decoration: none;
      background:none;
    }
    .datepick-popup .mphb-datepicker-slate-blue.mphb-datepick-popup.mphb-check-out-datepick .datepick-month td .mphb-not-check-out-date:not(.mphb-past-date) {
      text-decoration: none;
      background:none;
    }
    in reply to: Cancellation Rule #1612645

    Thank you, Federico.

    in reply to: 2 different tax rates for services? #1612643

    Hi Lélek, Could you please provide an example of how the guest can choose from various types of tourist taxes? Can the Services be used for this purpose indeed?

Viewing 15 posts - 406 through 420 (of 3,452 total)