Forum Replies Created
- AuthorPosts
- June 18, 2020 at 7:12 am in reply to: Drop down menu arrow too close to Accommodation numbers #968384
Andre Flores
ModeratorHello, Mark!
You may add the following code under Appearance ->Customize ->Additional CSS:
.mphb-reserve-room-section .mphb-rooms-quantity-wrapper select { background-position: right 0.5rem top 1.35rem; }This is how it will look like: https://prnt.sc/t1vk15. Feel free to alter 0.5rem and 1.35rem values to move the arrow.
Regards,
AndreAndre Flores
ModeratorHello, Ron!
Unfortunately, there is no such functionality in Hotel Booking plugin by default. You may use Block accommodation option under Bookings ->Booking Rules to block all the accommodations manually: https://prnt.sc/t18eb6. You should create a block with no restrictions as described in the screenshot above and just add restrictions every day at 7 PM: https://prnt.sc/t18fom.
Regards,
AndreAndre Flores
ModeratorThis reply has been marked as private.Andre Flores
ModeratorHello, Jen!
I have checked your issues and it looks like like accommodation types can not be booked because of incorrect configuration: you should make sure you have rates and seasons configured properly, check this article for more details.
As for the notice you have got in your Dashboard, it looks like system pages need to be configured as well. You should make sure to select corresponding pages for Checkout and Booking Confirmed pages with [mphb_checkout] and [mphb_booking_confirmation] shortcodes respectively in pages content: https://prnt.sc/t0jwsb. You may add shortcodes to the pages manually in order to avoid loosing any other content that may be there.
If issues still persist, do not hesitate to submit a request to our Help Desk, providing a temporary access to your WordPress dashboard, so we take a closer look at the issue.Regards,
AndreAndre Flores
ModeratorHello, Donn!
Kindly check what your database table prefix is (standard prefix is wp_, you may find it in wp-config.php file in the root of your WordPress installation). If it is different than wp_, you will need to replace all the wp_ instances in .sql file with your own prefix and import it once again.
I would also recommend that you try copying all the code from .sql file, pasting it to the SQL tab in phpMyAdmin and clicking “Go” button, instead of importing the file itself.
If you still face issues with importing .sql file, do not hesitate to submit a request to our Help Desk providing all the necessary access credentials, so we take a closer look at the issue.Regards,
AndreAndre Flores
ModeratorHi, Talha!
You are most welcome.
Regards,
AndreAndre Flores
ModeratorHello, 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 Flores
ModeratorHi, Tilman!
You are always welcome.
Regards,
AndreJune 12, 2020 at 6:51 am in reply to: Search Result / Availability List – Custom Display Options #965814Andre Flores
ModeratorHi, 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 Flores
ModeratorHi, 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 Flores
ModeratorHi, 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 Flores
ModeratorHello, 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 Flores
ModeratorHi, 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 Flores
ModeratorHello, Jason!
Thanks for your up-vote, it has been added to the initial request.
Regards,
AndreAndre Flores
ModeratorHello, 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,
Andre - AuthorPosts