Andre Flores

Forum Replies Created

Viewing 15 posts - 1,726 through 1,740 (of 1,932 total)
  • Author
    Posts
  • in reply to: Availability Calendar Colour #973173

    Hello, Mark!

    Most of Hotel Booking elements colors can be changed via custom CSS.
    You may change the color of the calendar header background by adding the following code under Appearance ->Customize ->Additional CSS:

    .mphb-calendar .datepick-nav, .datepick-popup .datepick-nav {
    	background-color: #242424;
    }

    Change #242424 to any other color. You may find all the HEX color codes here.
    In order to change the “Today” text color, add the following code:

    – normal state:

    .datepick-popup a.datepick-cmd.datepick-cmd-today, .mphb-calendar a.datepick-cmd.datepick-cmd-today {
    	color: #66676d;
    }

    Replace #66676d with any desired color.

    – hover state:

    .mphb-calendar .datepick-nav a:hover, .datepick-popup .datepick-nav a:hover {
    	background-color: #242424;
    	color: #fff;
    }

    Replace #fff to any other color to change the text color, and #242424 to change background hover color (currently it matches the calendar header background color).

    Add the following code to change the navigation arrows color:

    – normal state:

    .mphb-calendar .datepick-nav a, .datepick-popup .datepick-nav a {
    	color: #9b9ca4;
    }
    .mphb-calendar .datepick-nav a.datepick-disabled, .datepick-popup .datepick-nav a.datepick-disabled {
    	color: #9b9ca4;
    }

    Replace #66676d with any desired color.

    – hover state:

    .mphb-calendar .datepick-nav a.datepick-disabled:hover, .datepick-popup .datepick-nav a.datepick-disabled:hover {
    	background-color: #242424;
    }
    .mphb-calendar .datepick-nav a:hover, .datepick-popup .datepick-nav a:hover {
    	background-color: #242424;
    	color: #fff;
    }
    .mphb-calendar .datepick-nav a:hover, .datepick-popup .datepick-nav a:hover {
    	background-color: #242424;
    	color: #fff;
    }

    Replace #fff to any other color to change the text color, and #242424 to change background hover color.

    Regards,
    Andre

    Hi, Mark!

    You are most welcome!

    Regards,
    Andre

    in reply to: Fee set as percentage #971902

    You are welcome πŸ™‚

    Hello, Mark!

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

    Regards,
    Andre

    in reply to: Booklium theme on Multisite #971899

    Hello, Ruxandra!

    Some of our Customers have already created multi-sites using Booklium theme and have had no issues, so I believe you should not come across any incompatibility issues.

    Regards,
    Andre

    in reply to: Fee set as percentage #971486

    Hi, Ryan!

    Thank you for your detailed explanation and up-vote, it has been counted. So far, there is no option to add a fee, based on percentage. However, we are collecting up-votes from other users to find out how popular this request is. If there are more similar requests from other users, we will consider adding this feature in one of plugin future updates.

    Regards,
    Andre

    Hi, Kerry!

    Our developers are currently busy with other priority tasks, so this feature request is on hold at the moment. We are collecting up-votes from other users in order to learn how popular this request is, and currently there are only a few. Once there are any updates, we will immediately let you know.

    Regards,
    Andre

    in reply to: Availability search results #970987

    Hello, Gabriela!

    In your case I would also recommend turning off the “Enable search form to recommend the best set of accommodations according to a number of guests.” option under Accommodation ->Settings – this will disable recommendations and allow your Guests to choose the best option for them: https://prnt.sc/t5ffla.

    Regards,
    Andre

    in reply to: Sudden Airbnb calendar sync issues #970985

    Hi, Ryan!

    Thank you for sharing your experience, perhaps there were temporary issues on AirBnB end. Let’s see if AirBnB support team reaches you with the feedback.

    Regards,
    Andre

    in reply to: Sudden Airbnb calendar sync issues #970980

    Hi, Jo!

    The temporary domain and non-secured URL may be the issue, you should consult about this with AirBnB support team. You may also try registering your own free demo at: https://hbdemo.getmotopress.com and try syncing Demo calendar with AirBnB to find out whether your temporary website URL is the issue.

    Regards,
    Andre

    in reply to: Syncing with Airbnb #970977

    Hello, Jo!

    The full process on how to sync Hotel Booking with AirBnB is described in this article.

    Best regards,
    Andre

    in reply to: Edit gallery in the sidebar #970520

    Hi, Ryan!

    I am glad that you have managed to resolve the issue. Do not hesitate to ask more questions if there are any.

    Regards,
    Andre

    Hi, Maryam!

    You are most welcome! πŸ™‚

    Regards,
    Andre

    Hi, Santiago!

    You may consider using our great Checkout Fields ad-on in order to create additional fields for all the guests personal information on the Checkout page.
    Alternatively, you may ask your Guests to provide this information in “Notes” field.

    Regards,
    Andre

    in reply to: Availability search results #970516

    Hello, Gabriela!

    You may configure up to 14 terms and apply them to all the accommodation types. For example, if your accommodations can be booked for maximum of 4 guests, then you may apply 5, 6, 7,…, 14 terms to all the accommodations, so when your Guests look for accommodations for more, than 4 persons, they get all of them in search results – in this way they will be able to book several ones to match their number of guests.

    Regards,
    Andre

Viewing 15 posts - 1,726 through 1,740 (of 1,932 total)