Forum Replies Created
- AuthorPosts
J. Davis
KeymasterHi Antonio,
Thanks for your reply however I’m not sure I get it correctly. Could you provide any example to demonstrate what exactly you wish to achieve?
best regards,
John DavisJ. Davis
KeymasterHi Massimo,
Thanks for your question. Please navigate to Accommodation > Settings and check Guest Management options if you can not see the selectors of adults /children in the form added by shortcode [mphb_availability_search]
best regards,
John DavisJ. Davis
KeymasterHi Massimo,
Thanks for your question. If you need to change the time format you may do this at Dashboard – Settings – General (WordPress settings). The plugin inherits the time format from WordPress settings.
best regards,
John DavisJ. Davis
KeymasterHi Massimo,
Thanks for your question. You may use the code below:
add_action( 'wp_head', 'remove_renderCheckOutDate' ); function remove_renderCheckOutDate(){ remove_action( 'mphb_sc_checkout_form_booking_details', array( '\MPHB\Views\Shortcodes\CheckoutView', 'renderCheckOutDate' ) ); } add_action( 'mphb_sc_checkout_form_booking_details', 'renderCheckOutDate' ); function renderCheckOutDate( $booking ){ ?> <p class="mphb-check-out-date"> <span><?php esc_html_e( 'Check-out:', 'motopress-hotel-booking' ); ?></span> <time datetime="<?php echo esc_attr( $booking->getCheckOutDate()->format( 'Y-m-d' ) ); ?>"> <strong> <?php echo esc_html( \MPHB\Utils\DateUtils::formatDateWPFront( $booking->getCheckOutDate() ) ); ?> </strong> </time>, <span> <?php echo esc_html_x( 'until', 'until 10:00 am', 'motopress-hotel-booking' ); ?> </span> <time datetime="<?php echo esc_attr( MPHB()->settings()->dateTime()->getCheckOutTime() ); ?>"> <?php echo esc_html( MPHB()->settings()->dateTime()->getCheckOutTimeWPFormatted() ); ?> </time> </p> <?php }
best regards,
John DavisJ. Davis
KeymasterHi Antonio,
Thanks for your question. I may just offer you to set up a percentage deposit charge type at Accommodation > Settings > Payment Gateways. There is no other option by default.
best regards,
John DavisDecember 20, 2022 at 2:39 pm in reply to: Front end gallery problem in the content of accomodation type page #1392645J. Davis
KeymasterHi Sophie,
Thanks for your comment. Please submit a request to let us check the blocks and configurations on this page. Thanks
best regards,
John DavisJ. Davis
KeymasterHi,
Thanks for your comment. There is no cart in the Hotel Booking plugin. Do you mean you need to add the ability to remove the property from the booking confirmation page?
best regards,
John DavisJ. Davis
KeymasterHi Georgios,
Thanks for your reply. The loading time seems to be normal now. If you need further assistance you may also submit a ticket and we will take a closer at the configurations of your site.
best regards,
John DavisJ. Davis
KeymasterHi Georgiy,
Thanks for your question. There is no page template that removes the header and footer in the Booklium theme by default. You may either create it in a custom way or apply it from a third-party plugin.
best regards,
John DavisDecember 20, 2022 at 2:19 pm in reply to: Is there a way to add Category onto Service Page? #1392616J. Davis
KeymasterHi Noel,
You may navigate to Appointments > Service Categories and click on the number count of posts that belong to the specific category. Thus you will be redirected to a list of services that belong to the specific category.
best regards,
John DavisJ. Davis
KeymasterHi Erwin,
Thanks for sorting this out. Feel free to ask any additional questions.
best regards,
John DavisJ. Davis
KeymasterHi Georgios,
Thanks for your reply. I meant the following topic https://motopress.com/forums/topic/availability-calendar-elementor/
best regards,
John DavisJ. Davis
KeymasterHi,
Thanks for your feedback. Currently, the calendar shows the number of booking check-ins on each particular date in the calendar.
We will keep your request in mind. Perhaps we will be able to adjust the calendar in the way you request. Thanks for your participation.best regards,
John DavisJ. Davis
KeymasterHi Georgios,
Thanks for your reply. By purchasing the plugin from us you may update the hotel booking plugin without waiting till it is updated within a theme.
I’ve described what can be adjusted to make the calendar work correctly on another forum topic.best regards,
John DavisJ. Davis
KeymasterHi Sophie,
Thanks for your question. Please try to navigate to Accommodation > Settings and select Theme mode instead of Developer mode and save the changes.
best regards,
John Davis- AuthorPosts