Forum Replies Created
- AuthorPosts
Andre Flores
ModeratorHello Maria,
Unfortunately, there is no option to achieve this without custom coding. The function for displaying that part of services in located in the service.php file under /wp-content/plugins/motopress-hotel-booking/includes/entites/ directory.
Regards,
AndreAndre Flores
ModeratorHello Zvonimir,
You may perform changes to the availability calendar via custom CSS, e.g. add the following code under Appearance ->Customize ->Additional CSS:
.single-room-calendar-wrapper .mphb-calendar .datepick-month { width: 300px !important; }
Change 300px to any desired value to make months bigger.
Regards,
AndreAndre Flores
ModeratorHello Zvonimir,
You may perform changes to the availability calendar via custom CSS, e.g. add the following code under Appearance ->Customize ->Additional CSS:
.single-room-calendar-wrapper .mphb-calendar .datepick-month { width: 300px !important; }
Change 300px to any desired value to make months bigger.
Regards,
AndreAndre Flores
ModeratorHello Zvonimir,
You may perform changes to the availability calendar via custom CSS, e.g. add the following code under Appearance ->Customize ->Additional CSS:
.single-room-calendar-wrapper .mphb-calendar .datepick-month { width: 300px !important; }
Change 300px to any desired value to make months bigger.
Regards,
AndreAndre Flores
ModeratorHello Maria,
We usually recommend adding styles to Additional CSS section under Appearance ->Customize tab, simply because it is easier and changes will not be lost after the plugin/theme updates. You may try the solution provided in this thread on how to override plugin styles in your child theme.
Regards,
AndreAndre Flores
ModeratorHello Jose,
Unfortunately, there is no such option in the plugin at the moment, as adding it would require some custom development. Unfortunately, our developers are currently busy with other priority tasks, therefore it is not likely they will be able to provide a solution somewhere soon.
Nice suggestion though, we will keep it in mind for now!Regards,
AndreAndre Flores
ModeratorHello Riccardo and Maria,
Thanks for your up-votes, they both have been counted.
Regards,
AndreAndre Flores
ModeratorHello there,
Thank you for your up-vote, it has been counted!
So far this feature request is not quite popular and there are requests which are of more demand among our users. We are doing our best to implement features that are most wanted by our users first, unfortunately, this feature request is not in the list of most popular requests at the moment.Regards,
AndreAndre Flores
ModeratorHello Dominique,
Please note that the Hotel Booking plugin is not 100%-compatible with the Polylang, there are some essential issues, therefore, we only recommend using WPML in order to be able to achieve what you need.
So far, there were no reports of any issues from users with WPML plugin.Regards,
AndreAndre Flores
ModeratorHello Dominique,
As it was mentioned by J. Davis previously, the Hotel Booking plugin is not 100%-compatible with the Polylang, there are some essential issues, therefore, we only recommend using WPML in order to be able to achieve what you need.
Regards,
AndreNovember 19, 2020 at 7:57 am in reply to: Change order of elements on the single details page #1032188Andre Flores
ModeratorHello Paul,
Unfortunately, there is no developer documentation regarding this matter yet, however, we do have a feature request passed to our developers already and in case there are more similar requests they will consider creating one.
You should take a look at the part in the previously provided article, where it says: “An example of how to re-locate the Featured Gallery under the Attributes…”, you will also find the list of all the elements of the single accommodation type page above.
Please note that not all the elements are available within Hotel Booking modules in page builder, therefore they can be edited/removed/relocated only by overriding PHP functions per the article directions.Regards,
AndreAndre Flores
ModeratorHello Thomas,
You are most welcome, I am glad the plugin suits your Client’s needs.
It would be much appreciated if you leave your positive feedback about the plugin at: https://motopress.com/products/hotel-booking-payment-request/#edd-reviews-respond once it is purchased and used.Regards,
AndreNovember 19, 2020 at 7:42 am in reply to: Add accommodation name (not type) to notifier email #1032180Andre Flores
ModeratorHello Thomas,
Thank you for sharing your solution, it is much appreciated. Unfortunately, our developers were and are currently all busy with other priority tasks, therefore no solution was provided to your request.
As for the solution you have got, it is not recommended to perform changes directly to the plugin file, since they may be lost after the next plugin update. All the changes must be overwritten in your child theme files.Regards,
AndreAndre Flores
ModeratorHello Karl,
The header image on other pages is displayed from the post featured image, if you do not have the featured image set up then no background image will be displayed in the header. You may also add different header image to your posts in other way, however, it will require custom CSS adding, e.g.:
.postid-2947 .site-header-wrapper { background-image: url("YOUR_IMAGE_URL_GOES_HERE"); }
Where 2947 is the post page ID and YOUR_IMAGE_URL_GOES_HERE is the full URL to the image in your media library.
Regards,
AndreAndre Flores
ModeratorHello Thomas,
Yes, you may use the Payment Request add-on to send out payment links to your Guests with existing bookings. Once you edit the booking and the total amount is changed, you may send the link to pay the remaining balance due to Guest’s e-mail.
If you do not want to use Payment Request for new bookings you should simply disable the Automatic Emails option under Accommodation ->Settings ->Extensions ->Payment Request tab and use “Send Payment Request” button for desired bookings only: https://prnt.sc/vign36.Regards,
Andre- AuthorPosts