Andre Flores

Forum Replies Created

Viewing 15 posts - 1,861 through 1,875 (of 1,910 total)
  • Author
    Posts
  • in reply to: Images Fullscreen #940585
    Andre Flores
    Moderator

    Hi, Luis!

    This feature has already been requested from other users and we have passed it to our developers, your request has been also added there.
    Meanwhile, you may refer to this topic to find out how to achieve this.

    If anybody else needs this feature, feel free to let me know by commenting below.

    Regards,
    Andre

    Andre Flores
    Moderator

    Hi, Thomas!

    Thanks for your vote, it has been counted!

    Regards,
    Andre

    in reply to: pre populate search check out date field. #940546
    Andre Flores
    Moderator

    Hi, Thomas!

    Thank you for your feedback, it is much appreciated! Your vote has been counted.

    Regards,
    Andre

    Andre Flores
    Moderator

    Hi, Rita and Kerry!

    Thanks for your votes, I have added them to the request!

    Regards,
    Andre

    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

Viewing 15 posts - 1,861 through 1,875 (of 1,910 total)