Andre Flores

Forum Replies Created

Viewing 15 posts - 1,786 through 1,800 (of 1,932 total)
  • Author
    Posts
  • in reply to: hotel booking plugin updates #962622

    Hello, Ashley!

    Please note that the Hotel Booking plugin built in the theme can be updated only along with the theme itself. It usually takes our developers some time to update the theme, in order to make sure everything works in tact. In case you do not want to wait for a theme update, you may get the plugin license separately, in order to receive automatic updates in your Dashboard regardless of the theme version.

    Regards,
    Andre

    in reply to: Sidebar on accommodation pages #962620

    Hi, Talha!

    Add the following code under Appearance ->Customize ->Additional CSS:

    .page-id-876 #secondary {
    	display: none;
    }
    .page-id-876 #primary {
    	width: 100%;
    }
    .page-id-876 #main {
    	max-width: 100%;
    }
    .page-id-876 .wrapper.clear {
    	width: 100%;
    	max-width: none;
    }
    @media (min-width: 992px) {
    .page-id-876 .wrapper {
    	padding-left: 0;
    	padding-right: 0;
    }}

    This will make the Butt Lodges 2 page looking like Butt Lodges 1 page.

    Regards,
    Andre

    in reply to: Remove sidebar from accomodation type #962259

    Hi, Maria!

    You are most welcome!

    Regards,
    Andre

    in reply to: How to Add Category ID in Accommodation Types #962206

    Hi, Talha!

    You are most welcome 🙂

    Regards,
    Andre

    in reply to: Remove sidebar from accomodation type #962205

    Hello, Maria!

    I have checked our Help Desk and can see one of our experts working on your requests in ticket #27416. If you need anything else, let me know.

    Regards,
    Andre

    in reply to: Remove sidebar from accomodation type #961643

    Hi, Maria!

    It depends on what exactly you need help with. If you would like to have the Hotel Booking configured for you per your requirements, perhaps, our new “Hotel Booking Plugin Initial Configuration” service will suit you more, than Extended Support. I would recommend that you describe your requests in our Help Desk in details to get further information about what service it is better to consider in your case.

    Regards,
    Andre

    in reply to: Luviana general questions #961109

    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

    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

    Hi, Gabriel!

    You are always welcome!

    Regards,
    Andre

    in reply to: Search results issue #960233

    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

    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

    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

    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

    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

    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

Viewing 15 posts - 1,786 through 1,800 (of 1,932 total)