Forum Replies Created
- AuthorPosts
- March 5, 2021 at 12:44 am in reply to: Discount does NOT appear in the reservation summary or in the customer’s invoice #1084896
Andre Flores
ModeratorHello Jose,
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, as it appears to be quite unique.
Regards,
AndreAndre Flores
ModeratorHello there,
1. In order to edit the Search Results page, you should copy the room-content.php file from /wp-content/plugins/motopress-hotel-booking/templates/shortcodes/search-results/ directory to /wp-content/themes/active-theme-folder/hotel-booking/shortcodes/search-results/ directory (make sure to create exactly the same path in case it does not exist on your server). Once it is done, open the copied room-content.php file for editing and perform desired changes.
2. As an easy option you may add two rates to the same accommodation type and hide the one you do not need via CSSRegards,
AndreAndre Flores
ModeratorHello Jose,
Do you mean you need the stick up menu? If so, you may achieve this with the help of third-party plugins, e.g. myStickymenu.
Regards,
AndreMarch 4, 2021 at 1:02 am in reply to: What is the best plugin to translate the AlpenHouse + Booking plugins? #1084188Andre Flores
ModeratorHello Jose,
If you have a single language on your website, then you may use any plugin, e.g. Loco Translate, WPML etc. If you have a multilingual website, it is recommended to only use WPML, as it is 100%-compatible with our products.
Regards,
AndreMarch 4, 2021 at 12:59 am in reply to: I need to hide Alpenhouse video header for the mobile homepage #1084187Andre Flores
ModeratorHello Jose,
There is no option in settings to hide the video on mobile devices, however, you may try doing it via CSS – add the following code under Appearance ->Customize ->Additional CSS:
@media (max-width: 767px) { .site-header-wrapper.full-height.video-bg { display: none; }}Regards,
AndreAndre Flores
ModeratorHello Fenton,
I have added your up-vote to the feature request, thank you!
Regards,
AndreAndre Flores
ModeratorThis reply has been marked as private.March 3, 2021 at 11:38 pm in reply to: Feature request: Shading or Different Colors for Imported Bookings #1084153Andre Flores
ModeratorHello Joshua,
I have added your up-vote to the feature request, thank you!
Regards,
AndreAndre Flores
ModeratorHello there,
Unfortunately, there is no such possibility in the plugin. Rates are displayed on the accommodation types listing and single accommodation type pages by default, as well as on the Search Results page. If there are no rates configured for the accommodation type in question, then no price will be displayed next to it.
Regards,
AndreAndre Flores
ModeratorYou are welcome.
Regards,
AndreAndre Flores
ModeratorHello Carl,
I have consulted with our developers and they informed me that the theme update should be released shortly, so you will be able to take an advantage of the latest Hotel Booking plugin version soon.
Regards,
AndreAndre Flores
ModeratorThis reply has been marked as private.Andre Flores
ModeratorThis reply has been marked as private.March 2, 2021 at 3:26 am in reply to: Disable or change the icons from details in acommodation page #1083044Andre Flores
ModeratorHello Maria,
Icons are added via CSS as Font Awesome 5 Free icons library. For example, add the following code under Appearance ->Customize ->Additional CSS:
.mphb-single-room-type-attributes li.mphb-room-type-adults-capacity::before, .mphb-loop-room-type-attributes li.mphb-room-type-adults-capacity::before, .loop-room-short-attributes li.mphb-room-type-adults-capacity::before { content: "\f500"; }Replace \f500 with any desired icon from the same library in order to change the icon for capacity.
You will find icons list here.
You may find out the code for each icon using Developer’s Tool console in your browser: https://prnt.sc/10b8xi1.Regards,
AndreAndre Flores
ModeratorHello Charlotte,
I would recommend that you submit a request to our Help Desk providing your website URL and temporary access to WordPress dashboard, so we take a closer look at the issue.
Regards,
Andre - AuthorPosts