Andre Flores

Forum Replies Created

Viewing 15 posts - 1,651 through 1,665 (of 1,921 total)
  • Author
    Posts
  • in reply to: Show prices with tax #981586
    Andre Flores
    Moderator

    Hello, Christelle!

    Thank you for your up-vote, it has been counted.

    Regards,
    Andre

    in reply to: Change Page Header Font and Height #981583
    Andre Flores
    Moderator

    Hello, Tanitsak!

    You would like to get rid of the page title only, use the following code:

    .entry-title {
    	display: none;
    }

    In case you want to remove the page title together with the description, use the following code:

    .entry-header {
    	display: none;
    }

    Best regards,
    Andre

    Andre Flores
    Moderator

    Hello, Tanitsak!

    You are able to add more options to the availability search form by creating attributes and adding them to the form. Check this nice video on how to do that.

    Regards,
    Andre

    in reply to: WPML can’t find string #980698
    Andre Flores
    Moderator

    Hello, Mirjana!

    That is a browser form validation message, it is not defined in the plugin and always displayed in the language of the browser that the visitor is using.

    Regards,
    Andre

    Andre Flores
    Moderator

    Hi, Anton!

    I would ask submitting a request to our Help Desk providing your website URL and temporary access to WordPress dashboard, so we take a closer look at the issue.

    Regards,
    Andre

    in reply to: Block actual day and the day after in booking calendar #980687
    Andre Flores
    Moderator

    Hi, Michal!

    I am afraid this script will not block current and the next day dates in the calendar, it would require adding more code and scripts. Currently we do not have a quick solution to this request, therefore it is listed in our feature requests list.

    Regards,
    Andre

    in reply to: Block actual day and the day after in booking calendar #980133
    Andre Flores
    Moderator

    Hello, Michal!

    There is a workaround for blocking the current date in the calendar, you may do that by adding the following code under Appearance ->Customize ->Additional CSS:

    .mphb-selectable-date.datepick-today {
        pointer-events: none;
    }

    As for the next day, currently there is no such feature available in the plugin, however, we do have such a feature request. I have added your up-vote to it as well, and once there are more similar requests from other users, we will consider adding it to one of plugin future updates.

    Regards,
    Andre

    in reply to: List Checkout fields without fields to edit #980131
    Andre Flores
    Moderator

    Hello, Christelle!

    That is great! I am glad that you have managed to resolve the issue and your website is up and running again 🙂

    Regards,
    Andre

    in reply to: Logo not linking to homepage on mobile site #980127
    Andre Flores
    Moderator

    Hi, Kerry!

    Sorry for confusion, the code should look as follows:

    @media (max-width: 991px) {
    .site-branding {
    	z-index: 9;
    }}

    This will make the logo clickable throughout the website.

    Regards,
    Andre

    Andre Flores
    Moderator

    Hello, Elisabeth!

    The syncing depends on the iCal file exported from the Booking.com. If the file does not include cancellations, then they will not be imported to your Hotel Booking calendar. You may easily check it by opening the .ics link in your browser and downloading the file to your local drive – open the file for editing and check whether cancellations are present in the file. If they are, then the Hotel Booking plugin will check all the previous bookings during next sync and in case some bookings are no longer there (due to cancellation for example), then they will be removed from the calendar and the dates will be available again.

    Regards,
    Andre

    Andre Flores
    Moderator

    Hello, Anton!

    What payment method exactly are you using? As Kostas mentioned in his last reply he used Bank Account payments, therefore the booking status was not changed to Confirmed after the payment, the status needs to be changed from Pending to Confirmed by admin, since the plugin does not “know” whether the funds arrived to the bank account.

    Regards,
    Andre

    in reply to: Create internal notes for bookings #980118
    Andre Flores
    Moderator

    Hi there!

    Thanks for your suggestion, it is much appreciated. Could you specify how exactly you think “private notes” feature should look like? Is it something that the admin can see in the back-end right on the accommodation type editing page or maybe somewhere else?

    Regards,
    Andre

    Andre Flores
    Moderator

    Hi, Kerry and Felix!

    I am still working on your cases in tickets #28001 and #28370 respectively. There have been no complaints regarding Notifications not working properly recently, so I assume these two are some issue-specific cases.

    Regards,
    Andre

    in reply to: Logo not linking to homepage on mobile site #979660
    Andre Flores
    Moderator

    Hi, Kerry!

    Try adding the following code under Appearance ->Customize ->Additional CSS:

    @media (max-width: 991px) {
    .home .site-branding {
    	z-index: 9;
    }}

    This should make the logo clickable on mobile devices.

    Regards,
    Andre

    in reply to: Mobile site not loading properly from Instagram link? #979659
    Andre Flores
    Moderator

    Hi, Kerry!

    The Instagram top bar overlaps your sticky mobile header, therefore, the logo and the hamburger menu is not visible. I would recommend that you try disabling sticky header for mobile resolutions, since it may cause issues while navigating through your website on mobile devices. If you check original Villagio theme in Instagram, you will find out the header is displayed fine and fully visible on mobile devices.

    Regards,
    Andre

Viewing 15 posts - 1,651 through 1,665 (of 1,921 total)