Andre Flores

Forum Replies Created

Viewing 15 posts - 1,291 through 1,305 (of 1,926 total)
  • Author
    Posts
  • in reply to: Sudden Airbnb calendar sync issues #1040792
    Andre Flores
    Moderator

    Hello Spencer,

    Open the Hotel Booking calendar export link in your browser – as a result you should get an option to open/save the .ics file. If this happens, than the everything should be fine with the link and in this case you should contact AirBnB support directly and ask what may cause the issue.

    Regards,
    Andre

    in reply to: Opacity of header #1040790
    Andre Flores
    Moderator

    Hello Liam,

    You may use the following code to add a 0.5 opacity black background:

    body.absolute-menu .site-header {
    	background: rgba(0, 0, 0, 0.5);
    }

    Regards,
    Andre

    in reply to: Accommodation Type Page Formatting #1040785
    Andre Flores
    Moderator

    Hello Quinton,

    Try switching the “Template Mode” under Accommodation ->Settings, it should help. If the issue persists, kindly submit a request to our Help Desk providing temporary access to your WordPress dashboard, so we take a closer look at the issue.

    Regards,
    Andre

    in reply to: Calendar Synchronization Interval #1040783
    Andre Flores
    Moderator

    Hello Russell,

    I can see you already have a request in our Help Desk, the issue will be taken care of in ticket: #33218.

    Regards,
    Andre

    in reply to: Breadcrumb Alternative #1040773
    Andre Flores
    Moderator
    This reply has been marked as private.
    in reply to: Add on fee for extra guests #1040772
    Andre Flores
    Moderator

    Hello Andy,

    Unfortunately, there is no such option, you will need to use variable pricing in order to charge for additional guests.

    Regards,
    Andre

    in reply to: Force booking 48 hours in advance #1037030
    Andre Flores
    Moderator

    Hello there,

    We are delighted to let you know that we have just released the Hotel Booking plugin v. 3.9.0 update, which includes such great features as Booking Buffer and the ability to set Advance Reservation: the minimum number of days allowed before booking and the maximum number of days available for future bookings.

    Regards,
    Andre

    Andre Flores
    Moderator

    Hello Emanuel,

    It is possible with our great WooCommerce Payments add-on, which I have mentioned in another topic you started. It allows to have the deposit paid online and then send the link to pay the remaining balance due in the set number of days before check-in.

    regards,
    Andre

    in reply to: Allow customer to choose deposit or full amount #1036911
    Andre Flores
    Moderator

    Hello Emanuel,

    So far there is no such option in the Hotel Booking, however, we do have such a feature request and I have added your up-vote to it. The request has not been quite popular so far, however, if there are more similar requests from other users, we will consider adding this feature to one of the plugin future updates.
    Meanwhile, you may use our Payment Request add-on for Hotel Booking and send out the payment link to such Guests to pay the remaining balance due once the deposit is paid (in case they want to have the full amount paid at once).

    Regards,
    Andre

    in reply to: Add more information in iCal file #1036909
    Andre Flores
    Moderator

    Hello Joke,

    Thanks, your up-vote has been counted 🙂

    Regards,
    Andre

    in reply to: Breadcrumb Alternative #1036322
    Andre Flores
    Moderator

    Hello Marcus,

    Thank you for reporting this issue, I have passed the request to our developers regarding this matter. Meanwhile, you may try using some alternative plugins, e.g.: Breadcrumb NavXT.
    Please note that you may need to perform additional steps in order to integrate it to the theme and we do not guarantee its full compatibility with the Campterra theme, as it was never tested with it.

    Regards,
    Andre

    in reply to: Application for guided tours #1036307
    Andre Flores
    Moderator

    Hello Philip,

    Basically, you may create an accommodation type named Tours and generate 6 accommodations for it (each accommodation will represent the bed/spot). This will allow your visitors to book maximum of 6 accommodations (beds/spots) for selected dates. Also, since this is a 6-day tour, you will need to set the “Minimum stay” rule to 6 nights.

    Regards,
    Andre

    in reply to: Customize single accomodation type room page #1036293
    Andre Flores
    Moderator

    Hello Graham,

    1. If you are referring to removing the featured image on single accommodation type pages, then you may add the following code under Appearance ->Customize ->Additional CSS:

    .single-mphb_room_type .post-thumbnail {
    	display: none;
    }

    2. In order to have the reservation form displayed above the availability calendar add the following code to your active theme functions.php file:

    remove_action( 'mphb_render_single_room_type_metas', array( '\MPHB\Views\SingleRoomTypeView',
     'renderReservationForm' ), 50 );
     
    add_action( 'mphb_render_single_room_type_metas', array( '\MPHB\Views\SingleRoomTypeView',
     'renderReservationForm' ), 30 );

    Regards,
    Andre

    in reply to: Use blocks editor / Gutenberg for accommodation description #1036259
    Andre Flores
    Moderator

    Hello Emanuel,

    Sure, you may activate the Gutenberg for Accommodation Types description editing under Accommodation ->Settings – make sure the “Enable block editor for “Accommodation Types”.” option is chosen for selection there: https://prnt.sc/vqfj8y.

    Regards,
    Andre

    in reply to: Rates selectable by Admin only #1036255
    Andre Flores
    Moderator

    Hello Paul,

    Unfortunately, there is no such option included in the Hotel Booking plugin. However, you may create a special rate and keep it “Disabled”: https://prnt.sc/vqfg4m. Once you need it, activate the rate back and apply to the desired booking while adding it in admin panel.

    Regards,
    Andre

Viewing 15 posts - 1,291 through 1,305 (of 1,926 total)