Forum Replies Created
- AuthorPosts
Andre Flores
ModeratorHello David,
Thank you for the information, it is much appreciated.
The issue is we allow synchronization with any external calendar that supports iCal. I believe Agoda has direct integration with their partners and do not allow synchronization with external calendars outside of their partners list. MotoPress does not have direct integration or specific partners, so I am afraid there is not much we can do from our end. If Agoda are able to provide .ics links for their calendars, we will be able to provide ours to them, so the synchronization is performed.Regards,
AndreAndre Flores
ModeratorHello Carla,
Please note that the plugin was not created by MotoPress, so we can not guarantee its compatibility with the Hotel Booking. Unfortunately, we can not advise on any other plugin to use, you may try to look for similar plugins for WooCommerce, however, they can be used on your own risk only.
Thank you for comprehension.Regards,
AndreAndre Flores
ModeratorYou are most welcome, I am glad it worked for you 🙂
Regards,
AndreOctober 21, 2021 at 9:02 am in reply to: In the search results list the bed type and amenities get out of space #1203226Andre Flores
ModeratorHello Felizia,
The issue is taken care of in our Help Desk, kindly refer to replies in the ticket.
Regards,
AndreAndre Flores
ModeratorHello there,
Please note that there are no global issues with synchronization, each case appears to be a unique one. If you face issues with synchronization, kindly submit a request to our Help Desk, so I take a closer look at the issue.
Regards,
AndreOctober 21, 2021 at 7:02 am in reply to: I have a problem with reservations spread over 2 seasons #1203158Andre Flores
ModeratorThis reply has been marked as private.Andre Flores
ModeratorHello Felizia,
There is no option by default to achieve this, however, as an option you may add it a shortcode. Add the following code to your child theme functions.php file:
function mphb_property_gallery_shortcode() { if ( is_singular( 'mphb_room_type' ) ) { if ( mphb_tmpl_has_room_type_gallery() ) : do_action( 'mphb_render_loop_room_type_before_gallery' ); mphb_tmpl_the_room_type_flexslider_gallery(); do_action( 'mphb_render_loop_room_type_after_gallery' ); endif; } } add_shortcode('mphb_property_gallery', 'mphb_property_gallery_shortcode');After that add the following shortcode right before the accommodation type description:
[mphb_property_gallery]
Regards,
AndreAndre Flores
ModeratorHello Tarek,
Kindly provide me with the URL to the example page and some screenshots of the area you are referring to, I will take a closer look at the issue.
Regards,
AndreAndre Flores
ModeratorHello Felizia,
I have checked it on my local installation and was unable to replicate the issue. I have added custom CSS to your back-end to hide the button for now, it should work fine.
Regards,
AndreAndre Flores
ModeratorHello Maurice,
It is hard to say what may cause the issue. Kindly provide me with your website URL and temporary access to WordPress dashboard in a private reply, so I take a closer look at it.
Regards,
AndreAndre Flores
ModeratorHello Fiona,
You should make sure to create the Payment Request page with [mphb_payment_request_checkout] shortcode inside and assign it to corresponding option under Accommodation ->Settings ->Extensions ->Payment Request tab.
Also check so you have a Checkout page with [mphb_checkout] shortcode created and assigned to corresponding option under Accommodation ->Settings ->General tab.
If the issue persists, get back to me with your website URL and temporary access to WordPress dashboard in a private reply, so I take a closer look at it.Regards,
AndreAndre Flores
ModeratorYou are welcome!
Andre Flores
ModeratorHello Albertus,
Could you kindly provide me with your website URL and temporary access to WordPress dashboard in a private reply, so I take a closer look at the issue? We have not received any complaints from other users regarding incorrect prices calculation for different number of guests so far.
Regards,
AndreAndre Flores
ModeratorHello Raphael,
Unfortunately, the HTML is currently not rendered in fields by the Checkout Fields add-on. We do have a feature request to implement this feature and are currently collecting feedback from our users. In case there are more similar requests from them, we might consider adding such an option in one of the plugin future updates.
Regards,
AndreAndre Flores
ModeratorHello Felizia,
You may change that logo by highlighting the section in Getwid and replacing the background image in the Style tab as described in the following screenshot: https://prnt.sc/1w8in1f.
Regards,
Andre- AuthorPosts