Andre Flores

Forum Replies Created

Viewing 15 posts - 1,426 through 1,440 (of 1,926 total)
  • Author
    Posts
  • in reply to: Accommodation page URL #1019819
    Andre Flores
    Moderator

    Hello, Del!

    It would be more convenient if you submit a request to our Help Desk providing a temporary access to WordPress dashboard, so we take a closer look at the issue.

    Regards,
    Andre

    in reply to: Theme Update for Hotel Booking 3.8.3 #1019817
    Andre Flores
    Moderator

    Hello, Mirjana!

    Thank you for your feedback, it is much appreciated. I am following your concerns and must say that we are planning to update our themes in order to keep the Hotel Booking plugin up-to-date as well, however, it takes some time for our developers to update the theme and make sure everything works in tact. They are currently busy with other priority tasks and will be able to get back to themes updates later. Once there are any news regarding this matter, I will immediately let you know.

    Regards,
    Andre

    Andre Flores
    Moderator

    Hello, Kean!

    If you would like to delete some specific sync logs, the best option would be doing it manually under Calendar Sync Status tab: https://prnt.sc/v3m19e. Basically, keeping these logs is not required and it is recommended to set the Automatically delete sync logs older than option under Accommodation ->Settings to “Day/Week” – this will help to avoid your database overloading with sync logs.

    Regards,
    Andre

    in reply to: Where do I enable the single room rating #1019808
    Andre Flores
    Moderator

    Hello, Maria!

    Thanks for letting us know, I am glad that the you have managed to resolve the issue 🙂

    Regards,
    Andre

    Andre Flores
    Moderator

    Hello there,

    Thanks for the up-vote, currently our developers are working on implementing this feature in the plugin, so I hope we will see it soon.

    Regards,
    Andre

    in reply to: VAT included on price #1019802
    Andre Flores
    Moderator

    Hello there,

    Thank you for your up-vote, I have added it to the feature request. Our developers are currently busy with other priority tasks, including implementing more popular feature requests. We will see if they will be able to start working on this feature later.

    Regards,
    Andre

    in reply to: Show Pictures with Services in Check out form #1019798
    Andre Flores
    Moderator

    Hello there,

    Unfortunately, there is no such option and it would require additional coding to have it. I will take your request into account and if there are more similar requests we will consider this option for future releases.

    Regards,
    Andre

    in reply to: Service Description on Checkout page #1019338
    Andre Flores
    Moderator

    Hello there!

    Thank you all for your up-votes, they have been counted.
    Meanwhile our team can add a service description and an image/icon on Checkout page within our Extended Support service, feel free to submit a request to our Help Desk regarding this matter.

    Regards,
    Andre

    in reply to: Is there a way I can remove the links on amenities #1019289
    Andre Flores
    Moderator

    Hello, Karl!

    There is no way to remove links and pages for amenities, since they appear to be a custom post type. However, you may disable links on the front-end by adding the following code under Appearance ->Customize ->Additional CSS:

    .mphb-room-type-facilities a {
    	pointer-events: none;
    }

    Regards,
    Andre

    Andre Flores
    Moderator

    Hello, Emanuel!

    I would recommend that you submit a request to our Help Desk providing a temporary access to WordPress dashboard and your Stripe account, so we take a closer look at the issue.

    Regards,
    Andre

    in reply to: Add days of week to dates #1018715
    Andre Flores
    Moderator

    Hello there,

    You are most welcome. It would be much appreciated if you leave your positive feedback about the Hotel Booking plugin at: https://motopress.com/products/hotel-booking/#edd-reviews-respond.

    Thank you in advance.

    Regards,
    Andre

    in reply to: Multiple languages (WPML) #1018714
    Andre Flores
    Moderator

    Hello, Marjolein!

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

    Regards,
    Andre

    in reply to: attributes order #1018713
    Andre Flores
    Moderator

    Hello, Maria!

    Thank you for clarification. It is possible to change items order by overriding existing actions and applying higher priority to them in the theme functions.php file. For example, in order to move the “View:” element to the top add the following code:

    remove_action( 'mphb_render_single_room_type_attributes', array( '\MPHB\Views\SingleRoomTypeView','renderView' ), 40 );
    
    add_action( 'mphb_render_single_room_type_attributes', array( '\MPHB\Views\SingleRoomTypeView','renderView' ), 9 );

    You may find the listing of all single accommodation type actions in /wp-content/plugins/motopress-hotel-booking/templates/single-room-type/attributes.php file.

    Regards,
    Andre

    in reply to: Rent 1, 2 or 3 rooms or all house #1018696
    Andre Flores
    Moderator

    Hello, Nelson!

    There is no direct functionality to achieve this in the Hotel Booking plugin, however, we do have a workaround for that. Check this article in order to learn how to be able to rent out rooms or the whole house.
    Please note that the workaround is not ideal and you will still need to control the process manually in order to make sure everything works in tact.

    Regards,
    Andre

    in reply to: Checkout brakedown price translation problem #1018693
    Andre Flores
    Moderator

    Hello, Mirjana!

    Such issue occurred in some previous plugin versions and was fixed in Hotel Booking v. 3.7.4 (February 20, 2020). Make sure your plugin is up to date (the latest version is 3.8.5) in order to resolve the issue.

    Regards,
    Andre

Viewing 15 posts - 1,426 through 1,440 (of 1,926 total)