Andre Flores

Forum Replies Created

Viewing 15 posts - 1,066 through 1,080 (of 1,926 total)
  • Author
    Posts
  • in reply to: Terms and conditions link #1068862

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

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

    in reply to: Featured image not stretching across screen #1068851

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

    in reply to: Display price in the accommodation type view page. #1068848

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

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

    in reply to: Rooms not bookable #1068839

    Hello Jonas,

    You are most welcome, I hope you will be able to achieve the result with the WPML plugin.

    Regards,
    Andre

    in reply to: Hourly booking #1068837

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

    in reply to: Booklium theme search results gallery #1068834

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

    in reply to: Booking Form Popup Calendar #1068830
    This reply has been marked as private.

    Hello there,

    Thank you for your up-votes, they have been counted.

    Regards,
    Andre

    in reply to: Deposit and cleaning fees #1068254

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

    in reply to: Admin Booking without Booking Rules #1068247

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

    in reply to: Update to Themes #1068244

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

    in reply to: Confirm Booking link from email goes to wrong language. #1068237

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

    in reply to: It is possible to book only some type of services? #1068235

    Hello 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

Viewing 15 posts - 1,066 through 1,080 (of 1,926 total)