Andre Flores

Forum Replies Created

Viewing 15 posts - 1,336 through 1,350 (of 1,926 total)
  • Author
    Posts
  • in reply to: hide / Per Day / Per Guest in service #1032218
    Andre Flores
    Moderator

    Hello Maria,

    Unfortunately, there is no option to achieve this without custom coding. The function for displaying that part of services in located in the service.php file under /wp-content/plugins/motopress-hotel-booking/includes/entites/ directory.

    Regards,
    Andre

    in reply to: Availability Calendar Colour #1032200
    Andre Flores
    Moderator

    Hello Zvonimir,

    You may perform changes to the availability calendar via custom CSS, e.g. add the following code under Appearance ->Customize ->Additional CSS:

    .single-room-calendar-wrapper .mphb-calendar .datepick-month {
    	width: 300px !important;
    }

    Change 300px to any desired value to make months bigger.

    Regards,
    Andre

    in reply to: how to change the calendar style #1032199
    Andre Flores
    Moderator

    Hello Zvonimir,

    You may perform changes to the availability calendar via custom CSS, e.g. add the following code under Appearance ->Customize ->Additional CSS:

    .single-room-calendar-wrapper .mphb-calendar .datepick-month {
    	width: 300px !important;
    }

    Change 300px to any desired value to make months bigger.

    Regards,
    Andre

    in reply to: Availability calendar – How to enlarge it? #1032198
    Andre Flores
    Moderator

    Hello Zvonimir,

    You may perform changes to the availability calendar via custom CSS, e.g. add the following code under Appearance ->Customize ->Additional CSS:

    .single-room-calendar-wrapper .mphb-calendar .datepick-month {
    	width: 300px !important;
    }

    Change 300px to any desired value to make months bigger.

    Regards,
    Andre

    in reply to: css in child theme #1032197
    Andre Flores
    Moderator

    Hello Maria,

    We usually recommend adding styles to Additional CSS section under Appearance ->Customize tab, simply because it is easier and changes will not be lost after the plugin/theme updates. You may try the solution provided in this thread on how to override plugin styles in your child theme.

    Regards,
    Andre

    in reply to: mphb_calendar #1032196
    Andre Flores
    Moderator

    Hello Jose,

    Unfortunately, there is no such option in the plugin at the moment, as adding it would require some custom development. Unfortunately, our developers are currently busy with other priority tasks, therefore it is not likely they will be able to provide a solution somewhere soon.
    Nice suggestion though, we will keep it in mind for now!

    Regards,
    Andre

    in reply to: Cancellation confirmation #1032195
    Andre Flores
    Moderator

    Hello Riccardo and Maria,

    Thanks for your up-votes, they both have been counted.

    Regards,
    Andre

    in reply to: Fee set as percentage #1032193
    Andre Flores
    Moderator

    Hello there,

    Thank you for your up-vote, it has been counted!
    So far this feature request is not quite popular and there are requests which are of more demand among our users. We are doing our best to implement features that are most wanted by our users first, unfortunately, this feature request is not in the list of most popular requests at the moment.

    Regards,
    Andre

    in reply to: Multilingual and Hotel Booking #1032191
    Andre Flores
    Moderator

    Hello Dominique,
    Please note that the Hotel Booking plugin is not 100%-compatible with the Polylang, there are some essential issues, therefore, we only recommend using WPML in order to be able to achieve what you need.
    So far, there were no reports of any issues from users with WPML plugin.

    Regards,
    Andre

    in reply to: Polylang support #1032190
    Andre Flores
    Moderator

    Hello Dominique,

    As it was mentioned by J. Davis previously, the Hotel Booking plugin is not 100%-compatible with the Polylang, there are some essential issues, therefore, we only recommend using WPML in order to be able to achieve what you need.

    Regards,
    Andre

    in reply to: Change order of elements on the single details page #1032188
    Andre Flores
    Moderator

    Hello Paul,

    Unfortunately, there is no developer documentation regarding this matter yet, however, we do have a feature request passed to our developers already and in case there are more similar requests they will consider creating one.
    You should take a look at the part in the previously provided article, where it says: “An example of how to re-locate the Featured Gallery under the Attributes…”, you will also find the list of all the elements of the single accommodation type page above.
    Please note that not all the elements are available within Hotel Booking modules in page builder, therefore they can be edited/removed/relocated only by overriding PHP functions per the article directions.

    Regards,
    Andre

    in reply to: Use Payment Request Only when Editing Booking? #1032181
    Andre Flores
    Moderator

    Hello Thomas,

    You are most welcome, I am glad the plugin suits your Client’s needs.
    It would be much appreciated if you leave your positive feedback about the plugin at: https://motopress.com/products/hotel-booking-payment-request/#edd-reviews-respond once it is purchased and used.

    Regards,
    Andre

    in reply to: Add accommodation name (not type) to notifier email #1032180
    Andre Flores
    Moderator

    Hello Thomas,

    Thank you for sharing your solution, it is much appreciated. Unfortunately, our developers were and are currently all busy with other priority tasks, therefore no solution was provided to your request.
    As for the solution you have got, it is not recommended to perform changes directly to the plugin file, since they may be lost after the next plugin update. All the changes must be overwritten in your child theme files.

    Regards,
    Andre

    in reply to: Header image is missing #1032175
    Andre Flores
    Moderator

    Hello Karl,

    The header image on other pages is displayed from the post featured image, if you do not have the featured image set up then no background image will be displayed in the header. You may also add different header image to your posts in other way, however, it will require custom CSS adding, e.g.:

    .postid-2947 .site-header-wrapper {
    	background-image: url("YOUR_IMAGE_URL_GOES_HERE");
    }

    Where 2947 is the post page ID and YOUR_IMAGE_URL_GOES_HERE is the full URL to the image in your media library.

    Regards,
    Andre

    in reply to: Use Payment Request Only when Editing Booking? #1029303
    Andre Flores
    Moderator

    Hello Thomas,

    Yes, you may use the Payment Request add-on to send out payment links to your Guests with existing bookings. Once you edit the booking and the total amount is changed, you may send the link to pay the remaining balance due to Guest’s e-mail.
    If you do not want to use Payment Request for new bookings you should simply disable the Automatic Emails option under Accommodation ->Settings ->Extensions ->Payment Request tab and use “Send Payment Request” button for desired bookings only: https://prnt.sc/vign36.

    Regards,
    Andre

Viewing 15 posts - 1,336 through 1,350 (of 1,926 total)