Forum Replies Created
- AuthorPosts
- Andre FloresModerator
Hi, Prenesh!
Looks like some specific CSS class is applied to the date-picker on your website: mphb-datepicker-sky-blue, since there is no such class in default theme. You may try make it look properly by adding the following code under Appearance ->Customize ->Additional CSS:
@media (min-width: 1470px) { .mphb-calendar .datepick-month.first, .datepick-popup .datepick-month.first { margin-right: 1rem; }}
Regards,
AndreAndre FloresModeratorHi there!
You are always welcome.
I hope everyone who’ll this feature will enjoy it!Regards,
AndreAndre FloresModeratorHi, Ryan!
Unfortunately, there is no way to add several periods of time within single season. However, you may add as many season as you need, seasons may also overlap each other, you just need to make sure the ones, which are more important (e.g. these ones: saturday to saturday, monday to friday, friday to monday, friday to sunday and saturday to monday) are placed above the rest of the seasons within Rates menu in order to have higher priority.
You may drag more important seasons to the top easily to increase their priority: https://prnt.sc/ru4cj6.Regards,
AndreAndre FloresModeratorHi, Alvaro and Sharron!
You may achieve this by adding the following code to your theme functions.php file (add it to child theme function.php file if you are using it):
add_action('booklium_render_single_room_gallery', 'booklium_single_room_type_gallery_add_link_to_file'); function booklium_single_room_type_gallery_add_link_to_file() { add_filter('mphb_loop_room_type_gallery_main_slider_image_link', function (){ return 'file'; }); }
The above code will link gallery images to the image file. In order to add a lightbox you may use some additional plugins, e.g. Responsive Lightbox & Gallery.
Regards,
AndreAndre FloresModeratorHi there!
I have found your request in our ticket system regarding this matter and looks like the issue no longer persists.
Please confirm that we can consider this topic as resolved.Regards,
AndreAndre FloresModeratorHi, Paul!
Thank you for understanding. I have already passed the request to our developers, we will see how many users want to have this feature in Hotel Booking.
Regards,
AndreAndre FloresModeratorHi, Bart!
I have tested Stripe payments carefully, including iDEAL method, and it worked fine.
Make sure to set up Webhooks in your Stripe account under Developers ->Webhooks tab: https://prnt.sc/rqxvoe. The generated URL you see on the screenshot (hidden) should be inserted to the “Webhook Secret” field in Stripe configuration page: https://prnt.sc/rqxysc – otherwise, iDEAL will not work.
Also, make sure to set up following Event types for your webhooks in Stripe account: https://prnt.sc/rqxzwx.
I hope this helps.Regards,
AndreAndre FloresModeratorThis reply has been marked as private.Andre FloresModeratorHi, Bart!
I have passed the issue for further investigation to our developers. Once there is any information regarding this matter, I will immediately let you know in this topic.
Regards,
AndreAndre FloresModeratorHi, Paul!
Currently Stripe payment gateway integrated in Hotel Booking plugin includes following payment methods:
- Bancontact
iDEAL
Giropay
SEPA Direct Debit
SOFORTUnfortunately, Apple Pay is not available at the moment, however, if there are similar requests from other users regarding this matter, we will definitely consider adding this feature to one of future plugin updates.
Anyone who needs this feature as well, feel free to let me know by commenting this topic.Regards,
AndreAndre FloresModeratorHi, Lai!
Sure, our team is aware of the new WordPress release and we are ready for it. You may be sure there will be no problems updating WordPress to the latest version, our products will still remain 100%-compatible with the version 5.4.
Regards,
AndreAndre FloresModeratorHi, Lai!
The Gravatar image suggests the visitor who leaves a review uses e-mail address, associated with his WordPress.com account: https://prnt.sc/rpjbjq. I’ve just used e-mail address, associated with my WordPress.com account and my Gravatar image has displayed automatically.
Regards,
AndreAndre FloresModeratorHi, Bart!
Unfortunately, there is no way to make the title changed depending on payment method your Customer uses, since they all are within Stripe payment gateway: https://prnt.sc/rpj3sh. As an option you may include all the available payment methods in title, e.g. Credit card/iDEAL/Giropay.
Regards,
AndreAndre FloresModeratorHi, Bart!
You may easily change the payment method title using Loco Translate. Navigate to Loco Translate ->Plugins ->Hotel Booking – find your website language or add it if it is not there, and edit its translations. Use the search field to find desired string and add a translation to it – this will change the payment method title.
Regards,
AndreAndre FloresModeratorHi, Samuel!
I am glad that the issue has been resolved, thank you for letting us know!
If you have a multilingual website, we do recommend using WPML, indeed, as it is 100%-compatible with our products.
We also recommend using Loco Translate in case you have a single language on the website and want to change some titles/text.Regards,
Andre - AuthorPosts