Forum Replies Created
- AuthorPosts
Andre Flores
ModeratorHello there,
We are still collecting a feedback from our users regarding this feature. I have added your up-vote to it as well, once there is any information we will immediately let you know.
Regards,
AndreFebruary 22, 2021 at 1:53 am in reply to: Not able to delete default information on accomodation type pages #1078160Andre Flores
ModeratorHello Rob,
You may prevent the main image from being linked to the accommodation type page by adding the following code under Appearance ->Customize ->Additional CSS:
#mphb-flexslider-gallery-1 a img { pointer-events: none; }As for the “prices start at” section the base price of the current season is usually displayed, I can see it currently says “Prices start at: ÂŁ200 for 2 nights”.
Regards,
AndreAndre Flores
ModeratorHello Georgios,
Yes, the Lazy Loading issue indeed exists and it has been already fixed in the latest Hotel Booking plugin version. Once the theme is updated, the issue will be resolved. Meanwhile you may disable lazy loading as you have indicated in your last reply, this can be also done via Disable Lazy Load plugin.
Regards,
AndreAndre Flores
ModeratorHello Maria,
You should remove the following code on lines 37-48 (lines may be slightly different):
if ( $isShowGallery && mphb_tmpl_has_room_type_gallery() ) { ?> <div class="loop-room-images-wrapper"> <?php /** * @hooked \MPHB\Views\LoopRoomTypeView::renderGallery - 10 */ do_action( 'mphb_sc_search_results_render_gallery' ); ?> </div> <?php } else if ( $isShowImage && has_post_thumbnail() ) {And add the following code instead:
if ( $isShowImage && has_post_thumbnail() ) {Make sure to back-up the the room-content.php file before performing any changes to it.
Regards,
AndreAndre Flores
ModeratorHello Georgios,
Thank you for your question.
The theme development has not been abandoned, we are planning to update our themes in future. The thing is currently our developers are all busy with other priority tasks, that is why you have not seen theme updates for a while. Nevertheless, our themes are all compatible with the latest WordPress and PHP version.Regards,
AndreAndre Flores
ModeratorHello Frank,
You are most welcome. I am glad that the issue is resolved now 🙂
It would be very much appreciated if you leave your positive feedback about the Hotel Booking plugin at: https://motopress.com/products/hotel-booking/#edd-reviews-respond.Regards,
AndreAndre Flores
ModeratorThis reply has been marked as private.Andre Flores
ModeratorHello Pavel,
There were no changes in how the Home page is edited after WordPress update, you will find detailed instructions in the documentation.
Regards,
AndreFebruary 18, 2021 at 1:48 am in reply to: Reports: line breaks problem on CSV export with textarea html fields. #1076519Andre Flores
ModeratorHello Mathieu,
Unfortunately, there is no options to do that at the moment. Are you facing display issues when opening the exported CSV file?
Regards,
AndreFebruary 18, 2021 at 1:45 am in reply to: Invoice has different prices than actual booking price #1076515Andre Flores
ModeratorHello Mathieu,
Thank you for your feedback, it is much appreciated. Our developers have already found the way to resolve the issue and the fix will be included in the nearest plugin update.
Regards,
AndreFebruary 18, 2021 at 1:43 am in reply to: Synchronization of External Calendar always in WAITING #1076513Andre Flores
ModeratorHello Luciano,
No worries at all, you will get an update regarding the issue shortly.
Regards,
AndreAndre Flores
ModeratorHello Marcin,
Thank you for clarification. I can see you have submitted a request #35620, we will handle the issue there.
Regards,
AndreAndre Flores
ModeratorHello Karl,
The newly added fields by Checkout Fields add-on are included in the confirmation e-mails in case they are filled in during checkout.
Regards,
AndreAndre Flores
ModeratorHello there,
Unfortunately, there is no such option in the Hotel Booking plugin. We do have a similar feature request and I have added you up-vote to it. Currently we are collecting a feedback from our users regarding this matter and in case there are more requests, we might consider adding this feature in one of the plugin future updates.
Regards,
AndreAndre Flores
ModeratorHello Marcin,
I have checked your website and the Checkout page works fine: https://prnt.sc/ztsoz0. Let me know if you have managed to resolve the issue already.
Regards,
Andre- AuthorPosts