Forum Replies Created
- AuthorPosts
Andre Flores
ModeratorHello David,
In order to take a closer look at the issue I will need to access your dashboard. Kindly submit your request to our Help Desk providing temporary access to WordPress dashboard.
Regards,
AndreFebruary 3, 2021 at 1:17 am in reply to: how to make booking id, payment id and transaction id can be the same #1068861Andre Flores
ModeratorHello Adji,
Unfortunately, it is not possible to make booking, payment and transaction ID’s the same. Each booking/payment/transaction appears to be a custom post type and the ID is generated for it automatically by WordPress engine, the same it is for standard posts. There is no way to control generated ID’s, so they will always be different – this is how WordPress engine functions by default.
Regards,
AndreAndre Flores
ModeratorHello Helen,
I have checked your pages and the featured image is stretched to the whole content width on all of them: https://prnt.sc/y4mijw ->https://prnt.sc/y4mjt4.
Let me know if you have managed to resolve the issue.Regards,
AndreFebruary 3, 2021 at 1:08 am in reply to: Display price in the accommodation type view page. #1068848Andre Flores
ModeratorHello Ann,
The plugin always displays the base price per night according to configured rates, unless the dates are selected. Once the dates are selected the prices are displayed according to the number of selected days and number of guests (variable pricing). Such behavior is applicable to the Checkout, Search Results and Single Accommodation Page only.If we are speaking about Room, Rooms shortcodes and Rooms widget, there is always a base price displayed there.
Regards,
AndreFebruary 3, 2021 at 1:01 am in reply to: Removing the site title and description from the front end. #1068841Andre Flores
ModeratorHello Helen,
In this case you may try adding the following CSS code under Appearance ->Customize ->Additional CSS:
.site-branding-wrapper { display: none; }
This will just hide the site title and the tagline from the front-end.
Regards,
AndreAndre Flores
ModeratorHello Jonas,
You are most welcome, I hope you will be able to achieve the result with the WPML plugin.
Regards,
AndreAndre Flores
ModeratorHello Andrey,
Unfortunately, there is no such option to block reservation for specific time to allow cleaning in the Appointment Booking plugin at the moment.
You may try adding several shcedules for the same day of the week and leaving some margins between working hours, e.g. 9:00 – 10:00, 11:00 – 12:00, 13:00 – 14:00 etc., so there is an hour between each working period of time for cleaning: https://prnt.sc/y4krfm.Regards,
AndreAndre Flores
ModeratorHello Maria,
In order to get rid of the gallery on the Search Results page and leave the featured image only locate the room-content.php file under /wp-content/themes/booklium/hotel-booking/shortcodes/search-results/ directory, open the file for editing and find the following code there approximately on lines 37-48:
if ( $isShowGallery && mphb_tmpl_has_room_type_gallery() ) { ?> <div class="loop-room-images-wrapper"> <?php /** * @hooked \MPHB\Views\LoopRoomTypeView::renderGallery - 10 */ do_action( 'mphb_sc_search_results_render_gallery' ); ?> </div> <?php } else if ( $isShowImage && has_post_thumbnail() ) {
Replace the code with the following:
if ( $isShowImage && has_post_thumbnail() ) {
Regards,
AndreAndre Flores
ModeratorThis reply has been marked as private.February 2, 2021 at 2:45 am in reply to: Accommodation: Choose dates in availability calendar instead of form #1068256Andre Flores
ModeratorHello there,
Thank you for your up-votes, they have been counted.
Regards,
AndreAndre Flores
ModeratorHello there,
Yes, the solution is to select the Per accommodation / per day type and to set the Limit option to “1” – this will allow your guest to be charged only once per the whole stay.
Regards,
AndreAndre Flores
ModeratorHello Maurice,
Thank you for sharing your insights, it is very much appreciated. I will make sure to have this information passed to our developers.
Regards,
AndreAndre Flores
ModeratorHello Stephanie,
Unfortunately, there is no exact time frame on the theme update at the moment as our developers are currently busy with other priority tasks. I will do my best to speed up the process, however, I am afraid they will not be able to update the theme in the nearest future.
Regards,
AndreFebruary 2, 2021 at 2:12 am in reply to: Confirm Booking link from email goes to wrong language. #1068237Andre Flores
ModeratorHello Ryan,
You are most welcome 🙂 It would be much appreciated if you leave your positive feedback bout the Hotel Booking plugin at: https://motopress.com/products/hotel-booking/#edd-reviews-respond.
Thank you in advance!
Regards,
AndreFebruary 2, 2021 at 2:10 am in reply to: It is possible to book only some type of services? #1068235Andre Flores
ModeratorHello Matej,
Unfortunately, there is no option to sell services separately from accommodation. As an option you may add them to existing bookings by editing them in your dashboard. You may add some simple contact form on the website, so your guests could request the type of wine tasting, which will be then added to their booking by admin.
Alternatively, you may sell this type of services as products via WooCommerce, however, they will not be related to the Hotel Booking bookings.Regards,
Andre- AuthorPosts