Stacy Lind

Forum Replies Created

Viewing 15 posts - 181 through 195 (of 231 total)
  • Author
    Posts
  • Hi Lok,

    Copy the file gallery.php from

    wp-content\plugins\motopress-hotel-booking\templates\single-room-type\

    and paste it to

    wp-content\themes\your_theme\hotel-booking\single-room-type\

    (you would need to create the folders ‘hotel-booking\single-room-type’ within your theme’s folder).

    Then open the file

    wp-content\themes\your_theme\hotel-booking\single-room-type\gallery.php and substitute this line:

    <?php mphb_tmpl_the_single_room_type_gallery(); ?>
    with the following:
    <?php mphb_tmpl_the_room_type_flexslider_gallery(); ?>
    This will display the slider gallery on the accommodation pages.

    If you do not feel comfortable editing the code, we could do it for you with the extended support offer.

    Hi George,

    The instruction that you linked is for MotoPress Content Editor. When you install and activate the MotoPress Hotel Booking plugin, the two tabs appear in the WP menu on your left: Accommodation and Bookings. You can see the installation process for the plugin here. If you need us to assist with the installation, submit a ticket and we will help.

    in reply to: Remove Amenity link #673689

    Hi Ben,

    Add the following code to Appearance > Customize > Additional CSS:

    .mphb-attribute-value {
      pointer-events: none;
      cursor: default;
      text-decoration: none;
    }

    This will unlink all the amenities on the website.

    Hi Oleg,

    There are a couple of ways to set this up:
    1. Create the additional fee 5 eu per day per guest, but set the base price of your accommodation lower e.g. 10 eu. State the maximum occupancy of the accommodation in the editor of your accommodation type. Then the price will be counted according to the number of people.
    2. Keep the 20 eu rate for your accommodation, but remove the additional fee. Instead set this up through services: create a service, e.g. + 1 Person. Such services need to be per accommodation per day to count the total price correctly. Tie these services to your accommodation type and your customers will be able to tick the extra people on the checkout page.

    Adding prices based on the number of people is on our feature request list. With your inquiry its priority increased. We will add it in one of the future updates.

    in reply to: Is there a refund option? #638526

    Hi Mirko,

    The money are not supposed to be refunded automatically when a guest cancels their booking through an email link. A refund is managed through the PayPal dashboard and the statuses are changed manually.

    in reply to: mandatory service #634973

    Hi everyone!

    We have just launched an update for the plugin with new features: mandatory fees and taxes.
    Check it out in the demo https://hbdemo.getmotopress.com/
    or update your plugin if it is already installed.
    It would be nice to know your feedback on the new features.

    in reply to: Taxes for room booking #634967

    Hi,

    We have just added the taxes feature. Check out the latest update (2.4.0) in the demo – https://hbdemo.getmotopress.com/
    or update your plugin if it already installed.
    It would be nice to know you feedback on the new features.

    Hi Bert,

    The update 2.3.0 brought in the booking rules feature that would let you set up different minimum nights of stay for particular seasons/accommodation types.

    in reply to: Problem with the display room page and images #621413

    Hi,
    I am glad the issue is settled.
    The size field can be hidden with CSS, e.g. insert this snippet under Appearance > Additional CSS:

    .mphb-single-room-type-attributes .mphb-room-type-size {
    	display: none;
    }
    .mphb-loop-room-type-attributes .mphb-room-type-size {
    	display: none;
    }

    The State field cannot be removed since it is mandatory for placing an order if you enable ‘Full address fields are required for reservation’ in the plugin settings. The State field does not mean only the states of America. This field is supposed to elicit an administrative district (county/state/province/land/canton) – those have different names in different countries. If you want to make it more clear to the customers, you can rename this field to something else like Region or Administrative District. This can be easily done with any translation plugin e.g. with Loco Translate you would need to install the plugin and create a translation in the language of your WordPress for the Hotel Booking plugin, find the “State” phrase and type in the needed phrase as a translation instead.
    You can create a ticket for our support team if you need assistance with it.

    in reply to: Two Child Pages instead of 3 #613640

    Hi Ken,

    We added this as a feature request and hope to fix it with a future update.
    For now to make them occupy the full width you can add these styles under Appearance > Customize > Additional CSS:

    @media screen and (min-width: 48em)
    {
    .entry-child-pages .hentry {
        width: 50%;
    }
    	.entry-child-pages-wrapper .hentry {
        margin: 0;
    }
    	}

    Let us know if it is how you want it to look!

    Hi Damon,

    Most likely the addons’ licenses were not activated or they are expired.
    You can submit a ticket to our support team and we will figure it out.

    in reply to: Allow Specific Rooms to be made unavailable. #613636

    Hi,

    This is exactly what we are working on now. The testing stage for this feature is almost over and we hope to make the update public next week. With this update you will be able to block certain rooms separately for any period of time. Also there are many more useful features concerning booking rules to be introduced next week.
    We hope you will like it!

    in reply to: Client Booking Management #613635

    Hi,

    It has been requested indeed. Thank you for the suggestions. We will try to implement it with one of the future updates.
    Do not hesitate to contact us if you have any other suggestions on your mind!

    in reply to: Taxes for room booking #613629

    Hi,

    Thank you for your suggestion. Could you describe how you would want the taxes to work on your website since there are different rules in every country.
    You can describe it here or submit in a ticket to our support team.

    in reply to: Demo Sites "Get Stuck" And Do Not Initialize #597006

    Hi Lance,

    Thank you for reaching us out. We have tested Demo Builder and it is running perfectly on our side. Probably you should check your server configurations, third party services, etc. I’ve found a request from you so we’ll check your multisite installation and will do our best to find out the reason of such a behavior.

Viewing 15 posts - 181 through 195 (of 231 total)