Andre Flores

Forum Replies Created

Viewing 15 posts - 946 through 960 (of 1,941 total)
  • Author
    Posts
  • 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

    in reply to: List of filters and actions for developers? #1084179

    Hello Fenton,

    I have added your up-vote to the feature request, thank you!

    Regards,
    Andre

    in reply to: Disabling Dates on Availability Calendar #1084178
    This reply has been marked as private.

    Hello Joshua,

    I have added your up-vote to the feature request, thank you!

    Regards,
    Andre

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

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

    in reply to: Hotel Booking Plugin update #1083866

    You are welcome.

    Regards,
    Andre

    in reply to: Hotel Booking Plugin update #1083615

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

    in reply to: Calendar Availability #1083614
    This reply has been marked as private.
    in reply to: Disabling Dates on Availability Calendar #1083611
    This reply has been marked as private.

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

    in reply to: Airbnb Sync Issue #1083018

    Hello 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

Viewing 15 posts - 946 through 960 (of 1,941 total)