Andre Flores

Forum Replies Created

Viewing 15 posts - 1,876 through 1,890 (of 1,921 total)
  • Author
    Posts
  • in reply to: booking form doesnt preview correctly #939301
    Andre Flores
    Moderator

    Hi, Prenesh!

    Looks like some specific CSS class is applied to the date-picker on your website: mphb-datepicker-sky-blue, since there is no such class in default theme. You may try make it look properly by adding the following code under Appearance ->Customize ->Additional CSS:

    @media (min-width: 1470px) {
    .mphb-calendar .datepick-month.first, .datepick-popup .datepick-month.first {
        margin-right: 1rem;
    }}

    Regards,
    Andre

    in reply to: Change Accomodation room id of existing booking #939296
    Andre Flores
    Moderator

    Hi there!

    You are always welcome.
    I hope everyone who’ll this feature will enjoy it!

    Regards,
    Andre

    in reply to: Min / Max Booking Rules #939295
    Andre Flores
    Moderator

    Hi, Ryan!

    Unfortunately, there is no way to add several periods of time within single season. However, you may add as many season as you need, seasons may also overlap each other, you just need to make sure the ones, which are more important (e.g. these ones: saturday to saturday, monday to friday, friday to monday, friday to sunday and saturday to monday) are placed above the rest of the seasons within Rates menu in order to have higher priority.
    You may drag more important seasons to the top easily to increase their priority: https://prnt.sc/ru4cj6.

    Regards,
    Andre

    in reply to: Gallery Full Screen #939292
    Andre Flores
    Moderator

    Hi, Alvaro and Sharron!

    You may achieve this by adding the following code to your theme functions.php file (add it to child theme function.php file if you are using it):

    add_action('booklium_render_single_room_gallery', 'booklium_single_room_type_gallery_add_link_to_file');
    
    function booklium_single_room_type_gallery_add_link_to_file() {
    add_filter('mphb_loop_room_type_gallery_main_slider_image_link', function (){
    return 'file';
    });
    }

    The above code will link gallery images to the image file. In order to add a lightbox you may use some additional plugins, e.g. Responsive Lightbox & Gallery.

    Regards,
    Andre

    in reply to: Installs but HTTP 500 Server Error on Activation #937938
    Andre Flores
    Moderator

    Hi there!

    I have found your request in our ticket system regarding this matter and looks like the issue no longer persists.
    Please confirm that we can consider this topic as resolved.

    Regards,
    Andre

    in reply to: Apple Pay via Stripe? #937929
    Andre Flores
    Moderator

    Hi, Paul!

    Thank you for understanding. I have already passed the request to our developers, we will see how many users want to have this feature in Hotel Booking.

    Regards,
    Andre

    in reply to: Ideal payment not working #937472
    Andre Flores
    Moderator

    Hi, Bart!

    I have tested Stripe payments carefully, including iDEAL method, and it worked fine.
    Make sure to set up Webhooks in your Stripe account under Developers ->Webhooks tab: https://prnt.sc/rqxvoe. The generated URL you see on the screenshot (hidden) should be inserted to the “Webhook Secret” field in Stripe configuration page: https://prnt.sc/rqxysc – otherwise, iDEAL will not work.
    Also, make sure to set up following Event types for your webhooks in Stripe account: https://prnt.sc/rqxzwx.
    I hope this helps.

    Regards,
    Andre

    in reply to: Review add-on – gravatar images #937453
    Andre Flores
    Moderator
    This reply has been marked as private.
    in reply to: Ideal payment not working #936985
    Andre Flores
    Moderator

    Hi, Bart!

    I have passed the issue for further investigation to our developers. Once there is any information regarding this matter, I will immediately let you know in this topic.

    Regards,
    Andre

    in reply to: Apple Pay via Stripe? #936960
    Andre Flores
    Moderator

    Hi, Paul!

    Currently Stripe payment gateway integrated in Hotel Booking plugin includes following payment methods:

      Bancontact
      iDEAL
      Giropay
      SEPA Direct Debit
      SOFORT

    Unfortunately, Apple Pay is not available at the moment, however, if there are similar requests from other users regarding this matter, we will definitely consider adding this feature to one of future plugin updates.
    Anyone who needs this feature as well, feel free to let me know by commenting this topic.

    Regards,
    Andre

    in reply to: Upcoming WordPress 5.4 #936944
    Andre Flores
    Moderator

    Hi, Lai!

    Sure, our team is aware of the new WordPress release and we are ready for it. You may be sure there will be no problems updating WordPress to the latest version, our products will still remain 100%-compatible with the version 5.4.

    Regards,
    Andre

    in reply to: Review add-on – gravatar images #936410
    Andre Flores
    Moderator

    Hi, Lai!

    The Gravatar image suggests the visitor who leaves a review uses e-mail address, associated with his WordPress.com account: https://prnt.sc/rpjbjq. I’ve just used e-mail address, associated with my WordPress.com account and my Gravatar image has displayed automatically.

    Regards,
    Andre

    in reply to: Payment method says “stripe” #936407
    Andre Flores
    Moderator

    Hi, Bart!

    Unfortunately, there is no way to make the title changed depending on payment method your Customer uses, since they all are within Stripe payment gateway: https://prnt.sc/rpj3sh. As an option you may include all the available payment methods in title, e.g. Credit card/iDEAL/Giropay.

    Regards,
    Andre

    in reply to: Payment method says “stripe” #934862
    Andre Flores
    Moderator

    Hi, Bart!

    You may easily change the payment method title using Loco Translate. Navigate to Loco Translate ->Plugins ->Hotel Booking – find your website language or add it if it is not there, and edit its translations. Use the search field to find desired string and add a translation to it – this will change the payment method title.

    Regards,
    Andre

    in reply to: Translation for Hotel Booking Checkout Fields #934858
    Andre Flores
    Moderator

    Hi, Samuel!

    I am glad that the issue has been resolved, thank you for letting us know!

    If you have a multilingual website, we do recommend using WPML, indeed, as it is 100%-compatible with our products.
    We also recommend using Loco Translate in case you have a single language on the website and want to change some titles/text.

    Regards,
    Andre

Viewing 15 posts - 1,876 through 1,890 (of 1,921 total)