Andre Flores

Forum Replies Created

Viewing 15 posts - 1,726 through 1,740 (of 1,910 total)
  • Author
    Posts
  • in reply to: Problem with payment #969954
    Andre Flores
    Moderator

    Hi, Julien!

    You are always welcome, I am glad I could help.

    Regards,
    Andre

    in reply to: Booklium: Responsive homepage slider #969012
    Andre Flores
    Moderator

    Hi, Ruxandra,

    You are most welcome πŸ™‚

    Regards,
    Andre

    in reply to: Footer & Woocommerce Shopping Cart Icon #969007
    Andre Flores
    Moderator

    Hi, Kean!

    1). Would you like to remove the footer completely or just footer widgets? In order to hide footer for the Home page completely add the following code under Appearance ->Customize ->Additional CSS:

    .home .footer-widgets, #colophon {
    	display: none;
    }

    To remove widgets only, use the following code:

    .home .footer-widgets {
    	display: none;
    }

    2). You may simply add it as a menu item to the Primary menu. Feel free to add specific class to the menu item in order to apply desired styles to it.

    Regards,
    Andre

    Andre Flores
    Moderator

    Hello, Mark!

    You are most welcome πŸ™‚

    Regards,
    Andre

    in reply to: Problem with payment #968993
    Andre Flores
    Moderator

    Hello, Julien!

    Looks like Stripe has not been set up properly, there are some errors in browser developer’s tool console: https://prnt.sc/t2irlr. You should make sure your public and secret keys are valid and inserted in corresponding fields under Stripe payment settings. You may get both keys in your Stripe account.

    Regards,
    Andre

    in reply to: Booklium: Responsive homepage slider #968986
    Andre Flores
    Moderator

    Hello, Ruxandra!

    The original Booklium Homepage slider images dimensions are 1920×650 pixels. You may also try adding the following CSS code under Appearance ->Customize ->Additional CSS:

    @media (max-width: 991px) {
    .wp-block-getwid-section__background-slider-item img {
    	object-fit: contain;
    }

    This should make the image displayed better on mobile devices. If the issue persists, feel free to submit a request to our Help Desk, providing your website URL and temporary access to your Dashboard.

    Regards,
    Andre

    in reply to: Multilingual and Hotel Booking #968983
    Andre Flores
    Moderator

    Hello, Guara!

    Thank you, we will assist you further via our Help Desk.

    Regards,
    Andre

    in reply to: blank page after last update #968982
    Andre Flores
    Moderator

    Hello, Eric!

    I would kindly ask that you submit your request to our Help Desk, providing temporary access to WordPress dashboard, so we take a closer look at the issue.

    Regards,
    Andre

    Andre Flores
    Moderator

    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
    Andre Flores
    Moderator

    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
    Andre Flores
    Moderator
    This reply has been marked as private.
    in reply to: Date Not Selectable i& Payment Popup no popping up #967359
    Andre Flores
    Moderator

    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
    Andre Flores
    Moderator

    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
    Andre Flores
    Moderator

    Hi, Talha!

    You are most welcome.

    Regards,
    Andre

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

    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

Viewing 15 posts - 1,726 through 1,740 (of 1,910 total)