Forum Replies Created
- AuthorPosts
- May 11, 2018 at 1:04 pm in reply to: Change Photo Gallery on property page, from grid to slideshow #677276
Stacy Lind
KeymasterHi 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.
May 4, 2018 at 4:04 pm in reply to: Motopress Hotel not appearing in Dashboard in WordPress after Upload #675164Stacy Lind
KeymasterHi 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.
Stacy Lind
KeymasterHi 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.
March 8, 2018 at 10:43 am in reply to: Content on accommodation detail view page is left aligned #654432Stacy Lind
KeymasterHi 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.
Stacy Lind
KeymasterHi 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.
Stacy Lind
KeymasterHi 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.Stacy Lind
KeymasterHi,
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.January 17, 2018 at 9:47 am in reply to: Villagio/Booking plugin questions about services and seasons #631161Stacy Lind
KeymasterHi 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.
Stacy Lind
KeymasterHi,
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.Stacy Lind
KeymasterHi 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!
December 6, 2017 at 3:56 pm in reply to: There is a new version of MotoPress Video Addon…unavailable #613637Stacy Lind
KeymasterHi 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.Stacy Lind
KeymasterHi,
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!Stacy Lind
KeymasterHi,
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!Stacy Lind
KeymasterHi,
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.Stacy Lind
KeymasterHi 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.
- AuthorPosts