Andre Flores

Forum Replies Created

Viewing 15 posts - 451 through 465 (of 1,932 total)
  • Author
    Posts
  • in reply to: Arrival and departure dates no longer appear #1157188

    Hello Sabrina,

    The issue is most likely related to your general WordPress date and time settings. Navigate to Settings ->General tab, scroll down to the Date and Time Format options and make sure they are not empty: https://prnt.sc/1bq0y2c.

    Regards,
    Andre

    in reply to: Solution on datepicker on mobile devices #1157184

    Hello Madalena,

    It is expected to be included in the next Hotel Booking plugin update release. You may try the following suggestion from one of our users as a temporary solution:

    This plugin file needs to be edited:

    /public_html/wp-content/plugins/motopress-hotel-booking/templates/shortcodes/search/search-form.php

    line 34

    i just added inputmode=”none” below the type=”text”

    id=”
    data-datepick-group=”
    value=”
    placeholder=”
    required=”required”
    type=”text”
    inputmode=”none”
    name=”mphb_check_in_date”
    class=”mphb-datepick”
    autocomplete=”off”

    and line 54 the same for the checkout date i just added the same line here too

    id=”
    data-datepick-group=”
    value=”
    placeholder=”
    required=”required”
    type=”text”
    inputmode=”none”
    name=”mphb_check_out_date”
    class=”mphb-datepick”
    autocomplete=”off”

    Regards,
    Andre

    in reply to: Booking Rules should not apply to administrators #1157179

    Hello Savvas,

    Thank you for your feedback, it is much appreciated. We already have such a feature request, which was started in this topic.
    I have added your up-vote to the feature request as well. Currently the request is selected for development, so it is expected to be included in one of the plugin future updates. We will let you know once there is any information regarding this matter.

    Regards,
    Andre

    in reply to: How to list accommodations in 2 columns? #1157176

    Hello there,

    You may try adding the following CSS code:

    @media (min-width: 1024px) {
    .mphb_sc_rooms-wrapper {
    	display: flex;
    	flex-wrap: wrap;
    }
    .mphb_sc_rooms-wrapper .mphb-room-type {
    	width: 50%;
    	padding: 0em 1em;
    }
    .mphb_sc_rooms-wrapper .mphb-room-type:not(:first-of-type), .mphb_sc_search_results-wrapper .mphb-room-type:not(:first-of-type), .mphb_sc_services-wrapper .mphb-service:not(:first-of-type) {
    	margin-top: 0;
    }
    }

    Regards,
    Andre

    in reply to: How can I do responsive home banner? #1157170

    Hello there,

    1/ Add the following code under Appearance ->Customize ->Additional CSS:

    @media (max-width: 480px) {
    .front-page-header .front-page-slider-wrapper {
    	height: 60%;
    }}

    2/ The banner on the Home page appears to be a featured image of one of the Home page child pages: https://prnt.sc/1bpkgoq ->https://prnt.sc/1bpkk8i.
    As for Services page, it might be the featured image of the page itself.

    Regards,
    Andre

    in reply to: Emails for payments Needs Response #1157166

    Hello Ryan,

    For now there is no confirmation email sent to guests when the payment is made via Payment Request plugin. We do have such a feature request and I have added your up-vote to it. In case there are more requests from other users, we might consider implementing such option in one of the plugin future updates.

    Regards,
    Andre

    Thank you for cooperation, we will continue working on your issue in our Help Desk then.

    Regards,
    Andre

    in reply to: Show all rates for a property/room #1156722

    Hello Ari,

    Thank you for your up-vote, it has been counted. The feature request has not been quite popular to the date, so we are still collecting feedback from our users regarding this matter. There are other feature requests with more demand, so we have not yet selected this feature for development.
    Thank you for comprehension.

    Regards,
    Andre

    Hello Gevorg,

    I have checked the Creatista theme demo and the same issue does not occur there: https://themes.getmotopress.com/creatista/.
    Looks like some content alignment on your website causes the shift issue. In order to take a closer look at the issue I would kindly ask that you submit a request to our Help Desk providing temporary access to your WordPress dashboard.

    Thank you in advance.

    Regards,
    Andre

    in reply to: Set up reservation form as Villagio demo #1156074

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

    Thank you in advance!

    This reply has been marked as private.

    Hello Marlan,

    Both bookings in provided .ics file have already passed, this may be the reason why they are not displayed in external calendars after synchronization. Try adding some test bookings for future dates and check whether they appear in external calendars after syncing with them.

    Regards,
    Andre

    in reply to: Set up reservation form as Villagio demo #1155643

    Hello Yan,

    Try enabling the “Skip search results page and enable direct booking from accommodation pages.” option under Accommodation ->Settings tab – this will allow checking availability directly on accommodation type pages and proceeding to checkout if needed.

    Regards,
    Andre

    in reply to: Display prices as XX.XX instead of XX #1155101

    Hello Edgar,

    Thank you for your up-vote, it has been counted as well.

    Regards,
    Andre

    Thank you for you kind words, your feedback is much appreciated and very important to our team! I would kindly ask that you share your positive feedback about Notifier and Payment Request add-ons using below links:

    https://motopress.com/products/hotel-booking-notifier/#edd-reviews-respond/
    https://motopress.com/products/hotel-booking-payment-request/#edd-reviews-respond/

    Thank you in advance!

    Regards,
    Andre

Viewing 15 posts - 451 through 465 (of 1,932 total)