Andre Flores

Forum Replies Created

Viewing 15 posts - 301 through 315 (of 1,932 total)
  • Author
    Posts
  • in reply to: Change the colour fo dates on the calendar? #1183086

    Hello Daniel,

    Add the following code under Appearance ->Customize ->Additional CSS:

    .datepick .datepick-month table td .mphb-check-in-date,
    .datepick .datepick-month table td .datepick-selected,
    .datepick .datepick-month table td .datepick-highlight {
    	background: #58a193;
    	color: #fff;
    }

    Replace #58a193 and #fff with desired colors to change the background hover and date number color.

    Regards,
    Andre

    in reply to: Hide check in label on home page search form #1183079

    Hello Daniel,

    I have just checked the Albatross theme and the above code works fine for it. Try adding an !important declaration to the rule, so it looks as follows:

    .mphb_widget_search-check-in-date label, .mphb_widget_search-check-out-date label {
    	display: none !important;
    }

    Regards,
    Andre

    in reply to: Hide certain Accommodation Type from appearing in search #1183076

    Hello Kerry,

    You may simply set the accommodation type in question visibility to “Private” in your dashboard, so only administrator or other logged in users could see that accommodation type: https://prnt.sc/1rp01jt. This will allow an administrator to book that accommodation type without guests being able to view it on the website.

    Regards,
    Andre

    in reply to: No accommodation ids in elementor #1183071

    Hello Raphael,

    The ID field should always be empty, you need to insert the corresponding accommodation type ID there, so the valid calendar or accommodation type is displayed. You may find the ID by hovering the accommodation type in question under Accommodation ->Accommodation Types.
    If you would like the ID’s to be fetched automatically, you will need the Elementor Pro to create a separate template and apply it to accommodation type pages.

    Regards,
    Andre

    in reply to: Change the font by default for the titles #1183068

    Hello Pascal,

    Unfortunately, there is no option to change titles font other than via custom CSS by default. You may also try doing it via extra plugins, the following article might be useful to you: https://wpengine.com/resources/change-wordpress-font/.

    Regards,
    Andre

    in reply to: Very high cpu usage, sync calls every second #1183067

    Hello Gundula,

    Thank you for your detailed feedback, it is very much appreciated.
    We have already passed the request to our developers regarding this matter and are currently collecting feedback from our users. We might consider adjusting the automatic logs removal in plugin future updates in order to prevent database from sync logs overload.
    Once there is any information regarding this matter, I will immediately let you know.

    Regards,
    Andre

    in reply to: Seasons variable prices are not working #1183051

    Hello there,

    Have you already managed to resolve the issue? Thank you for letting us know, it is much appreciated.

    Regards,
    Andre

    Hello Dave,

    Thank you for your question, it is much appreciated. Currently there indeed no option to separate the reservation received page for the paid deposit and remaining balance due. I have passed your concerns to our developers for further consideration. Once there are any updates regarding this matter, I will immediately let you know.
    Anyone else, who also needs this option feel free to let us know by commenting below.

    Regards,
    Andre

    Hello Tommy,

    Unfortunately, there is currently no such option in the Payment Request plugin. We do have such a feature request and are currently collecting feedback from our users. In case there are more requests regarding this matter, we might consider implementing such an option in one of the plugin future updates.

    Regards,
    Andre

    in reply to: The spinner at the bottom of the booking page keeps spinning #1183015

    Hello Tommy,

    The issue is already taken care of in ticket #42120, kindly refer to replies in that ticket.

    Regards,
    Andre

    Hello there,

    The conversation was made private because I have received a private reply from one of the users, so I had to respond in private message as well.
    Have you updated the Hotel Booking plugin to the latest version (v. 3.9.12)? It is required along with the Payment request update to have it functioning properly. I have just checked automatic notification sent by Payment Request with Payment Request v. 1.1.7 and Hotel Booking 3.9.12 and all the tags were replaced: https://prnt.sc/1rorvfo.
    As for sending notifications to imported bookings, this is the first time such kind of issue is reported, I will gladly take a closer look at the issues you are facing if you submit a request to our Help Desk providing temporary access to your WordPress dashboard.

    Regards,
    Andre

    in reply to: Two Accessibility Issues #1182998

    Hello Manos,

    I have passed your suggestions for further investigation to our developers. Once there are any updates from them regarding this matter, I will immediately let you know.

    Regards,
    Andre

    in reply to: Error message when payment request sent #1181029

    Hello everybody,

    I am extremely sorry for the delayed response and inconvenience.
    We have been investigating issues caused by recent updates during passed days and it seems like one fix causes issues with other plugin functions indeed. We were definitely able to replicate the issue with Stripe payments and have already passed it to our developers. We will do our best to find a solution that will not interfere with other plugin functions and release new stable version update shortly.
    Thank you all in advance for understanding.

    Regards,
    Andre

    in reply to: How could I set up daily rates for my hotel? #1180546

    Hello Hugo,

    As I can see your request has been taken care of in ticket #41870, kindly reply back in the ticket in case there are further concerns.

    Regards,
    Andre

    in reply to: How to add custom icons to custom attributes fields #1180539

    Hello Giovanni,

    You will need to add several custom CSS rules under Appearance ->Customize ->Additional CSS, e.g.:

    .mphb-single-room-type-attributes li.mphb-room-type-categories::before, .mphb-loop-room-type-attributes li.mphb-room-type-categories::before, .loop-room-short-attributes li.mphb-room-type-categories::before {
    	content: "\f236";
    }

    Where mphb-room-type-categories is the “categories” class and \f236 is the Font Awesome 5 Free icon snippet. Feel free to replace the class with other elements classes and the icon code to the one you need from the following list: https://fontawesome.com/v5.15/icons?d=gallery&p=2&m=free.

    Regards,
    Andre

Viewing 15 posts - 301 through 315 (of 1,932 total)