Forum Replies Created
- AuthorPosts
Andre Flores
ModeratorHi, Miltiadis!
The Font Awesome unicode for E-mail (envelope) is:
\f0e0
So, once the Email is added to the navigation menu, add the following CSS code under Appearance ->Customize ->Additional CSS:.theme-social-menu a[href*="YOUR_MAIL_TO_LINK_GOES_HERE"]::before { content: "\f0e0"; }Where YOUR_MAIL_TO_LINK_GOES_HERE is the mailto link you have added to the Email menu item.
Regards,
AndreAndre Flores
ModeratorHi, David!
I am afraid such option is not available within MotoPress Slider default functionality. However, if there are more similar requests from other users regarding this matter, I will gladly pass it to our developers for further consideration.
Regards,
AndreAndre Flores
ModeratorHi, David!
I am afraid there is no such option to remove created custom templates in Editor. If there are more similar requests regarding this matter from other users, I will gladly pass it to our developers to further consideration.
Regards,
AndreAndre Flores
ModeratorHi, Luis!
Thank you for your feedback, I am glad that you were able to resolve the issue.
Do not hesitate to ask more questions of there are any.Regards,
AndreAndre Flores
ModeratorHi, Miltiadis!
Our developers are already informed about this issue, it will be fixed in the next theme update. I will do my best to speed it up.
Have you tried the workaround provided by Maciej above?Regards,
AndreAndre Flores
ModeratorHi, Luis!
The tutorial you have mentioned is quiet detailed and explains how to translate different parts of Hotel Booking plugin. All the strings, including Email Templates text, can be translated under WPML ->String Translations.
If you are facing issues with locating some certain plugin or theme strings, do not hesitate to submit your request to our support team at: https://motopress.zendesk.com/hc/en-us, one of our representatives will gladly assist you with it.Regards,
AndreAndre Flores
ModeratorHi, Luis!
You are always welcome.
Anyone who also needs this feature, feel free to let me know by commenting this topic.Regards,
AndreAndre Flores
ModeratorHi, Luis!
This feature has already been requested from other users and we have passed it to our developers, your request has been also added there.
Meanwhile, you may refer to this topic to find out how to achieve this.If anybody else needs this feature, feel free to let me know by commenting below.
Regards,
AndreApril 9, 2020 at 2:46 pm in reply to: Exporting Bookings and Hotel Booking Reports Cost Breakout #940555Andre Flores
ModeratorHi, Thomas!
Thanks for your vote, it has been counted!
Regards,
AndreAndre Flores
ModeratorHi, Thomas!
Thank you for your feedback, it is much appreciated! Your vote has been counted.
Regards,
AndreApril 8, 2020 at 3:05 pm in reply to: COVID-19 mitigation: delay between checkout and next checkin #940043Andre Flores
ModeratorHi, Rita and Kerry!
Thanks for your votes, I have added them to the request!
Regards,
AndreAndre Flores
ModeratorHi, 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 Flores
ModeratorHi there!
You are always welcome.
I hope everyone who’ll this feature will enjoy it!Regards,
AndreAndre Flores
ModeratorHi, 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 Flores
ModeratorHi, 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,
Andre- AuthorPosts