Andre Flores

Forum Replies Created

Viewing 15 posts - 931 through 945 (of 1,936 total)
  • Author
    Posts
  • in reply to: Featured image and gallery images #1087917

    Hello Jonas,

    In order to get rid of the gallery on Search Results page copy the room-content.php file from /wp-content/plugins/motopress-hotel-booking/templates/shortcodes/search-results/ directory to /wp-content/themes/twenty-seventeen/hotel-booking/shortcodes/search-results/ directory.
    Once the file is copied open it for editing and locate the following code approximately on lines 37-48:

    if ( $isShowGallery && mphb_tmpl_has_room_type_gallery() ) {
    				?>
                    <div class="loop-room-images-wrapper">
    					<?php
    					/**
    					 * @hooked \MPHB\Views\LoopRoomTypeView::renderGallery - 10
    					 */
    					do_action( 'mphb_sc_search_results_render_gallery' );
    					?>
                    </div>
    				<?php
    			} else if ( $isShowImage && has_post_thumbnail() ) {

    Replace it with the following:

    if ( $isShowImage && has_post_thumbnail() ) {

    As for the single accommodation type pages, you may find detailed directions on how to override its content in this article.

    Regards,
    Andre

    in reply to: Passing id from search results short code #1086823

    Hello Fenton,

    If you are referring to the Search Results page specifically, then you may have an additional information displayed there by adding parameters to the [mphb_search_results] shortcode. You may find the list of available parameters under Accommodation ->Shortcodes: https://prnt.sc/10gtuyz.

    Regards,
    Andre

    in reply to: Hotel Booking Plugin Styling and Avada theme #1086807

    Hello Fenton,

    You may find some directions on how to change the Booking plugin button styling in this article.
    Fore more styles changing tips I would recommend submitting a request to our Help Desk.

    Regards,
    Andre

    Hello Jose,

    Thank you for letting me know, I am glad that you have managed to resolve the issue.

    Regards,
    Andre

    in reply to: Display description of amenities #1086791

    Hello Jonas,

    Do you mean right below the amenity on the same page? Such changes would require plugin custom development. For now by default the amenity link opens the page with all the accommodation types, which have the same amenity applied to. The title and description is displayed at the top of the page as for any other standard WordPress post type, as the Amenities itself appears to be a custom post type.

    Regards,
    Andre

    Hello Jose,

    Thank you for letting us know, I am glad that the issue has been resolved.
    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 Blake,

    By default the Notifier add-on sends notifications X days and XX hours before the check-in/check-out date. In your case it is 1 day and XX hours, which equal to 12 hours. This is why notifications may be sent earlier than expected.
    The timezone does not affect the notifications sending time and unfortunately there is no option to set notifications to be sent some hours before/after the check-in/check-out date.

    Regards,
    Andre

    in reply to: Change booked Room #1086767

    Hello Georgios,

    Our developers have informed us that they are planning to update the theme in the nearest future, so the update should be released soon.
    If you want to get the updated plugin version just now, kindly submit your request for a coupon code to our Help Desk.

    Regards,
    Andre

    in reply to: Translations in one location #1086761

    Hello there,

    The standard WordPress structure for language files overrides works fine, you should make sure override files are named properly.
    Try using Loco Translate plugin, which automatically places language files to desired location, including /wp-content/languages/plugins/ directory. This will make override files created automatically with correct names, so you could perform further changes to them either manually or via the plugin.

    Regards,
    Andre

    Hello Jose,

    You are always welcome 🙂
    It would be very much appreciated if you leave your positive feedback about the Alpenhouse theme at: https://motopress.com/products/alpenhouse/#edd-reviews-respond.

    Thank you in advance!

    Regards,
    Andre

    Hello 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,
    Andre

    in reply to: Show Availables Rates on Search Results page #1084893

    Hello 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 CSS

    Regards,
    Andre

    in reply to: Is it possible to fix the AlpenHouse main menu? #1084195

    Hello 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,
    Andre

    Hello 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,
    Andre

    Hello 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,
    Andre

Viewing 15 posts - 931 through 945 (of 1,936 total)