Forum Replies Created
- AuthorPosts
- Andre FloresModerator
Hello, Sabrina!
The “Calendar Sync Status” tab only appears at the top bar once you have at least one sync log. Try navigating to Bookings ->Sync Calendars and click Sync All Calendars button: https://prnt.sc/s8pov4. Once it is done, the “Calendar Sync Status” tab will appear: https://prnt.sc/s8ppoq.
Regards,
AndreAndre FloresModeratorHi, Alessandro!
There is a condition in theme files to load gallery only, if it exists in accommodation type settings, otherwise the featured image should be loaded. The code is located in content-mphb_room_type.php file under /wp-content/themes/booklium/template-parts/ directory:
<?php if ( $has_gallery ) { do_action('booklium_render_single_room_gallery'); } else { booklium_post_thumbnail( 'booklium-large' ); } ?>
You may overwrite it by adding the following code to the child theme:
<?php if ( $has_gallery ) { do_action('booklium_render_single_room_gallery'); booklium_post_thumbnail( 'booklium-large' ); } ?>
Best regards,
AndreAndre FloresModeratorHello, Tom!
You should upload both .po and .mo files generated after changes you have performed to pot file. The recommended location is: /wp-content/languages/plugins/ – edited translation files will not be overwritten if you store them in this location.
If you still have difficulties performing translation, submit your request to our Help Desk.Regards,
AndreAndre FloresModeratorHello, Ryan!
Thanks for the interesting question. I have contacted our developers and they ensured me that no plugin cookies could cause server cache to not function. I would recommend that you consult with DreamHost about other possible reasons causing server caching issue, since it is not likely the plugin that does it.
If you/they have any further concerns, you may submit your request to our Help Desk.Regards,
AndreAndre FloresModeratorHello, Alessandro!
You may simply remove gallery in Accommodation Type editing page and set the Featured Image: https://prnt.sc/s7g493. Once it is done, the featured image will be displayed instead of the gallery.
Regards,
AndreAndre FloresModeratorHello, Ryan!
Unfortunately, there is no such option by default, however, you may set the “Default Gateway” option under Accommodation ->Settings ->Payment Gateways to have the desired payment method marked by default while checking out: https://prnt.sc/s6vbmc.
Regards,
AndreAndre FloresModeratorHello, Thomas!
Thank you for your up-vote, it is much appreciated. If there are more similar requests from other Users regarding this feature, we will definitely consider adding it to one of plugin future updates.
Anybody, who also wants to see this feature available, let me know by commenting below.Regards,
AndreAndre FloresModeratorHi, Sabrina!
You should navigate to Bookings ->Calendar tab and click “Calendar Sync Status” tab at the top admin bar – then click “Delete All Logs”: https://prnt.sc/s6ud6s.
It is also recommended to have logs deleted more often by setting “Automatically delete sync logs older than” option under Accommodation ->Settings to Week/Day: https://prnt.sc/s6uf4m.Regards,
AndreApril 27, 2020 at 3:12 pm in reply to: Feature request: Shading or Different Colors for Imported Bookings #947235Andre FloresModeratorHi, Thomas!
Done! Your up-vote has been counted. Meanwhile, you may share your custom CSS workaround with other users, it may be useful to them 😉
Regards,
AndreApril 27, 2020 at 3:08 pm in reply to: Synchronisation Issues (Booking.com, Tripadvisor, AirBnB, HomeAway) #947233Andre FloresModeratorHi, Soledad!
Your request appears to be rather unique and is currently under investigation of our developers. We will contact you back via e-mail once there is any update from them.
Regards,
AndreApril 24, 2020 at 3:00 pm in reply to: Feature request: Shading or Different Colors for Imported Bookings #946098Andre FloresModeratorHi there!
Thanks for your up-vote, it has been taking into account.
Regards,
AndreAndre FloresModeratorHi, Imre!
You are always welcome 🙂
Regards,
AndreAndre FloresModeratorHello there!
Kindly submit a request to our Help Desk at: https://support.motopress.com/hc/en-us/requests/new, providing a temporary access to your Dashboard and your server, so we take a closer look at the issue.
Regards,
AndreAndre FloresModeratorHi, Imre!
– Can we have two availability search engines? I mean: When someone searches for availability in the part of the hotel, can they only find the rooms and not find the two apartments? And another search engine in the part of apartments where you only find the apartments?
You may use Attributes option for that. Create a new attribute called Property type and configure two terms for it: Hotel and Apartment. Once it is done, add this attribute to the availability search form, so your guests could select whether they need Hotel or Apartment. check this nice video on how to do that.
– the part of apartments we want to show the calendar of the apartments. Is there a shortcode for that? (each individual apartment)
You may use
[mphb_availability id="777"]
shortcode for that purpose, where 777 is specific accommodation ID.– When the plugin shows the calendar, it only shows two months. Can we show 6 months or more?
You may use [mphb_availability_calendar id=”999″ monthstoshow=”2,3″] shortcode, where 999 is the ID of specific accommodation and 2,3 is number of columns and rows to display months (2,3 will display 6 months)
– In Search Results always choose the most expensive room. Can I change the order to automatically choose the cheapest room (if have availability of course ..)?
Unfortunately, such option is not available in Hotel Booking functionality.
– In Search results can I change text? For example I want to change the text in another way (5 accommodations were found from 04/25/2020 – to 04/26/2020)
Any text in Hotel Booking plugin can be changed via Loco Translate plugin. Check this useful article on how to do that.
– In the apartments they can rent from 7 days (minimum 7 days) can I do that?
You may navigate to Bookings ->Booking Rules tab and make sure the Minimum Stay option is set to 7 days for your apartments: https://prnt.sc/s4pn30.
Regards,
AndreAndre FloresModeratorHi, Ryan!
You are always welcome 🙂
Regards,
Andre - AuthorPosts