Forum Replies Created
- AuthorPosts
- Andre FloresModerator
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,
AndreAndre FloresModeratorHello 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,
AndreAndre FloresModeratorHello 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,
AndreOctober 20, 2020 at 8:48 am in reply to: Is there a way I can remove the links on amenities #1019289Andre FloresModeratorHello, 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,
AndreOctober 20, 2020 at 7:51 am in reply to: Stripe webhook delivery issues: Errors while sending the webhooks #1019271Andre FloresModeratorHello, 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,
AndreAndre FloresModeratorHello 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,
AndreAndre FloresModeratorHello, 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,
AndreAndre FloresModeratorHello, 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,
AndreAndre FloresModeratorHello, 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,
AndreAndre FloresModeratorHello, 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,
AndreAndre FloresModeratorHello, Dumitru!
The child theme is not necessary to use, however, if you are going to perform any changes to theme files, it is strongly recommended to use the child theme in order to perform all the changes by overriding them in the child theme. This is a standard practice for WordPress themes, you may learn more about child themes in this thread.
Regards,
AndreOctober 16, 2020 at 8:30 am in reply to: Accomodation gallery images in blocks not displayed with latest Chrome #1017822Andre FloresModeratorHello, Emanuel!
Thank you for your feedback. Kindly submit a request to our Help Desk providing a temporary access to your WordPress dashboard, so we take a closer look at the issue.
Regards,
AndreAndre FloresModeratorHello, Marjolein!
The notification e-mails should be translated automatically when using different language. Try switching the dashboard to another language using language switcher in the top admin bar when editing notifications – you will be able to translate notifications text there in case it is not translated automatically.
Regards,
AndreAndre FloresModeratorHello, Elisa!
Thank you for letting me know, I am glad that the issue has been resolved 🙂
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,
AndreOctober 16, 2020 at 8:22 am in reply to: Right sidebar on static pages Booklium child theme #1017818Andre FloresModeratorHello, Joke!
Unfortunately, there is no Sidebar widget area in the Booklium theme by default. You may set the page template to “Wider – 1350px” and use Columns block to add desired content to the right column as a sidebar: https://prnt.sc/v0ehd0 – this would be the easiest option. Otherwise you will need to crate a new widget area and a page template with that widget area included, which would require additional coding.
Regards,
Andre - AuthorPosts