Andre Flores

Forum Replies Created

Viewing 15 posts - 1,186 through 1,200 (of 1,926 total)
  • Author
    Posts
  • Andre Flores
    Moderator

    Hello 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,
    Andre

    in reply to: Seasons for each home #1056593
    Andre Flores
    Moderator

    Hello 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,
    Andre

    in reply to: Seasons for each home #1055501
    Andre Flores
    Moderator

    Hello 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,
    Andre

    Andre Flores
    Moderator

    Hello 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,
    Andre

    in reply to: Show prices with tax #1054411
    Andre Flores
    Moderator

    Hello 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,
    Andre

    Andre Flores
    Moderator

    Hello 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,
    Andre

    in reply to: Customize Service For Employee not working #1054386
    Andre Flores
    Moderator

    Hello 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,
    Andre

    in reply to: why can we not change the date on a booking? #1054376
    Andre Flores
    Moderator

    Hello 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,
    Andre

    in reply to: Compatibility with Aquentro theme #1054372
    Andre Flores
    Moderator

    Hello 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,
    Andre

    Andre Flores
    Moderator

    Hello 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,
    Andre

    Andre Flores
    Moderator

    Hello Gundula,

    Thank you for your suggestions, it is much appreciated. We will take them into consideration as well.

    Regards,
    Andre

    in reply to: Enable/Disable Accommodation and Booking Menu Items #1051179
    Andre Flores
    Moderator

    Hello Neil,

    Sure, thank you for your up-vote, it has been also counted.

    Regards,
    Andre

    in reply to: Gallery for booklium #1051177
    Andre Flores
    Moderator

    Hello 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,
    Andre

    Andre Flores
    Moderator

    Hello Steve,

    Thank you for your feedback, it is much appreciated. Your up-vote has been counted as well.

    Regards,
    Andre

    in reply to: Display Availability Calendar in case 0 accomodations found #1050763
    Andre Flores
    Moderator

    Hello 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

Viewing 15 posts - 1,186 through 1,200 (of 1,926 total)