Forum Replies Created
- AuthorPosts
Andre Flores
ModeratorHello Daniel,
Add the following code under Appearance ->Customize ->Additional CSS:
.datepick .datepick-month table td .mphb-check-in-date, .datepick .datepick-month table td .datepick-selected, .datepick .datepick-month table td .datepick-highlight { background: #58a193; color: #fff; }Replace #58a193 and #fff with desired colors to change the background hover and date number color.
Regards,
AndreAndre Flores
ModeratorHello Daniel,
I have just checked the Albatross theme and the above code works fine for it. Try adding an !important declaration to the rule, so it looks as follows:
.mphb_widget_search-check-in-date label, .mphb_widget_search-check-out-date label { display: none !important; }Regards,
AndreSeptember 10, 2021 at 1:09 am in reply to: Hide certain Accommodation Type from appearing in search #1183076Andre Flores
ModeratorHello Kerry,
You may simply set the accommodation type in question visibility to “Private” in your dashboard, so only administrator or other logged in users could see that accommodation type: https://prnt.sc/1rp01jt. This will allow an administrator to book that accommodation type without guests being able to view it on the website.
Regards,
AndreAndre Flores
ModeratorHello Raphael,
The ID field should always be empty, you need to insert the corresponding accommodation type ID there, so the valid calendar or accommodation type is displayed. You may find the ID by hovering the accommodation type in question under Accommodation ->Accommodation Types.
If you would like the ID’s to be fetched automatically, you will need the Elementor Pro to create a separate template and apply it to accommodation type pages.Regards,
AndreAndre Flores
ModeratorHello Pascal,
Unfortunately, there is no option to change titles font other than via custom CSS by default. You may also try doing it via extra plugins, the following article might be useful to you: https://wpengine.com/resources/change-wordpress-font/.
Regards,
AndreAndre Flores
ModeratorHello Gundula,
Thank you for your detailed feedback, it is very much appreciated.
We have already passed the request to our developers regarding this matter and are currently collecting feedback from our users. We might consider adjusting the automatic logs removal in plugin future updates in order to prevent database from sync logs overload.
Once there is any information regarding this matter, I will immediately let you know.Regards,
AndreAndre Flores
ModeratorHello there,
Have you already managed to resolve the issue? Thank you for letting us know, it is much appreciated.
Regards,
AndreSeptember 10, 2021 at 12:33 am in reply to: Feature Request: Payment received page different to reservation recvd #1183050Andre Flores
ModeratorHello Dave,
Thank you for your question, it is much appreciated. Currently there indeed no option to separate the reservation received page for the paid deposit and remaining balance due. I have passed your concerns to our developers for further consideration. Once there are any updates regarding this matter, I will immediately let you know.
Anyone else, who also needs this option feel free to let us know by commenting below.Regards,
AndreSeptember 10, 2021 at 12:21 am in reply to: Is it possible to take deposits with the “By admin manually” option #1183048Andre Flores
ModeratorHello Tommy,
Unfortunately, there is currently no such option in the Payment Request plugin. We do have such a feature request and are currently collecting feedback from our users. In case there are more requests regarding this matter, we might consider implementing such an option in one of the plugin future updates.
Regards,
AndreSeptember 9, 2021 at 11:38 pm in reply to: The spinner at the bottom of the booking page keeps spinning #1183015Andre Flores
ModeratorHello Tommy,
The issue is already taken care of in ticket #42120, kindly refer to replies in that ticket.
Regards,
AndreSeptember 9, 2021 at 11:36 pm in reply to: notification tag is not replaced with accomodation notification #1183011Andre Flores
ModeratorHello there,
The conversation was made private because I have received a private reply from one of the users, so I had to respond in private message as well.
Have you updated the Hotel Booking plugin to the latest version (v. 3.9.12)? It is required along with the Payment request update to have it functioning properly. I have just checked automatic notification sent by Payment Request with Payment Request v. 1.1.7 and Hotel Booking 3.9.12 and all the tags were replaced: https://prnt.sc/1rorvfo.
As for sending notifications to imported bookings, this is the first time such kind of issue is reported, I will gladly take a closer look at the issues you are facing if you submit a request to our Help Desk providing temporary access to your WordPress dashboard.Regards,
AndreAndre Flores
ModeratorHello Manos,
I have passed your suggestions for further investigation to our developers. Once there are any updates from them regarding this matter, I will immediately let you know.
Regards,
AndreAndre Flores
ModeratorHello everybody,
I am extremely sorry for the delayed response and inconvenience.
We have been investigating issues caused by recent updates during passed days and it seems like one fix causes issues with other plugin functions indeed. We were definitely able to replicate the issue with Stripe payments and have already passed it to our developers. We will do our best to find a solution that will not interfere with other plugin functions and release new stable version update shortly.
Thank you all in advance for understanding.Regards,
AndreAndre Flores
ModeratorHello Hugo,
As I can see your request has been taken care of in ticket #41870, kindly reply back in the ticket in case there are further concerns.
Regards,
AndreSeptember 6, 2021 at 3:48 am in reply to: How to add custom icons to custom attributes fields #1180539Andre Flores
ModeratorHello Giovanni,
You will need to add several custom CSS rules under Appearance ->Customize ->Additional CSS, e.g.:
.mphb-single-room-type-attributes li.mphb-room-type-categories::before, .mphb-loop-room-type-attributes li.mphb-room-type-categories::before, .loop-room-short-attributes li.mphb-room-type-categories::before { content: "\f236"; }Where mphb-room-type-categories is the “categories” class and \f236 is the Font Awesome 5 Free icon snippet. Feel free to replace the class with other elements classes and the icon code to the one you need from the following list: https://fontawesome.com/v5.15/icons?d=gallery&p=2&m=free.
Regards,
Andre- AuthorPosts