Stacy Lind

Forum Replies Created

Viewing 15 posts - 76 through 90 (of 231 total)
  • Author
    Posts
  • in reply to: Price Breakdown #772080

    Hi Andy,

    The setting is already available in version 3.1.0. Make sure to update the plugin.

    in reply to: Search and Book now buttons missing (Using Divi) #771859

    Hi Filip,

    Please, re-save your Divi typography and button settings.

    I 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.

    in reply to: Responsive Content and Parallax Problem on Mobilephone #771661

    Hi Arnold,

    Please, submit a support ticket with this issue here. We will need to have a closer look at it.

    in reply to: Alpenhouse Optimal Image Sizes #771660

    Hi 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.

    in reply to: Full width and Window Scale Problem #771650

    This should work without additional CSS. Here is how you can add a background.

    in reply to: Full width and Window Scale Problem #771174

    Hi 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.

    Hi 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.

    in reply to: Price Breakdown #770338

    Hi Andy,

    This will be available in the upcoming update of the booking plugin. We will notify you here when it is released.

    in reply to: Always show datepicker #770263

    Hi 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.

    Hi 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.

    in reply to: iCal sync – what information? #769950

    Hi 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.

    Hi 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.

    in reply to: Payment request #768115

    The 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!

    in reply to: Follow Ups / how to get the rest of deposit ? #768113

    The 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!

Viewing 15 posts - 76 through 90 (of 231 total)