Forum Replies Created
- AuthorPosts
J. Davis
KeymasterHi Everette,
The refunds are processed by the owner manually via the payment gateway account. The Hotel Booking plugin does not issue a refund upon booking cancellation automatically so it will not work like this.December 29, 2023 at 1:51 am in reply to: Change background color in header & footer + service list #1550404J. Davis
KeymasterHi Adriane,
You may add the style below at Appearance > Customize > Additional CSS
/* Sidebar Background */ .main-sidebar { background: #f55; } /* Footer Background */ .site-footer { background: #f55; }
There is no background color set for the Header. Could you please clarify what you’d like to change there?
As for editing text of the buttons in the Services list, you can edit translations of the Touriny theme.
J. Davis
KeymasterHi Hanna, To change the background color for the entire website you need to add the style below at Appearance > Customize > Additional CSS:
body{ background:#000; }
J. Davis
KeymasterHi, we had similar requests for this feature previously so I’ve added your upvote to the task. Here are they:
Needs to be admin email for bookings even if payment not completed.
Do you also use confirmation mode upon payment on your site?
J. Davis
KeymasterHi, Yes, the feature was added in 4.6.0 version https://motopress.com/products/hotel-booking/#release-notes
J. Davis
KeymasterHi Tom, You may kindly check this topic https://motopress.com/forums/topic/changing-text/
J. Davis
KeymasterHi Tom, Yes sure you can add the shortcodes of each accommodation type/Room. To find the ID of the accommodation go to Dashboard > Accommodation > Accommodation Types and hover the cursor over the needed accommodation type. Thus you will see the ID.
Let me know if it is helpful.J. Davis
KeymasterHi Steve,
Thanks for the clarification and accept my apologies for the delay. You do not need to add a season for Sunday -Sunday. To allow these days for the check-in and check-out you need to adjust the booking rules for your weekend and midweek seasons at Bookings > Booking Rules.
To set custom price for this period you need to add the same variable price for 7 nights to both season prices (midweek and weekend) https://motopress.com/document/hotel-booking-weekly-monthly-rates/Let me know if it is helpful.
December 28, 2023 at 8:57 am in reply to: How to filter by check-in/out dates using the REST API #1550208J. Davis
KeymasterHi, could you check if the default WordPress Rest API works correctly and if there are no issues at Tools > Site Health?
J. Davis
KeymasterHi, could you check if the default WordPress Rest API works correctly and if there are no issues at Tools > Site Health?
J. Davis
KeymasterPlease check the screenshot to learn how to send a request with filter https://prnt.sc/Eo3A_aGV52oo
December 18, 2023 at 1:44 pm in reply to: How to filter by check-in/out dates using the REST API #1546805J. Davis
KeymasterPlease check the screenshot to learn how to send a request with filter https://prnt.sc/Eo3A_aGV52oo
December 18, 2023 at 1:22 pm in reply to: Is it possible to add additional fields to the Export Bookings CSV? #1546788J. Davis
KeymasterHi Okita, There is no possibility to add custom fields/columns to the bookings export csv file.
J. Davis
KeymasterHi, if you use Poedit, then you need to download the POT file from the latest version of the Hotel Booking plugin to your PC. Then open your PO file in Poedit, navigate to Translation > Update from the POT file, and select the POT file from the newest version.
J. Davis
KeymasterHi Glen,
You can try to use the style below replacing the ‘red’ with the needed hex color code:.datepick .datepick-month table td .mphb-out-of-season-date--check-in, .datepick .datepick-month table td .mphb-out-of-season-date--check-out, .datepick .datepick-month table td .mphb-out-of-season-date, .datepick .datepick-month table td .mphb-mark-as-unavailable--check-in, .datepick .datepick-month table td .mphb-mark-as-unavailable--check-out, .datepick .datepick-month table td .mphb-mark-as-unavailable { background: linear-gradient(red, red 50%, red 56.25%, red 56.25%, red 100%); }
- AuthorPosts