Andre Flores

Forum Replies Created

Viewing 15 posts - 211 through 225 (of 1,926 total)
  • Author
    Posts
  • in reply to: Gallery bevor the accommodation text #1203150

    Hello 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,
    Andre

    in reply to: Resize, edit or delete menu #1203102

    Hello 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,
    Andre

    in reply to: Back to top button #1200245

    Hello 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,
    Andre

    in reply to: Address not shown on invoice #1200225

    Hello 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,
    Andre

    in reply to: "Sorry, but no booking was found." #1200222

    Hello 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,
    Andre

    in reply to: [mphb_checkout] number of guests for services #1200221

    You are welcome!

    in reply to: Variable price count per person #1200220

    Hello 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,
    Andre

    in reply to: Add link to checkbox description #1200219

    Hello 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,
    Andre

    in reply to: Luviana Logo Home Page #1200218

    Hello 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

    in reply to: Search results list in columns #1200197

    You are always welcome!

    Regards,
    Andre

    in reply to: Search results room layout #1200196

    Hello Felizia,

    You are most welcome 🙂 It would be very much appreciated if you share your positive feedback about the Luviana theme at: https://motopress.com/products/luviana/#edd-reviews-respond.

    Thank you in advance!

    Regards,
    Andre

    in reply to: Syncing with Agoda #1200193

    Hello David,

    Are there any specifics on why Agoda can not be synced with the Hotel Booking? If Agoda supports iCal format, there should be no issues syncing it with any external iCal calendar, including Hotel Booking one.

    Regards,
    Andre

    Hello Nancy,

    The question has been handled in the ticket #43051, kindly continue communicating regarding this matter there.

    Regards,
    Andre

    in reply to: Guest Account Registration #1199667

    Hello Jean-Philippe,

    The feature has been selected for development, so we expect our developers to start the development and implementation process soon.
    Currently our developers are working on implementing the “user roles” feature. I will keep you updated on this matter.

    Regards,
    Andre

    in reply to: Booking ID numbers different to payment numbers #1199658

    Hello Fiona,

    This does not appear to be a WordPress issue but the way WordPress CMS functions by default. Each instance in the Hotel Booking plugin is created as a custom post type, therefore, ID’s for them are generated automatically by WordPress. And as you know you can not have two different posts/instances with the same ID in WordPress, each of them has a unique ID generated and assigned to them
    There is nothing we can do about it, unfortunately.

    Regards,
    Andre.

Viewing 15 posts - 211 through 225 (of 1,926 total)