Forum Replies Created
- AuthorPosts
Andre Flores
ModeratorHello Maciej,
I was unable to replicate any issues editing Aquentro locally: https://prnt.sc/10iqhes. Kindly submit a request to our Help Desk, so we take a closer look at the issue.
Regards,
AndreAndre Flores
ModeratorHello George,
Both Loco and WPML should form fine for translating Appointment Booking plugin. However, we are still improving translations in the plugin, so it should work better in the next plugin releases.
Regards,
AndreAndre Flores
ModeratorHello Francesco,
You may add a space before m² in language files. Simply translate “m²” to ” m²” (with a space before the m), so the space is added on the front-end: https://prnt.sc/10iq2aw.
As for the date and time format, it can be adjusted per your desire under Settings ->General tab of your dashboard: https://prnt.sc/10iq35m.Regards,
AndreAndre Flores
ModeratorHello Walter,
Thank you for the up-vote and your suggestions, it is much appreciated. As for the point 1, there is already an option to apply deposit to bookings made in at least X number of days prior to the check-in date. Otherwise, the full amount is charged. It is available in the Hotel Booking starting from v. 3.8.3.
Regards,
AndreMarch 10, 2021 at 11:53 pm in reply to: Multilanguage Site Ends on 502 Bad Gateway nginx Error Page #1087918Andre Flores
ModeratorHello Nicolas,
Firstly, make sure you have all the system pages translated to other languages as described in this article.
If the issue persists, contact your hosting provider as it may be the same server issue as @oGamble had.Rergards,
AndreAndre Flores
ModeratorHello Jonas,
In order to get rid of the gallery on Search Results page copy the room-content.php file from /wp-content/plugins/motopress-hotel-booking/templates/shortcodes/search-results/ directory to /wp-content/themes/twenty-seventeen/hotel-booking/shortcodes/search-results/ directory.
Once the file is copied open it for editing and locate the following code approximately on lines 37-48: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() ) {Replace it with the following:
if ( $isShowImage && has_post_thumbnail() ) {As for the single accommodation type pages, you may find detailed directions on how to override its content in this article.
Regards,
AndreAndre Flores
ModeratorHello Fenton,
If you are referring to the Search Results page specifically, then you may have an additional information displayed there by adding parameters to the [mphb_search_results] shortcode. You may find the list of available parameters under Accommodation ->Shortcodes: https://prnt.sc/10gtuyz.
Regards,
AndreAndre Flores
ModeratorMarch 9, 2021 at 12:07 am in reply to: I need to hide Alpenhouse video header for the mobile homepage #1086799Andre Flores
ModeratorHello Jose,
Thank you for letting me know, I am glad that you have managed to resolve the issue.
Regards,
AndreAndre Flores
ModeratorHello Jonas,
Do you mean right below the amenity on the same page? Such changes would require plugin custom development. For now by default the amenity link opens the page with all the accommodation types, which have the same amenity applied to. The title and description is displayed at the top of the page as for any other standard WordPress post type, as the Amenities itself appears to be a custom post type.
Regards,
AndreMarch 8, 2021 at 11:51 pm in reply to: WPML translation for emails and payment method strings is buggy #1086775Andre Flores
ModeratorHello Jose,
Thank you for letting us know, I am glad that the issue has been resolved.
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.Thank you in advance!
Regards,
AndreMarch 8, 2021 at 11:48 pm in reply to: Email sending 2 days prior even though set at 1 day prior #1086774Andre Flores
ModeratorHello Blake,
By default the Notifier add-on sends notifications X days and XX hours before the check-in/check-out date. In your case it is 1 day and XX hours, which equal to 12 hours. This is why notifications may be sent earlier than expected.
The timezone does not affect the notifications sending time and unfortunately there is no option to set notifications to be sent some hours before/after the check-in/check-out date.Regards,
AndreAndre Flores
ModeratorHello Georgios,
Our developers have informed us that they are planning to update the theme in the nearest future, so the update should be released soon.
If you want to get the updated plugin version just now, kindly submit your request for a coupon code to our Help Desk.Regards,
AndreAndre Flores
ModeratorHello there,
The standard WordPress structure for language files overrides works fine, you should make sure override files are named properly.
Try using Loco Translate plugin, which automatically places language files to desired location, including /wp-content/languages/plugins/ directory. This will make override files created automatically with correct names, so you could perform further changes to them either manually or via the plugin.Regards,
AndreMarch 5, 2021 at 12:47 am in reply to: I need to hide Alpenhouse video header for the mobile homepage #1084899Andre Flores
ModeratorHello Jose,
You are always welcome 🙂
It would be very much appreciated if you leave your positive feedback about the Alpenhouse theme at: https://motopress.com/products/alpenhouse/#edd-reviews-respond.Thank you in advance!
Regards,
Andre- AuthorPosts