Andre Flores

Forum Replies Created

Viewing 15 posts - 1,306 through 1,320 (of 1,933 total)
  • Author
    Posts
  • in reply to: Allow customer to choose deposit or full amount #1036911

    Hello Emanuel,

    So far there is no such option in the Hotel Booking, however, we do have such a feature request and I have added your up-vote to it. The request has not been quite popular so far, however, if there are more similar requests from other users, we will consider adding this feature to one of the plugin future updates.
    Meanwhile, you may use our Payment Request add-on for Hotel Booking and send out the payment link to such Guests to pay the remaining balance due once the deposit is paid (in case they want to have the full amount paid at once).

    Regards,
    Andre

    in reply to: Add more information in iCal file #1036909

    Hello Joke,

    Thanks, your up-vote has been counted πŸ™‚

    Regards,
    Andre

    in reply to: Breadcrumb Alternative #1036322

    Hello Marcus,

    Thank you for reporting this issue, I have passed the request to our developers regarding this matter. Meanwhile, you may try using some alternative plugins, e.g.: Breadcrumb NavXT.
    Please note that you may need to perform additional steps in order to integrate it to the theme and we do not guarantee its full compatibility with the Campterra theme, as it was never tested with it.

    Regards,
    Andre

    in reply to: Application for guided tours #1036307

    Hello Philip,

    Basically, you may create an accommodation type named Tours and generate 6 accommodations for it (each accommodation will represent the bed/spot). This will allow your visitors to book maximum of 6 accommodations (beds/spots) for selected dates. Also, since this is a 6-day tour, you will need to set the “Minimum stay” rule to 6 nights.

    Regards,
    Andre

    in reply to: Customize single accomodation type room page #1036293

    Hello Graham,

    1. If you are referring to removing the featured image on single accommodation type pages, then you may add the following code under Appearance ->Customize ->Additional CSS:

    .single-mphb_room_type .post-thumbnail {
    	display: none;
    }

    2. In order to have the reservation form displayed above the availability calendar add the following code to your active theme functions.php file:

    remove_action( 'mphb_render_single_room_type_metas', array( '\MPHB\Views\SingleRoomTypeView',
     'renderReservationForm' ), 50 );
     
    add_action( 'mphb_render_single_room_type_metas', array( '\MPHB\Views\SingleRoomTypeView',
     'renderReservationForm' ), 30 );

    Regards,
    Andre

    in reply to: Use blocks editor / Gutenberg for accommodation description #1036259

    Hello Emanuel,

    Sure, you may activate the Gutenberg for Accommodation Types description editing under Accommodation ->Settings – make sure the “Enable block editor for “Accommodation Types”.” option is chosen for selection there: https://prnt.sc/vqfj8y.

    Regards,
    Andre

    in reply to: Rates selectable by Admin only #1036255

    Hello Paul,

    Unfortunately, there is no such option included in the Hotel Booking plugin. However, you may create a special rate and keep it “Disabled”: https://prnt.sc/vqfg4m. Once you need it, activate the rate back and apply to the desired booking while adding it in admin panel.

    Regards,
    Andre

    in reply to: Multilanguage Site Ends on 502 Bad Gateway nginx Error Page #1036250

    Hello there,

    Thank you for letting me know that issue no longer persists, I am glad that you have managed to have t resolved.
    How’s been your experience with the Hotel Booking plugin so far? It would be much appreciated if you leave your positive feedback about it at: https://motopress.com/products/hotel-booking/#edd-reviews-respond.

    Thank you in advance.

    Regards,
    Andre

    in reply to: Add a CSS class to Attributes #1036244

    Hello Jason,

    Thanks for sharing your experience, it is indeed much appreciated! I am sure the above sharing will help many users. It would be also much appreciated if your leave your positive feedback about the Hotel Booking plugin at: https://motopress.com/products/hotel-booking/#edd-reviews-respond if you have not had a chance to do it yet πŸ™‚

    Thank you in advance!

    Regards,
    Andre

    in reply to: Edit Message that appears after customer make a booking #1036235

    Hello Javier,

    Sure, you may edit that text via Loco Translate plugin. Check this article with an example on how to do that.

    Regards,
    Andre

    in reply to: Hide thumbnail images on the homepage slider #1036213

    Hello Liam,

    You are most welcome, I am glad I could help. It would be much appreciated if you leave your positive feedback about the Luviana theme at: https://motopress.com/products/luviana/#edd-reviews-respond.

    Thank you in advance!

    Regards,
    Andre

    in reply to: Recalculate Price #1035309

    Hello there,

    Unfortunately, there is no option to apply the coupon code to the whole stay, rather than the accommodation only. We do have such a feature request though and I have added your up-vote to it as well. If there are more similar requests from other users, we will consider adding this option to one of the plugin future updates.

    Regards,
    Andre

    in reply to: price per room, not per person #1035304

    Hello Barbara,

    Kindly submit your request to our Help Desk providing temporary access to WordPress dashboard, so we take a closer look at the issue.

    Regards,
    Andre

    in reply to: Customize Search Form #1035303

    Hello Cassie,

    Try adding the following code under Appearance ->Customize ->Additional CSS:

    #mphb_adults-mphb-search-form-5fbe23a9f1836 {
    	padding: 19px;
    }
    body[data-form-submit="regular"] .container-wrap input[type="submit"], body[data-form-submit="regular"] .container-wrap button[type="submit"], body[data-form-submit="see-through"] .container-wrap input[type="submit"], body[data-form-submit="see-through"] .container-wrap button[type="submit"]:not(.search-widget-btn) {
    	padding: 19px 22px !important;
    }

    Regards,
    Andre

    Hello Marcus,

    Unfortunately, there is no option to allow deposits during one month and then allow only full payments during the next month. You may simply disable the deposit payments at 00:00 of January, 1st, so all the bookings during January require full payment. There is also no option to change the remaining balance due on specific date. I will take your request into account though, thank you for suggestion.

    Regards,
    Andre

Viewing 15 posts - 1,306 through 1,320 (of 1,933 total)