Andre Flores

Forum Replies Created

Viewing 15 posts - 1,741 through 1,755 (of 1,932 total)
  • Author
    Posts
  • in reply to: No admin emails when payment didn’t work #969983

    You are most welcome!

    Hi, Kean!

    (1) Unfortunately, there is no such option, since maximum number of guests the service can be applied to depends on the capacity parameter, otherwise, the plugin would not “understand”, how many persons the service can be applied to.

    (2) Currently there is no such option, however, we do have such a feature request already. If there are more similar requests from other users, we will consider adding this option to one of plugin future updates.
    As an option you may add a note to your Guests about the special price, if they book accommodations A and C. If you do not use online payments, you will be able to create a special coupon code and apply it to the booking manually in your Dashboard for such Guests.

    Regards,
    Andre

    Hello, Maryam!

    The “Hide reservation forms and buttons” hides buttons and forms on single accommodation type pages. You may hide them on Search Results page as well by adding the following code under Appearance ->Customize ->Additional CSS:

    .button.mphb-button.mphb-recommendation-reserve-button {
    	display: none;
    }
    .mphb-reserve-room-section .button.mphb-button.mphb-book-button {
    	display: none;
    }

    Regards,
    Andre

    in reply to: Availability search results #969967

    Hi, Gabriel!

    This is how search results work by default in the plugin. If you would like to get search results according to the number of guests only, check this article with a workaround on how to achieve this.

    Regards,
    Andre

    Hello, Sabrina!

    The automatic syncing with Google calendar should work fine, try decreasing the Interval option under Accommodation ->Settings, so the syncing occurs more often, e.g. “Once Hourly” or “Twice an Hour”.
    If this does not help, feel free to submit a request to our Help Desk, so we take a closer look at the issue.

    Regards,
    Andre

    in reply to: Footer & Woocommerce Shopping Cart Icon #969956

    Hi, Kean!

    You are most welcome!

    Regards,
    Andre

    in reply to: No admin emails when payment didn’t work #969955

    Hi, Felix!

    For now there is no option to send abandoned (not finished) booking notifications to admin e-mail, unfortunately. However, we do have such a feature request and I have added your up-vote to it as well. If there are more similar requests from other users regarding this matter, we will consider adding this option in one of plugin future updates.
    Anybody, who also needs this feature, feel free to let me know by commenting below.

    Regards,
    Andre

    in reply to: Problem with payment #969954

    Hi, Julien!

    You are always welcome, I am glad I could help.

    Regards,
    Andre

    in reply to: Booklium: Responsive homepage slider #969012

    Hi, Ruxandra,

    You are most welcome πŸ™‚

    Regards,
    Andre

    in reply to: Footer & Woocommerce Shopping Cart Icon #969007

    Hi, Kean!

    1). Would you like to remove the footer completely or just footer widgets? In order to hide footer for the Home page completely add the following code under Appearance ->Customize ->Additional CSS:

    .home .footer-widgets, #colophon {
    	display: none;
    }

    To remove widgets only, use the following code:

    .home .footer-widgets {
    	display: none;
    }

    2). You may simply add it as a menu item to the Primary menu. Feel free to add specific class to the menu item in order to apply desired styles to it.

    Regards,
    Andre

    Hello, Mark!

    You are most welcome πŸ™‚

    Regards,
    Andre

    in reply to: Problem with payment #968993

    Hello, Julien!

    Looks like Stripe has not been set up properly, there are some errors in browser developer’s tool console: https://prnt.sc/t2irlr. You should make sure your public and secret keys are valid and inserted in corresponding fields under Stripe payment settings. You may get both keys in your Stripe account.

    Regards,
    Andre

    in reply to: Booklium: Responsive homepage slider #968986

    Hello, Ruxandra!

    The original Booklium Homepage slider images dimensions are 1920×650 pixels. You may also try adding the following CSS code under Appearance ->Customize ->Additional CSS:

    @media (max-width: 991px) {
    .wp-block-getwid-section__background-slider-item img {
    	object-fit: contain;
    }

    This should make the image displayed better on mobile devices. If the issue persists, feel free to submit a request to our Help Desk, providing your website URL and temporary access to your Dashboard.

    Regards,
    Andre

    in reply to: Multilingual and Hotel Booking #968983

    Hello, Guara!

    Thank you, we will assist you further via our Help Desk.

    Regards,
    Andre

    in reply to: blank page after last update #968982

    Hello, Eric!

    I would kindly ask that you submit your request to our Help Desk, providing temporary access to WordPress dashboard, so we take a closer look at the issue.

    Regards,
    Andre

Viewing 15 posts - 1,741 through 1,755 (of 1,932 total)