Andre Flores

Forum Replies Created

Viewing 15 posts - 1,771 through 1,785 (of 1,911 total)
  • Author
    Posts
  • in reply to: Luviana general questions #961109
    Andre Flores
    Moderator

    Hi, Prenesh!

    Unfortunately, no screenshots were provided in your post.

    1). The automatic seasons extension or their duplicating is currently unavailable within default Hotel Booking functionality. However, we do have such a feature request, in case there are more requests from other users regarding this matter, we will consider adding it to one of plugin future updates.

    2). Prices can be controlled via Rates only, there is no option to do that in other way so far.

    3). I would recommend using availability calendar shortcode, so your Guests could see dates, available for specific accommodation type, e.g.:

    [mphb_availability_calendar id="999" monthstoshow="2,3"]

    You may use the shortcode on search results page to show availability calendar for a single or several accommodations there.

    4). Currently there is no automatic calculation available within Rates, you will need to set prices for different variations of children/adults manually.

    5). You may create several seasons and configure different rates for them. For example, you may have one Main season, and two mid-seasons – Jan-Feb and Aug-Dec. What you should make sure to do is to place the mid-season rates above the main season, so they get higher priority: https://prnt.sc/sriikh.

    Please note, that Hotel Booking plugin, built in the theme, is updated along with the theme only. It takes some time for our developers to update the theme, therefore, the plugin update in the theme may also take some time. You may always get the plugin license separately in order to receive its updates regardless of the theme version.

    As for image scaling issue, kindly submit a request to our Help Desk, so we take a closer look at it.

    Regards,
    Andre

    Andre Flores
    Moderator

    Hello, Sash!

    Thank you for your request, we will take it into account. If there are more similar requests from other users, we will consider adding this feature in future.

    Regards,
    Andre

    in reply to: Search results issue #961101
    Andre Flores
    Moderator

    Hi, Gabriel!

    You are always welcome!

    Regards,
    Andre

    in reply to: Search results issue #960233
    Andre Flores
    Moderator

    Hi, Gabriel!

    You should make sure to create physical accommodations for each accommodation type, configure seasons and rates – this will make your lodging available in availability search. Check this article for more details.

    Regards,
    Andre

    Andre Flores
    Moderator

    Hi, Maryam!

    In case you have blocked certain accommodation, the accommodation type will still be available in availability search, since there may be other accommodations assigned to it: https://prnt.sc/spuqkg. If this is not the case and you have only one accommodation assigned to the accommodation type, you should make sure you are using [mphb_availability id="777"] shortcode, and not the [mphb_availability_search], since the latter one checks availability for all the accommodation types you have, not specific accommodation type.

    Regards,
    Andre

    Andre Flores
    Moderator

    Hi, Jan!

    You are most welcome. In case there are more similar requests from other users, we will definitely consider adding this feature in one of plugin future updates.

    Regards,
    Andre

    Andre Flores
    Moderator

    Hello, Fred!

    You may hide all the pages titles if needed by using the following code:

    .site .site-wrapper .site-header .site-header-wrapper {
    	display: none;
    }

    If you would like to get rid of the header on specific pages, you may use the previous code, provided by J.Davis, replacing .home with the desired page ID. You may get the page ID using your browser “Inspect Element (F12)” feature, e.g.: https://prnt.sc/sp8dyg.

    .page-id-180 .site-header-wrapper {
    	display: none;
    }

    Regards,
    Andre

    Andre Flores
    Moderator

    Hello, Jan!

    Unfortunately, there is no option to separate search results by pages by default, however, you may use any additional plugin to do that, e.g. Load More Anything plugin – it allows to set any element class/ID, where the load more button should appear. You will be able to allow your Guests to load more results, once they reach the last (10th) accommodation type if needed: https://prnt.sc/sp86wb.
    As for search results page layout, you may check this article on how to make accommodation types displayed in several columns.

    Regards,
    Andre

    Andre Flores
    Moderator

    Hi, Tilman!

    Custom CSS added under Appearance ->Customize ->Additional CSS will not be lost after any plugin/theme update, no worries at all.
    As for Loco Translate changes, you should make sure to store translations in directories, other than the plugin/theme directory. You may easily check it by navigating to Loco Translate ->Plugins ->Hotel Booking – open desired language and click “Relocate” tab – you will see, where your language files are stored, make sure they are either under /languages/plugins/ or /languages/loco/plugins/ directory.
    Overall, if you are planning to perform any changes to theme/plugin code, it is recommended to override the original code by using child theme, not directly in plugins files.

    Regards,
    Andre

    Andre Flores
    Moderator

    Hi, Tilman!

    You are welcome!

    Regards,
    Andre

    Andre Flores
    Moderator

    Hi, Tilman!

    1). That is correct, I was referring to the shortcode, which is usually inserted to the page content. However, you may add it to the widget as well. Simply add the “Text” widget to any desired widget area and insert the shortcode into it: https://prnt.sc/sol3pr.

    2). It would require some custom CSS coding, you may check an example here.
    Feel free to submit a request to our Help Desk for further assistance.

    Regards,
    Andre

    Andre Flores
    Moderator

    Hi, Tilman!

    1). You may find out any element class/ID by using Inspect Element feature in your browser: https://prnt.sc/sokt0m.

    2). If you would like to hide titles in the Special Offers widget, you may add the following code under Appearance ->Customize ->Additional CSS:

    .mphb-widget-room-type-attributes .mphb-attribute-title {
    	display: none;
    }

    This is how it will look like: https://prnt.sc/sokulq.

    3). The availability search and its results do not affect the Special Offers widget, you select accommodation types you would like to be displayed in the widget in widget settings. If your offers are time-limited, you will need to disable/add accommodation types manually.

    4). Since the widget is not affected by the search results, the “Book” button leads to accommodation details page, where your Guests could check the availability and other required details. If you think the button text may confuse your Guests, you may change its title by editing the widget PHP code. Look for the line 210 of room-content.php file under /wp-content/plugins/motopress-hotel-booking/templates/widgets/rooms/ directory:

    <?php mphb_tmpl_the_loop_room_type_book_button_form(); ?>

    Replace it with the following:

    <?php mphb_tmpl_the_loop_room_type_view_details_button(); ?>

    Please note, that this is a temporary solution, since changes may be reverted after the plugin update.

    Regards,
    Andre

    in reply to: Changing Sidebar width ? #959158
    Andre Flores
    Moderator

    Hi, Luis!

    You are most welcome!

    Regards,
    Andre

    Andre Flores
    Moderator

    Hello, Tilman!

    1). You may display specific services using [mphb_services] shortcode, by adding desired services ID’s, e.g.:

    [mphb_services ids="1,2,3"]

    Where 1,2,3 are the ID’s of services you would like to be displayed.
    You may set featured image for each of the service, so they look nicer on the page.

    2). As for the Checkout page, you may add icons next to each service via custom CSS coding.

    Regards,
    Andre

    in reply to: Reset of Loco Translation Changes? #958710
    Andre Flores
    Moderator

    Hi, Tilman!

    You are always welcome. I am glad you were able to get to the bottom of the issue and have it resolved!

    Best regards,
    Andre

Viewing 15 posts - 1,771 through 1,785 (of 1,911 total)