Andre Flores

Forum Replies Created

Viewing 15 posts - 841 through 855 (of 1,941 total)
  • Author
    Posts
  • in reply to: Price at Choose rate different than normal #1097270

    Hello Georgios,

    This is how the plugin functions by default. Unless the number of guests is selected, the valid price can not be calculated by the plugin, therefore it requires the parameter to rely on, which is the maximum number of guests in this case.
    Once the desired number of guests is selected, the guest will see valid price.

    Regards,
    Andre

    in reply to: PayPal account optional in paypal but it doesnt work #1097269

    Hello Zlatan,

    You should make sure your have a Business PayPal account, otherwise the option to use credit card for not registered users will not be available during checkout.

    Regards,
    Andre

    in reply to: Featured image and gallery images #1097265

    Hello Jonas,

    You are most welcome.
    It would be very much appreciated of 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

    Hello Carla,

    The tab from the screenshot is available for Payment Request plugin only, it is not available in the Hotel Booking by default. Since you have commented the topic created under Payment Request plugin I have suggested that you have got the plugin as well.

    Regards,
    Andre

    in reply to: Setting up Hotel Booking for the first time #1097260

    Hello Kevin,

    You should make sure to enable the “Confirmation upon payment” mode under Accommodation ->Settings tab – only this confirmation mode allows to use online payments during booking process.

    Regards,
    Andre

    in reply to: Payment mismatch #1097257

    Hello Safrane,

    I have tested it locally and was unable to replicate the issue this time. It looks like the issue was something else and let’s hope it will not occur again.

    Regards,
    Andre

    in reply to: Is there a way to bulk import rates? #1097245

    Hello there,

    Thank you for your up-vote, it has been counted as well.

    Regards,
    Andre

    Hello Lucía,

    Thank you for your up-vote, it has been counted.

    Regards,
    Andre

    in reply to: How to change labels? #1097236

    Hello Jennifer,

    You may change labels to desired ones via Loco Translate plugin. Check this article with an example on how to do that.

    Regards,
    Andre

    in reply to: Change layout in search results #1097230

    Hello David,

    You will need to perform changes in PHP in order to change the layout of the Search Results page. You may find some directions on how to do that in this article.

    Regards,
    Andre

    Hello Lucia,

    You are most welcome! 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,
    Andre

    Hello Lucía,

    In order to resolve the issue with missing check-in/check-out time you should navigate to Settings ->General in your WordPress dashboard and make sure the date format is configured there, otherwise time will not be displayed.
    Are you referring to fields on the Checkout page? If so, add the following code under Appearance ->Customize ->Additional CSS:

    #mphb-customer-details label {
    	margin-bottom: 10px;
    }

    Feel free to change the 10px value to increase/decrease the spacing between field title and the field itself.

    Regards,
    Andre

    in reply to: How to edit page title text font #1095702

    Hello Shaun,

    You are most welcome, I am glad I could help.
    As for the WooCommerce issue, I am afraid this is not something that is related to the Campterra theme or Hotel Booking plugin functionality, I would strongly recommend to contact WooCommerce support directly regarding this matter.

    Regards,
    Andre

    in reply to: Display Single Accommodation Type Book button #1095699

    Hello Carla,

    In order to get rid of the gallery add the following code to your theme functions.php file:

    remove_action( 'mphb_render_single_room_type_metas', array( '\MPHB\Views\SingleRoomTypeView','renderGallery' ), 10 );

    If you need to remove the title and the featured image as well, add the following code under Appearance ->Customize ->Additional CSS:

    .single-mphb_room_type .post-thumbnail.mphb-single-room-type-post-thumbnail {
    	display: none;
    }
    .single-mphb_room_type .mphb-room-type-title.entry-title {
    	display: none;
    }

    Regards,
    Andre

    in reply to: How to disable excerpt text shown below page title? #1095696
    This reply has been marked as private.
Viewing 15 posts - 841 through 855 (of 1,941 total)