Forum Replies Created
- AuthorPosts
Andre Flores
ModeratorHello Spencer,
Open the Hotel Booking calendar export link in your browser – as a result you should get an option to open/save the .ics file. If this happens, than the everything should be fine with the link and in this case you should contact AirBnB support directly and ask what may cause the issue.
Regards,
AndreAndre Flores
ModeratorHello Liam,
You may use the following code to add a 0.5 opacity black background:
body.absolute-menu .site-header { background: rgba(0, 0, 0, 0.5); }
Regards,
AndreAndre Flores
ModeratorHello Quinton,
Try switching the “Template Mode” under Accommodation ->Settings, it should help. If the issue persists, kindly submit a request to our Help Desk providing temporary access to your WordPress dashboard, so we take a closer look at the issue.
Regards,
AndreAndre Flores
ModeratorHello Russell,
I can see you already have a request in our Help Desk, the issue will be taken care of in ticket: #33218.
Regards,
AndreAndre Flores
ModeratorThis reply has been marked as private.Andre Flores
ModeratorHello Andy,
Unfortunately, there is no such option, you will need to use variable pricing in order to charge for additional guests.
Regards,
AndreAndre Flores
ModeratorHello there,
We are delighted to let you know that we have just released the Hotel Booking plugin v. 3.9.0 update, which includes such great features as Booking Buffer and the ability to set Advance Reservation: the minimum number of days allowed before booking and the maximum number of days available for future bookings.
Regards,
AndreNovember 27, 2020 at 9:35 am in reply to: Customer pays deposit + Pay on arrival don’t work together #1036913Andre Flores
ModeratorHello Emanuel,
It is possible with our great WooCommerce Payments add-on, which I have mentioned in another topic you started. It allows to have the deposit paid online and then send the link to pay the remaining balance due in the set number of days before check-in.
regards,
AndreAndre Flores
ModeratorHello 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,
AndreAndre Flores
ModeratorHello Joke,
Thanks, your up-vote has been counted 🙂
Regards,
AndreAndre Flores
ModeratorHello 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,
AndreAndre Flores
ModeratorHello 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,
AndreAndre Flores
ModeratorHello 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,
AndreNovember 26, 2020 at 10:14 am in reply to: Use blocks editor / Gutenberg for accommodation description #1036259Andre Flores
ModeratorHello 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,
AndreAndre Flores
ModeratorHello 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- AuthorPosts