Forum Replies Created
- AuthorPosts
Andre 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,
AndreAndre Flores
ModeratorHello Karl,
The option is available under Pages ->Home, not under accommodation types. Open the Home page for editing and look for the option at the bottom of the screen as per previously provided screenshot.
Regards,
AndreNovember 12, 2020 at 8:41 am in reply to: Change order of elements on the single details page #1028765Andre Flores
ModeratorHello Paul,
You will find detailed instructions on how to edit single accommodation type pages in this article – the information on how to relocate some page elements is also included in it.
Regards,
AndreNovember 12, 2020 at 8:38 am in reply to: Include more information in the imported bookings #1028763Andre Flores
ModeratorHello James,
You are welcome, thank you for your suggestion as well.
Regards,
AndreAndre Flores
ModeratorHello Carl,
You are most welcome, I am glad that worked. It would be much appreciated if you leave your positive feedback about the Booklium theme at: https://motopress.com/products/booklium/#edd-reviews-respond.
Thank you in advance!
Regards,
AndreAndre Flores
ModeratorHello Karl,
You may set the top banner image by editing the Home page in the block editor. Scroll down the Home editing page and set the image within Page Header Options section: https://prnt.sc/vhu10i.
Regards,
AndreAndre Flores
ModeratorAndre Flores
ModeratorHello Ushir,
You should use the [mphb_rooms] shortcode and adjust the layout via CSS. You may add the following code under Appearance ->Customize ->Additional CSS:
@media (min-width: 48em) { .page-template-template-front-page .mphb_sc_rooms-wrapper .mphb-room-type { width: 33.3333%; padding: 0 1.875em 2.3125em; } .page-template-template-front-page .mphb_sc_rooms-wrapper .mphb_room_type_featured_image_wrapper { margin-left: -1.875em; margin-right: -1.875em; border-right: 1px solid #fff; }}Regards,
AndreAndre Flores
ModeratorHello Sabrina,
If mailing was working fine previously I assume some issues on your server could have occurred, contact your server administrator regarding this matter. You may also try performing steps from this article with possible solutions to the issue. If nothing helps, submit a request to our Help Desk providing temporary access to your WordPress dashboard, so we take a closer look at the issue.
Regards,
AndreAndre Flores
ModeratorHello Carl,
You may have the site description displayed under the site title by adding the following code under Appearance ->Customize ->Additional CSS:
.site-branding .site-description { display: block; margin-left: -88px; margin-top: 40px; }The result should be as follows: https://prnt.sc/vh9nh1.
Regards,
Andre- AuthorPosts