Forum Replies Created
- AuthorPosts
Stacy Lind
KeymasterHi Andy,
The setting is already available in version 3.1.0. Make sure to update the plugin.
Stacy Lind
KeymasterHi Filip,
Please, re-save your Divi typography and button settings.
February 12, 2019 at 5:37 pm in reply to: Calendars not syncing all reservations "500 Internal Server Error" #771662Stacy Lind
KeymasterI am glad that it helped. The error should not appear again, but it will still be a good practice to delete the sync logs from time to time.
February 12, 2019 at 5:35 pm in reply to: Responsive Content and Parallax Problem on Mobilephone #771661Stacy Lind
KeymasterHi Arnold,
Please, submit a support ticket with this issue here. We will need to have a closer look at it.
Stacy Lind
KeymasterHi Alex,
It is a general recommendation to upload image sizes that are not bigger than what your visitors can see.
The biggest images in Alpenhouse are the hero and featured ones, because they are full width. Most likely (~70%), the biggest screen size your website will be loaded on is 1920×1080, so 1920×1080 is approximately the largest image you want to use. You can use 2560 px, but this size is unlikely to be seen by an average visitor.Stacy Lind
KeymasterThis should work without additional CSS. Here is how you can add a background.
Stacy Lind
KeymasterHi Arnold,
Your slider is full width. In order to see it, open a slide in the editor (the MotoPress Slider tab) and add a background image in the Image tab at the top. At the moment, the background is transparent and the image is added as a layer.
February 11, 2019 at 4:12 pm in reply to: iCal : Event with such UID already registered for accommodation #771171Stacy Lind
KeymasterHi Marcel,
For some reason Airbnb gives the same ids to different bookings/blocks if they are for the same dates. You can force Airbnb to assign different ids by adding any note to the set of dates (2019/08/13 – 2019/08/26) for one of the properties (#235) in your Airbnb account.
Stacy Lind
KeymasterHi Andy,
This will be available in the upcoming update of the booking plugin. We will notify you here when it is released.
Stacy Lind
KeymasterHi Tony,
The calendars can be displayed at all times if you change the input field to a div. E.g. for forms added with [mphb_availability_search] edit \wp-content\plugins\motopress-hotel-booking\templates\shortcodes\search\search-form.php
Change lines 33-43:<input id="<?php echo esc_attr( 'mphb_check_in_date-' . $uniqid ); ?>" data-datepick-group="<?php echo esc_attr( $uniqid ); ?>" value="<?php echo esc_attr( $checkInDate ); ?>" placeholder="<?php _e( 'Check-in Date', 'motopress-hotel-booking' ); ?>" required="required" type="text" name="mphb_check_in_date" class="mphb-datepick" autocomplete="off" />
to a div:
<div id="<?php echo esc_attr( 'mphb_check_in_date-' . $uniqid ); ?>" data-datepick-group="<?php echo esc_attr( $uniqid ); ?>" value="<?php echo esc_attr( $checkInDate ); ?>" placeholder="<?php _e( 'Check-in Date', 'motopress-hotel-booking' ); ?>" required="required" type="text" name="mphb_check_in_date" class="mphb-datepick" autocomplete="off"> </div>
This will display the check-in date-picker instead of the input field. It may require additional styling, too.
February 7, 2019 at 4:23 pm in reply to: iCal sync again – not recognising check in/out on the same day #769951Stacy Lind
KeymasterHi Shelly,
Unfortunately, we cannot control how external platforms form their ical calendars. It would be better of you contact Hotel Runner with this question.
It might help if you add a different note to each booking in Hotel Runner.
If you want us to have a closer look at it, please, submit a support ticket here.Stacy Lind
KeymasterHi Shelly,
Ical is not safe enough to transfer personal customer info or payment data. So booking platforms share limited to no data through their ical links. All the info that we receive from a platform is displayed in the Bookings tab > All Bookings > open a booking (the Logs section). Our plugin sends property title, booking dates, customer name, and booking id to external platforms.
February 7, 2019 at 4:17 pm in reply to: Calendars not syncing all reservations "500 Internal Server Error" #769948Stacy Lind
KeymasterHi Steward,
This problem may appear if you are using an older version of the MotoPress Hotel Booking plugin. Please, update the plugin to its latest version (3.0.3) and the 500 error should be fixed.
Stacy Lind
KeymasterThe feature that you requested is now available for MotoPress Hotel Booking.
With the new addon Request Payment, you can accept bookings and send a payment request after you review and confirm the booking. You can read more about the plugin in this article.
Thank you for all your suggestions!Stacy Lind
KeymasterThe feature that you requested is now available for MotoPress Hotel Booking.
With the new addon Request Payment, you can charge a deposit during booking and automatically or manually request the rest of the payment a certain number of days before check-in. You can read more about the plugin in this article.
Thank you for all your suggestions!- AuthorPosts