Andre Flores

Forum Replies Created

Viewing 15 posts - 1,876 through 1,890 (of 1,932 total)
  • Author
    Posts
  • in reply to: social links: change icon footer #942509

    Hi, 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,
    Andre

    in reply to: Stationary Slide or Layer #942502

    Hi, 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,
    Andre

    in reply to: Custom Template #942491

    Hi, 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,
    Andre

    in reply to: Tuto WPML #942078

    Hi, 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,
    Andre

    in reply to: Footer Social Menu Links #941667

    Hi, 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,
    Andre

    in reply to: Tuto WPML #941664

    Hi, 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,
    Andre

    in reply to: Gallery Full Screen #941621

    Hi, Luis!

    You are always welcome.
    Anyone who also needs this feature, feel free to let me know by commenting this topic.

    Regards,
    Andre

    in reply to: Images Fullscreen #940585

    Hi, 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,
    Andre

    Hi, Thomas!

    Thanks for your vote, it has been counted!

    Regards,
    Andre

    in reply to: pre populate search check out date field. #940546

    Hi, Thomas!

    Thank you for your feedback, it is much appreciated! Your vote has been counted.

    Regards,
    Andre

    Hi, Rita and Kerry!

    Thanks for your votes, I have added them to the request!

    Regards,
    Andre

    in reply to: booking form doesnt preview correctly #939301

    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,
    Andre

    in reply to: Change Accomodation room id of existing booking #939296

    Hi there!

    You are always welcome.
    I hope everyone who’ll this feature will enjoy it!

    Regards,
    Andre

    in reply to: Min / Max Booking Rules #939295

    Hi, 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,
    Andre

    in reply to: Gallery Full Screen #939292

    Hi, 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

Viewing 15 posts - 1,876 through 1,890 (of 1,932 total)