Forum Replies Created
- AuthorPosts
- January 8, 2021 at 10:18 am in reply to: Not able to delete default information on accomodation type pages #1056594
Andre Flores
ModeratorHello Jindřich,
I assume you are referring to default meta blocks displayed on single accommodation type pages. If so, you may remove them by overriding Hotel Booking actions in your theme functions.php file, e.g.:
remove_action( 'mphb_render_single_room_type_metas', array( '\MPHB\Views\SingleRoomTypeView', 'renderGallery' ), 10 );
The above code will remove the default gallery generated automatically by the plugin, simply add the code to your active theme functions.php file (it is recommended to use the child theme).
You will find a list of all actions for meta blocks in this article.Regards,
AndreAndre Flores
ModeratorHello Maria,
Thank you for the detailed explanation, it is much appreciated.
Indeed, you should create a separate season for each period of time/event, so, basically the Season does not mean it should be only the high, the low, summer, winter etc. season, it may be any period of time or even specific date, e.g. Thanksgiving. You will need to create as many seasons as there are variations for your accommodations, e.g.: David House High season from Jan-7 to Feb-20, Jhon House High season from Jan-15 to Feb-28
etc.
So far this is the only option to achieve what you need and there are no alternatives to it.Regards,
AndreAndre Flores
ModeratorHello Maria,
There is no option to assign a season to certain accommodation type by default, however, you may create seasons for each accommodation type and configure rates for each accommodation type within that specific season – this will make each accommodation type available within specific season only.
Regards,
AndreJanuary 6, 2021 at 7:23 am in reply to: Feature request: Admin Booking Calendar View Customer Name #1055500Andre Flores
ModeratorHello Jonathan,
Thank you for your suggestion, it is much appreciated. We will take it into consideration and in case there are more similar requests from other users, we will consider adding this feature in one of the plugin future updates.
Regards,
AndreAndre Flores
ModeratorHello Jason,
Thank you four feedback, it is much appreciated. I have added your up-vote to the feature request. Make sure to try this workaround before considering switching to another plugin.
Regards,
AndreJanuary 4, 2021 at 8:24 am in reply to: Allow bookings with no adults and only children in an accommodation #1054390Andre Flores
ModeratorHello Thomas,
Thank you for sharing your insights, it is much appreciated. I hope it will be helpful as a temporary workaround to other users.
Do not hesitate to share updates on the code in case there are any.Regards,
AndreAndre Flores
ModeratorHello Jonathan,
Thank you for your suggestions, they are much appreciated.
We do have a feature request to be able to book several services at a time – I have added your up-vote to it as well.
In case there are more similar requests from other users, we will consider adding the feature to one of the plugin future updates.Regards,
AndreAndre Flores
ModeratorHello Paul,
Are you referring to editing bookings option? If so, it was added to the Hotel Booking plugin starting from v. 3.8.0. Let me know if you have any concerns regarding this matter.
Regards,
AndreAndre Flores
ModeratorHello Steve,
It is recommended to get the Hotel Booking plugin separately from the theme in order to receive automatic plugin updates regardless of the theme version. Do not hesitate to contact us back in case you have any further concerns.
Regards,
AndreJanuary 4, 2021 at 7:48 am in reply to: How to display lowest & single-night rate at booking page? #1054369Andre Flores
ModeratorHello Paul,
Happy New Year!
The price is always displayed according to the minimum stay rule by default. We do have such a feature request to have the price per night displayed regardless of the minimum stay rule, I have added your up-vote to it as well.
Meanwhile, you may try the following workaround: https://motopress.com/forums/topic/prices-start-at/#post-787079.Regards,
AndreJanuary 4, 2021 at 7:36 am in reply to: Feature request: Include number of guests in ical import & export #1054359Andre Flores
ModeratorHello Gundula,
Thank you for your suggestions, it is much appreciated. We will take them into consideration as well.
Regards,
AndreDecember 24, 2020 at 7:20 am in reply to: Enable/Disable Accommodation and Booking Menu Items #1051179Andre Flores
ModeratorHello Neil,
Sure, thank you for your up-vote, it has been also counted.
Regards,
AndreAndre Flores
ModeratorHello there,
Try adding the following code under Appearance ->Customize ->Additional CSS:
@media (max-width: 480px) { .single-room-gallery .flexslider ol.flex-control-nav { bottom: -80px !important; }}
Regards,
AndreDecember 23, 2020 at 7:28 am in reply to: Filter booking results by different parameters under All Bookings and Calendar in admin panel #1050766Andre Flores
ModeratorHello Steve,
Thank you for your feedback, it is much appreciated. Your up-vote has been counted as well.
Regards,
AndreDecember 23, 2020 at 7:24 am in reply to: Display Availability Calendar in case 0 accomodations found #1050763Andre Flores
ModeratorHello Dan,
The idea is that you should override search results code in the child theme in order to prevent changes from being lost after the plugin update. So far the search results depend on selected dates only, so whether booking rules are met or not, the same error will be returned.
Regards,
Andre - AuthorPosts