Andre Flores

Forum Replies Created

Viewing 15 posts - 841 through 855 (of 1,932 total)
  • Author
    Posts
  • 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.
    in reply to: Problems with the DIVI theme and WPML #1095693

    Hello Borghetto,

    The issue most likely occurred because you have translated Accommodations. By default Accommodations are not translated, as they affect availability directly. When you translate Accommodations, they have different ID’s for different languages, thus once and accommodation is booked in one language, it will still be available in other language since its ID is different.
    Check this article to learn more how to use WPML to translate Hotel Booking plugin.

    Regards,
    Andre

    in reply to: Coupon code does not decrease the amount of deposit #1093907

    Hello Marco,

    You may add such bookings manually in your dashboard under Bookings ->All Bookings ->Add New. Alternatively, the admin may block the room for specific dates via Bookings ->Booking Rules ->Block accommodation option.

    Regards,
    Andre

    Hello Carla,

    The Deposit option works in the Hotel Booking plugin by default, there is no need to purchase the Payment Request add-on. However, by default the Deposit option suggests that your guests pay the deposit and then pay the remaining balance due on arrival. The Payment Request add-on is required only in case you would like to charge the remaining balance due via online payments X days before the guest arrival.

    Regards,
    Andre

    in reply to: Show prices with tax #1093896

    Hello Florian,

    For now we keep collecting feedback from our users, the feature has not been selected for development yet.

    Regards,
    Andre

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

    Hello Shaun,

    Sorry for misunderstanding.
    In order to edit the font of the page titles add the following code under Appearance ->Customize ->Additional CSS:

    .custom-header-wrapper .campterra-page-title {
    	font-size: 39px;
    	font-size: 2.4375rem;
    	color: #f3f3f3;
    	font-family: "Montserrat", sans-serif;
    	font-weight: 700;
    	margin-bottom: 1.25rem;
    	line-height: 1.4;
    	word-wrap: break-word;
    }

    Feel free to edit the above CSS rule parameters values to desired ones.

    Regards,
    Andre

    in reply to: No page display after confirming reservation #1093871

    Hello Fenton,

    make sure you have the Booking Confirmed page set up with the [mphb_bookibg_confirmation] shortcode in it and assigned to corresponding option under Accommodation ->Settings.

    Regards,
    Andre

    in reply to: How to disable excerpt text shown below page title? #1093869

    Hello Maurice,

    Would you like to hide the featured image on all the pages? If so, add the following code:

    #page .post-thumbnail {
    	display: none;
    }

    If not, add .page-id-275 instead of #page in the code above.

    Regards,
    Andre

    in reply to: Filter/hook to update the price #1093321

    Hello Mark,

    Your request #36710 has been already taken care of, kindly follow up on it in the ticket if needed.

    Regards,
    Andre

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

    Hello Snaun,

    As far as I understood from your comment in another topic you have already resolved the issue. Let me know if you need further assistance.

    Regards,
    Andre

Viewing 15 posts - 841 through 855 (of 1,932 total)