Forum Replies Created
- AuthorPosts
- Andre FloresModerator
Hello, Donn!
The #1046 – No database selected error means that you have not selected the actual database to import the .sql file to.
Once you are logged in your phpMyAdmin tool, you should click on the database name at the left hand side first – you will get all your website current database tables displayed on the screen – and then click “Import” tab, upload .sql file and import it. The main idea is to select the database before importing .sql file.Regards,
AndreJune 15, 2020 at 7:20 am in reply to: Search Result / Availability List – Custom Display Options #966832Andre FloresModeratorHi, Tilman!
You are always welcome.
Regards,
AndreJune 12, 2020 at 6:51 am in reply to: Search Result / Availability List – Custom Display Options #965814Andre FloresModeratorHi, Tilman!
In this case add below code as well:
.mphb_sc_search_results-wrapper .mphb-room-type-facilities { display: none !important; } .mphb_sc_search_results-wrapper .mphb-room-type-categories { display: none !important; }
This will hide categories and room type on Search Results Page.
Regards,
AndreAndre FloresModeratorHi, Talha!
You are welcome!
You may edit it under Appearance ->Menus ->Contacts menu: https://prnt.sc/sxp8o6.Regards,
AndreJune 11, 2020 at 7:06 am in reply to: Need to edit: button color, star appearance, extra space #965374Andre FloresModeratorHi, Kerry!
As far as I know you have the same request at our Help Desk, ticket #27405. You have received a reply regarding the issue there.
Regards,
AndreAndre FloresModeratorHello, Talha!
I was able to replicate the issue on specific screen resolution. In order to fix it add the following CSS code under Appearance ->Customize ->Additional CSS:
@media (min-width: 992px) and (max-width: 1469px) { .site .site-wrapper .site-footer .content-bottom-widgets { margin: 0 auto; }}
Regards,
AndreJune 11, 2020 at 6:37 am in reply to: Search Result / Availability List – Custom Display Options #965367Andre FloresModeratorHi, Tilman!
1). Got your point, you may use below code instead. The idea is to add .widget_mphb_rooms_widget class before category/amenities classes in order to have the rule applied to the sidebar widget only:
.widget_mphb_rooms_widget .mphb-room-type-facilities .facility-in-room-safe { display: none; } .widget_mphb_rooms_widget .mphb-room-type-categories { display: none; }
2). We have a similar feature request, I have added your up-vote to it as well, and in case there are more requests from other users, we will consider adding this option in one of plugin future updates.
3). There is no such feature request, however, we will keep this in mind for the future.
4). I am glad it helped.
5). Thanks for the feedback.
Regards,
AndreJune 10, 2020 at 8:59 am in reply to: Feature Request: Print check-forms/rental contracts from back-end #964916Andre FloresModeratorHello, Jason!
Thanks for your up-vote, it has been added to the initial request.
Regards,
AndreAndre FloresModeratorHello, Talha!
Does this happen on specific screen resolution? I have checked your Home page and the footer looks fine: https://prnt.sc/sx2p3u. Let me know if you have managed to resolve the issue.
Regards,
AndreJune 10, 2020 at 8:46 am in reply to: Search Result / Availability List – Custom Display Options #964901Andre FloresModeratorHello, Tilman!
1). Do you mean that by hiding parameters titles in the Accommodation Type widget you have also got them hidden on the accommodation type detailed pages? I have checked it and it was not the case on my end. Make sure you are using the following CSS rule to hide titles in widget specifically:
.mphb-widget-room-type-attributes .mphb-attribute-title { display: none; }
2). You may have available rates displayed on any page by adding [mphb_rates] shortcode, so your Guests could see available rates for specific accommodation types. Choosing among available rates before going to checkout is not an option, unfortunately, however, you may enable “Skip search results page and enable direct booking from accommodation pages.” option under Accommodation ->Settings in order to allow your Guests to proceed to checkout right after selecting desired check-in/check-out dates. This will allow avoiding an additional step for your Guests and choosing desired rate without checking search results once again.
3). Unfortunately, this is not an option as well, however, again, you may use [mphb_services] shortcode to list all or specific services on any desired page, so your Guests could see which ones are available
4). Are you referring to these elements spacing? https://prnt.sc/sx2e7v If so, you may add more spacing there by adding the following code under Appearance ->Customize ->Additional CSS:
body.single .mphb_room_type .single-room-reservation-form .mphb-reserve-btn-wrapper { margin-bottom: 2.5rem; }
5). There are several ways of eiting accommodation type (single) pages, you may check them all in this article.
Regards,
AndreJune 9, 2020 at 9:24 am in reply to: Booking sync error – This iCal URL isn’t valid – please try again. #964387Andre FloresModeratorHello, Giovanni!
The error usually means that there is something wrong with the export link itself. Make sure there are no spaces before/after the link when you paste it to Booking/VRBO interface. Also, register a free demo and try pasting its export link to your booking platform, in order to find out if the issue is related to your website iCal link specifically.
If the issue persists, do not hesitate to submit a request to our Help Desk.Regards,
AndreAndre FloresModeratorHello, Patrick!
1). You may use testing credit card numbers in order to check how it works, you will find them here. In order to be able to use Stripe payments, other than credit card, you should make sure to set up Webhooks. Check this article on how to do that properly.
2). Unfortunately, there is no such option by default. There are native customer e-mails in Hotel Booking plugin, which are sent regardless of the payment method. Your Customers may also get the e-mails/notifications from payment platforms separately, however, it is not controlled by the Hotel Booking engine.
3). Such option is not available within default plugin functionality. If there is an additional fee charged by Stripe, you will need to add a note to your Guests, so they are aware of it before proceeding with the payment.
Regards,
AndreAndre FloresModeratorHello, Talha!
Add the following code under Appearance ->Customize ->Additional CSS:
@media (min-width: 992px){ #menu-item-178 a { width: 65px; }}
This will make the e-mail displayed in one line: https://prnt.sc/swf4pr.
Regards,
AndreAndre FloresModeratorHi, Aaron!
Thanks for your up-vote, I have added it to the existing feature request.
Regards,
AndreJune 9, 2020 at 7:59 am in reply to: Change color of ‘Post Review’ button color and review stars #964373Andre FloresModeratorHello, Kerry!
In order to assist you with styling, I will need the live example. Kindly submit your request to our Help Desk providing your website URL and temporary access to WordPress dashboard (optional).
Regards,
Andre - AuthorPosts