Forum Replies Created
- AuthorPosts
Andre Flores
ModeratorNovember 24, 2020 at 12:05 pm in reply to: "Prices start at" not showing in some accommodations #1034457Andre Flores
ModeratorHello Barbara,
You should use a single rate but set the price according to the length of stay, check the following screenshot as an example: https://prnt.sc/vp39da.
Regards,
AndreNovember 24, 2020 at 11:40 am in reply to: Option to only have deposits for bookings that are more than 6 weeks away #1034441Andre Flores
ModeratorHello Karl,
Since the Hotel Booking is built in the theme you are using it can be updated along with the theme itself only. It usually takes our developers some time to update the theme in order to make everything work in tact. If you need the latest version now and do not want to wait for a theme update, feel free to get the Hotel Booking plugin license separately in order to receive automatic plugin updates regardless of the theme version.
Regards,
AndreNovember 24, 2020 at 11:36 am in reply to: Change Photo Gallery on property page, from grid to slideshow #1034434Andre Flores
ModeratorHello Mathijs,
I have checked your page and looks like you have already managed to make the image larger. Let me know if you need further assistance.
Regards,
AndreAndre Flores
ModeratorHello Cassie,
I have checked the page. however the form is vertically-aligned there without “is-style-horizontal-form” class added. Is it on some other page at the moment?
Regards,
AndreAndre Flores
ModeratorHello Cassie,
I would recommend that you check this article on how to manage single accommodation type pages layout.
Regards,
AndreAndre Flores
ModeratorHello Liam,
You may hide them by adding the following code under Appearance ->Customize ->Additional CSS:
.luviana-front-page-header .child-pages-nav-slider { display: none; }
Regards,
AndreAndre Flores
ModeratorHello Kevin,
First of all you will need to enable “Hide reservation forms and buttons” option under Accommodation ->Settings and add the link to some contact form to the “Text instead of reservation form while booking is disabled” field – your Guests will be able to request a booking using that form. As for the prices, you will also be able to hide them via CSS, e.g. by adding the following code under Appearance ->Customize ->Additional CSS:
.mphb-price { display: none; }
Regards,
AndreAndre Flores
ModeratorHello Wim,
Unfortunately, I was unable to replicate the issue locally, I would kindly ask that you provide a URL to the page in question in a private reply, so I take a closer look at it.
Regards,
AndreAndre Flores
ModeratorHello Zvonimir,
Thank you for sharing your code, it is much appreciated. I hope it will be helpful to other users as well.
Regards,
AndreAndre Flores
ModeratorHello Mario,
Unfortunately, currently there is no option to use other field types for the attributes in the availability search form. Changing it would require custom coding, however, if you have some sufficient knowledge in PHP, you may try copying the search-form.php file from /wp-content/plugins/motopress-hotel-booking/templates/shortcodes/search/ to /wp-content/themes/your_theme/hotel-booking/shortcodes/search/ directory and performing necessary changes on lines 118-123.
<select id="<?php echo esc_attr( 'mphb_' . $attributeName . '-' . $uniqid ); ?>" name="<?php echo esc_attr( 'mphb_attributes[' . $attributeName . ']' ); ?>"> <option value=""><?php echo mphb_attribute_default_text( $attributeName ); ?></option> <?php foreach ( $terms as $termId => $termLabel ) { ?> <option value="<?php echo esc_attr( $termId ); ?>"><?php echo esc_html( $termLabel ); ?></option> <?php } ?> </select>
If somebody has had an experience of changing the attributes field type, feel free to share it by commenting below.
Regards,
AndreAndre Flores
ModeratorHello Maria,
I would kindly ask that you submit a request to our Help Desk regarding this matter, so we take a closer look at it.
Regards,
AndreAndre Flores
ModeratorHello Karl,
If images are there in the back-end but not displayed on accommodation type pages, kindly submit your request to our Help Desk providing temporary access to WordPress dashboard, so we take a closer look at the issue.
Regards,
AndreAndre Flores
ModeratorHello Quinton,
There is no tutorial, unfortunately, however, you will find the list of required system pages below:
Search Results Page with [mphb_search_results] shortcode inside
Checkout Page (Booking Confirmation) with [mphb_checkout] shortcode
Booking Confirmed page with [mphb_booking_confirmation] shortcode
Terms & Conditions (optional)All the pages must be selected next to corresponding options under Accommodation ->Settings tab once created.
Regards,
AndreAndre Flores
ModeratorHello Karen,
You may add the following code under Appearance ->Customize ->Additional CSS:
.mphb-price-breakdown-dates, .mphb-price-breakdown-date, .mphb-price-breakdown-dates-subtotal { display: none; }
Regards,
Andre- AuthorPosts