Forum Replies Created
- AuthorPosts
Andre Flores
ModeratorHi, Thomas!
Your up-vote has been counted, thank you for your feedback.
Regards,
AndreAndre Flores
ModeratorHello, Luiz!
You may create one main season, let’s say, January 1st, 2020 – December 31st, 2021. And then create two additional seasons for Low and High seasons, setting desired dates range.
This will allow to set standard rate for your main season and set different rates for Low and High seasons. Under Rates tab, make sure your Low and High seasons are placed above the main one, in order to give the higher priority to these seasons while calculating the booking price: https://prnt.sc/sd84le.Regards,
AndreAndre Flores
ModeratorHello, Jerrel!
Since social icons are added via menus, you may easily do that under Appearance ->Menus ->Social menu – make sure to mark the “Link Target” option under Screen Options in order to have it appeared under each menu item: https://prnt.sc/sd7xwf.
Regards,
AndreAndre Flores
ModeratorThis reply has been marked as private.Andre Flores
ModeratorHi, Ryan!
Do not hesitate to share your experience with other users here once you try 🙂
Regards,
AndreAndre Flores
ModeratorHello, Arjan!
You should make sure to set the Thank you page next to “Payment Success Page” option under Accommodation ->Settings ->Payment Gateways: https://prnt.sc/he60ko – this is the correct place to assign Thank you page.
Regards,
AndreAndre Flores
ModeratorHello, Soledad!
Thank you for your up-vote, it has been also added to the request.
Regards,
AndreAndre Flores
ModeratorHi, 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 Flores
ModeratorHello, 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 Flores
ModeratorHello, 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 Flores
ModeratorHello, 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 Flores
ModeratorHello, 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 Flores
ModeratorHi, 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 Flores
ModeratorHello, 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 Flores
ModeratorHello, 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,
Andre- AuthorPosts