Forum Replies Created
- AuthorPosts
- Andre FloresModerator
Hello, Soledad!
Thank you for your up-vote, it has been also added to the request.
Regards,
AndreAndre FloresModeratorHi, Imre!
Kindly submit your request to our Help Desk describing the issue in details and providing necessary access details, we will gladly check it for you.
Regards,
AndreAndre FloresModeratorHello, Ryan!
Basically, the calendar is pulled out for different languages from corresponding locale file under /wp-content/plugins/motopress-hotel-booking/vendors/kbwood/datepick/ directory. You may find the file, which corresponds to your Arabic locale and edit it, so months are named per your desire.
Regards,
AndreAndre FloresModeratorHello, Aron!
It looks like Booking.com may not take into account manually added bookings, since they are exported properly from Hotel Booking end and included in .ics file. As for the admin blocks option, it is applied to blocks you have performed for accommodations under Bookings ->Booking Rules tab, it does not affect actual bookings.
If the issue still persists, do not hesitate to submit a request to our Help Desk, so we take a closer look at it.Regards,
AndreAndre FloresModeratorHello, Joseph!
You may hide the Search icon simply by adding the following code under Appearance ->Customize ->Additional CSS:
.search-icon-wrapper { display: none; }
If you need to remove the vertical line between social menu and the search icon, you may also add this one:
.menu-top-right-container::before { display: none; }
Regards,
AndreAndre FloresModeratorHello, 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,
Andre - AuthorPosts