Forum Replies Created
- AuthorPosts
Andre Flores
ModeratorHello, 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,
AndreAndre Flores
ModeratorHi, 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,
AndreAndre Flores
ModeratorHi, Maria!
You are most welcome!
Regards,
AndreAndre Flores
ModeratorHi, Talha!
You are most welcome 🙂
Regards,
AndreAndre Flores
ModeratorHello, 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,
AndreAndre Flores
ModeratorHi, 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,
AndreAndre Flores
ModeratorHi, 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,
AndreJune 1, 2020 at 7:29 am in reply to: Feature Request: Print check-forms/rental contracts from back-end #961102Andre Flores
ModeratorHello, 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,
AndreAndre Flores
ModeratorHi, Gabriel!
You are always welcome!
Regards,
AndreAndre Flores
ModeratorHi, 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,
AndreMay 29, 2020 at 6:33 am in reply to: Availability Calendar still shows booked date as available #960229Andre Flores
ModeratorHi, 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,
AndreMay 29, 2020 at 6:24 am in reply to: Search Result / Availability List – Custom Display Options #960225Andre Flores
ModeratorHi, 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,
AndreMay 28, 2020 at 7:42 am in reply to: Is there any way to get rid of the page title/header on the home page? #959787Andre Flores
ModeratorHello, 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
.homewith 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,
AndreMay 28, 2020 at 7:34 am in reply to: Search Result / Availability List – Custom Display Options #959779Andre Flores
ModeratorHello, 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,
AndreMay 28, 2020 at 7:18 am in reply to: Search Result / Availability List – Custom Display Options #959773Andre Flores
ModeratorHi, 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- AuthorPosts