Andre Flores

Forum Replies Created

Viewing 15 posts - 1,441 through 1,455 (of 1,932 total)
  • Author
    Posts
  • Hello, Emanuel!

    I would recommend that you submit a request to our Help Desk providing a temporary access to WordPress dashboard and your Stripe account, so we take a closer look at the issue.

    Regards,
    Andre

    in reply to: Add days of week to dates #1018715

    Hello there,

    You are most welcome. It would be 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,
    Andre

    in reply to: Multiple languages (WPML) #1018714

    Hello, Marjolein!

    Kindly submit your request to our Help Desk providing a temporary access to WordPress dashboard, so I take a closer look at the issue.

    Regards,
    Andre

    in reply to: attributes order #1018713

    Hello, Maria!

    Thank you for clarification. It is possible to change items order by overriding existing actions and applying higher priority to them in the theme functions.php file. For example, in order to move the “View:” element to the top add the following code:

    remove_action( 'mphb_render_single_room_type_attributes', array( '\MPHB\Views\SingleRoomTypeView','renderView' ), 40 );
    
    add_action( 'mphb_render_single_room_type_attributes', array( '\MPHB\Views\SingleRoomTypeView','renderView' ), 9 );

    You may find the listing of all single accommodation type actions in /wp-content/plugins/motopress-hotel-booking/templates/single-room-type/attributes.php file.

    Regards,
    Andre

    in reply to: Rent 1, 2 or 3 rooms or all house #1018696

    Hello, Nelson!

    There is no direct functionality to achieve this in the Hotel Booking plugin, however, we do have a workaround for that. Check this article in order to learn how to be able to rent out rooms or the whole house.
    Please note that the workaround is not ideal and you will still need to control the process manually in order to make sure everything works in tact.

    Regards,
    Andre

    in reply to: Checkout brakedown price translation problem #1018693

    Hello, Mirjana!

    Such issue occurred in some previous plugin versions and was fixed in Hotel Booking v. 3.7.4 (February 20, 2020). Make sure your plugin is up to date (the latest version is 3.8.5) in order to resolve the issue.

    Regards,
    Andre

    in reply to: Aquentro child theme #1018691

    Hello, Dumitru!

    The child theme is not necessary to use, however, if you are going to perform any changes to theme files, it is strongly recommended to use the child theme in order to perform all the changes by overriding them in the child theme. This is a standard practice for WordPress themes, you may learn more about child themes in this thread.

    Regards,
    Andre

    Hello, Emanuel!

    Thank you for your feedback. Kindly submit a request to our Help Desk providing a temporary access to your WordPress dashboard, so we take a closer look at the issue.

    Regards,
    Andre

    in reply to: Multiple languages (WPML) #1017820

    Hello, Marjolein!

    The notification e-mails should be translated automatically when using different language. Try switching the dashboard to another language using language switcher in the top admin bar when editing notifications – you will be able to translate notifications text there in case it is not translated automatically.

    Regards,
    Andre

    in reply to: An error has occurred, please try again later…. #1017819

    Hello, Elisa!

    Thank you for letting me know, I am glad that the issue has been resolved 🙂
    It would be 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,
    Andre

    in reply to: Right sidebar on static pages Booklium child theme #1017818

    Hello, Joke!

    Unfortunately, there is no Sidebar widget area in the Booklium theme by default. You may set the page template to “Wider – 1350px” and use Columns block to add desired content to the right column as a sidebar: https://prnt.sc/v0ehd0 – this would be the easiest option. Otherwise you will need to crate a new widget area and a page template with that widget area included, which would require additional coding.

    Regards,
    Andre

    in reply to: Removing Margins from template #1017815

    Hello there,

    Changing margins, padding etc. requires adding custom CSS. Depending on what element exactly you need to edit you will need to add different CSS rules. I would recommend that you submit a request to our Help Desk describing in details what exactly you would like to edit (attached screenshots with examples would be appreciated).
    By the way, our team can perform minor styling changes on your website within Extended Support service.

    Regards,
    Andre

    Hello there,

    Thank you for reporting the issue. Kindly submit a request to our Help Desk providing a temporary access to your WordPress dashboard, so we take a closer look at it.

    Regards,
    Andre

    in reply to: I need to change the price format #1017810

    Hello, Martina!

    First of all, I would recommend that you refer to this article on how to set up a single property rental. As for removing the box with the number of available accommodations, add the following code under Appearance ->Customize ->Additional CSS:

    .mphb-rooms-quantity-wrapper.mphb-rooms-quantity-multiple {
    	display: none;
    }

    Regards,
    Andre

    in reply to: Apply coupons only if payment amount is more than X #1017808

    Hello there,

    Unfortunately, there is no such option in the Hotel Booking plugin, however, we do have such a feature request already and I have added your up-vote to it. In case there are more requests from other users, we will consider this feature for future plugin updates.
    Meanwhile, you may apply coupon codes manually via dashboard using Edit Booking feature for bookings with total amount 700€+.

    Regards,
    Andre

Viewing 15 posts - 1,441 through 1,455 (of 1,932 total)