Stacy Lind

Forum Replies Created

Viewing 15 posts - 121 through 135 (of 231 total)
  • Author
    Posts
  • Hi Danijel,

    We are happy to inform that the issue has been fixed in the latest update of the MotoPress Hotel Booking plugin (3.0.0).

    in reply to: Check-In and Check-Out Days not working properly. #723310

    Hi,

    We are happy to inform that the issue has been fixed in the latest update of the MotoPress Hotel Booking plugin (3.0.0).

    in reply to: Admin Emails #723308

    Hi Joe,

    We are happy to inform that the feature that you requested was added in the latest update of the MotoPress Hotel Booking plugin.

    Now you can set up multiple admin emails in Accommodation > Settings > Admin Emails / Email Settings. Make sure to update the plugin to its latest version (3.0.0) in order to use the new features.

    in reply to: Conflict between plugins using Braintree #723300

    Hi Christer,

    The issue has been fixed. Make sure to update the plugin to its latest version (3.0.0).

    in reply to: Booking form and admin calendar #722967

    Hi Cherie,

    Thank you for the nice feedback.
    You can add the pets and infants fields with the latest update of the MotoPress Hotel booking plugin. Make sure that the plugin is updated to its latest version, which is 3.0.0.
    When it is updated, you will see a new sub-menu tab (Accommodation > Attributes). In this menu click Add New and create a Pets attribute. Click Publish and then Configure Terms. In the Terms menu add all the possible pets variations, e.g. 1, 2, 3.
    Then tick the pet numbers that can stay in your accommodation type in Accommodation > Accommodation Types > open the editor of your accommodation types (the Attributes section on the right).
    Do the same to create the infants attribute. When the pet numbers and infants are assigned to your accommodation types, you can add a relevant advanced search shortcode to any page, for example:
    [mphb_availability_search attributes=”pets,infants”]
    You can read more about this shortcode in Accommodation > Shortcodes.
    Such search form will run search by pets and infants, too.

    There are usually more accommodation types that make a long list in the admin Calendar, so the last row with dates is very useful. It is possible to remove the lats row, but in order to edit the CSS of the admin panel, you would need to install an additional third-party plugin.

    in reply to: This theme requires the following plugin: Ciestra Engine. #722966

    Hi Joseph,

    The Ciestra Engine plugin is the core plugin of the Ciestra theme created by us. It is responsible for the theme fonts and adds custom Elementor layouts that are available in the Ciestra theme demo.

    in reply to: Need for Streamlined Checkout for Single Properties #721362

    Hi Anton,

    Please, refer to the plugin documentation to configure the plugin according to your needs.

    To accept booking requests without payments, enable the confirmation mode By Admin Manually in Accommodation > Settings.

    To reduce the number of steps needed to book one property, enable the option Skip Search Results in Accommodation > Settings.

    The half booked dates in the check-in/out calendars are displayed as available as they should be. If you want to customize the look of the calendar you can do it by adding custom CSS to Appearance > Customize > Additional CSS. The check-in and check-out dates have unique classes: .mphb-date-check-in and .mphb-date-check-out
    We could also customize the plugin for you with the extended support offer.

    in reply to: It's posible add new field at search engine (for example city) #721218

    Hi Jorge,

    Make sure to update the plugin to version 3.0.0. When it is updated, you will see a new sub-menu tab (Accommodation > Attributes). In this menu click Add New and create a City attribute. Click Publish and then Configure Terms. In the Terms menu add all the possible city variations, e.g. New York, Chicago, Seattle.
    Then tick the respective cities in Accommodation > Accommodation Types > open the editor of your accommodation types (the Attributes section on the right). When the cities are assigned to your accommodation types, you can add a relevant advanced search shortcode to any page, for example:
    [mphb_availability_search attributes=”city”]
    You can read more about this shortcode in Accommodation > Shortcodes.
    Such search form will run search by city, too.

    in reply to: [mphb_availability id="*"] calendar with check/check-out time #721214

    Hi Anton,

    The half-booked dates are not displayed in search availability forms, because in these forms people already need to select dates. So all the dates that are available for check-in/out are selectable, the unavailable ones are crossed out.
    The dates are marked as half booked in the availability calendars displayed with this shortcode [mphb_availability_calendar id=”*”]

    in reply to: Change the elements order on the Single Room Type details page #721209

    Hi Nicolas,

    We have an article with different ways of achieving what you need here:
    https://support.motopress.com/hc/en-us/articles/360013539291-How-to-edit-accommodation-type-pages-
    Let us know if you have any questions regarding it.

    in reply to: Change Pending Payment Text #716775

    Hi Bob,

    There might be an option within WooCommerce to configure it. If not, you can try to change the text with a translation plugin:
    1. Install a translation plugin e.g. Loco Translate from wp.org and activate it.
    2. Navigate to Dashboard > Loco Translate > Plugins and click WooCommerce.
    3. Click New Language.
    4. Choose the default language of your WordPress.
    5. Use the filter field to find all strings with phrases that you want to change.
    6. Insert your own phrases as translation.
    7. Save and check the result.

    in reply to: how to change the calendar style #714905

    Hi Bart,

    Calendars are the only element that comes with our styles. You can change its style in Accommodation > Settings.
    In your case, the calendars can be fixed by adding the following to Appearance > Customize > Additional CSS.

    .mphb-datepick-popup .datepick-month-year:first-child {
    	width: 60% !important;
    }
    .mphb-datepick-popup .datepick-month-year {
    	width: 40% !important;
    	margin: 0px !important;
    	padding: 0px 6px !important;
    }
    .mphb-datepick-popup .datepick-month-header {
    	height: 2.5em !important;
    }
    
    .mphb-datepick-popup .datepick-month.first .datepick-month-header {
    	display: flex;
    	flex-direction: row;
    }
    in reply to: Search results showing all rooms #714519

    Hi Sandy,

    The search results are designed to output all the available accommodation types regardless of the number of people selected. The plugin allows booking multiple accommodation types at a time, so if anyone searches for 5 people, they will be able to book e.g. 1 x Double Room and 1 x Triple Room. Otherwise, if you have no single available accommodation for 5 people, the guests would not be able to book at all.
    The recommendations widget in the search results offers to book a set of accommodations based on the number of people selected.

    The next plugin update will bring in the advanced search feature that will let you set up the plugin so that the search results output only accommodations with the requested number of people. We will post in this thread as soon as this feature is released.

    in reply to: booking workflow #713962

    Hi Bart,

    Thank you for contributing to the translation of the plugin.
    The book button will take you to the page of the accommodation 493, where direct booking is possible. If you want a booking form to appear on the page with [mphb_room id=”493″ featured_image=”0″ view_button=”1″ book_button=”1″] then you need to add it like [mphb_availability id=”493″].
    We are looking forward to your response in the support ticket.

    Hi Bart,

    For cases like the one that you are describing we created the option Skip Search Results (Accommodation > Settings). This option allows the visitors skip search results and proceed directly to the checkout page if they check the availability of your accommodation type from its page or from its individual search form [mphb_availability id=”12″], where 12 is the id of your accommodation type. You can find the id by hovering over your accommodation type in Accommodation > Accommodation Types.
    If this is not working on your website, please, provide the access credentials in the created support ticket and we will troubleshoot the issue.

Viewing 15 posts - 121 through 135 (of 231 total)