Andre Flores

Forum Replies Created

Viewing 15 posts - 1,756 through 1,770 (of 1,932 total)
  • Author
    Posts
  • Hello, 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,
    Andre

    in reply to: Disable booking possibility after 7 PM #967784

    Hello, 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,
    Andre

    in reply to: Date Not Selectable i& Payment Popup no popping up #967782
    This reply has been marked as private.
    in reply to: Date Not Selectable i& Payment Popup no popping up #967359

    Hello, 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,
    Andre

    in reply to: Import sample data from sql file: error #967349

    Hello, 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,
    Andre

    in reply to: Alpen House Top Bar Email Should be in One Line #966836

    Hi, Talha!

    You are most welcome.

    Regards,
    Andre

    in reply to: Import sample data from sql file: error #966835

    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,
    Andre

    Hi, Tilman!

    You are always welcome.

    Regards,
    Andre

    Hi, 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,
    Andre

    in reply to: Alpen House Top Bar Email Should be in One Line #965378

    Hi, Talha!

    You are welcome!
    You may edit it under Appearance ->Menus ->Contacts menu: https://prnt.sc/sxp8o6.

    Regards,
    Andre

    Hi, 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,
    Andre

    in reply to: Sidebar on accommodation pages #965370

    Hello, 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,
    Andre

    Hi, 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,
    Andre

    Hello, Jason!

    Thanks for your up-vote, it has been added to the initial request.

    Regards,
    Andre

    in reply to: Sidebar on accommodation pages #964914

    Hello, 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

Viewing 15 posts - 1,756 through 1,770 (of 1,932 total)