Andre Flores

Forum Replies Created

Viewing 15 posts - 1,831 through 1,845 (of 1,932 total)
  • Author
    Posts
  • in reply to: Cancellation confirmation #952711

    Hi, Thomas!

    Your up-vote has been counted, thank you for your feedback.

    Regards,
    Andre

    in reply to: Seasons with differente date ranges #951507

    Hello, Luiz!

    You may create one main season, let’s say, January 1st, 2020 – December 31st, 2021. And then create two additional seasons for Low and High seasons, setting desired dates range.
    This will allow to set standard rate for your main season and set different rates for Low and High seasons. Under Rates tab, make sure your Low and High seasons are placed above the main one, in order to give the higher priority to these seasons while calculating the booking price: https://prnt.sc/sd84le.

    Regards,
    Andre

    in reply to: Social Links to open in new tab? #951503

    Hello, Jerrel!

    Since social icons are added via menus, you may easily do that under Appearance ->Menus ->Social menu – make sure to mark the “Link Target” option under Screen Options in order to have it appeared under each menu item: https://prnt.sc/sd7xwf.

    Regards,
    Andre

    in reply to: Hotel Booking questions #951470
    This reply has been marked as private.
    in reply to: Calendar translation from English to Arabic #950747

    Hi, Ryan!

    Do not hesitate to share your experience with other users here once you try 🙂

    Regards,
    Andre

    in reply to: Return to site from Paypal #950746

    Hello, Arjan!

    You should make sure to set the Thank you page next to “Payment Success Page” option under Accommodation ->Settings ->Payment Gateways: https://prnt.sc/he60ko – this is the correct place to assign Thank you page.

    Regards,
    Andre

    in reply to: Metadata Display Options #950744

    Hello, Soledad!

    Thank you for your up-vote, it has been also added to the request.

    Regards,
    Andre

    in reply to: Hotel Booking questions #950363

    Hi, Imre!

    Kindly submit your request to our Help Desk describing the issue in details and providing necessary access details, we will gladly check it for you.

    Regards,
    Andre

    in reply to: Calendar translation from English to Arabic #949829

    Hello, Ryan!

    Basically, the calendar is pulled out for different languages from corresponding locale file under /wp-content/plugins/motopress-hotel-booking/vendors/kbwood/datepick/ directory. You may find the file, which corresponds to your Arabic locale and edit it, so months are named per your desire.

    Regards,
    Andre

    Hello, Aron!

    It looks like Booking.com may not take into account manually added bookings, since they are exported properly from Hotel Booking end and included in .ics file. As for the admin blocks option, it is applied to blocks you have performed for accommodations under Bookings ->Booking Rules tab, it does not affect actual bookings.
    If the issue still persists, do not hesitate to submit a request to our Help Desk, so we take a closer look at it.

    Regards,
    Andre

    in reply to: Search icon #949801

    Hello, Joseph!

    You may hide the Search icon simply by adding the following code under Appearance ->Customize ->Additional CSS:

    .search-icon-wrapper {
    	display: none;
    }

    If you need to remove the vertical line between social menu and the search icon, you may also add this one:

    .menu-top-right-container::before {
    	display: none;
    }

    Regards,
    Andre

    in reply to: Problem of synchronization #948502

    Hello, Sabrina!

    The “Calendar Sync Status” tab only appears at the top bar once you have at least one sync log. Try navigating to Bookings ->Sync Calendars and click Sync All Calendars button: https://prnt.sc/s8pov4. Once it is done, the “Calendar Sync Status” tab will appear: https://prnt.sc/s8ppoq.

    Regards,
    Andre

    in reply to: Featured image in Rooms detail page #948113

    Hi, Alessandro!

    There is a condition in theme files to load gallery only, if it exists in accommodation type settings, otherwise the featured image should be loaded. The code is located in content-mphb_room_type.php file under /wp-content/themes/booklium/template-parts/ directory:

    <?php
    	if ( $has_gallery ) {
            do_action('booklium_render_single_room_gallery');
    	} else {
    		booklium_post_thumbnail( 'booklium-large' );
    	}
    	?>

    You may overwrite it by adding the following code to the child theme:

    <?php
    	if ( $has_gallery ) {
                    do_action('booklium_render_single_room_gallery');
    		booklium_post_thumbnail( 'booklium-large' );
            
    		
    	}
    	?>

    Best regards,
    Andre

    in reply to: Can I change button text? #948086

    Hello, Tom!

    You should upload both .po and .mo files generated after changes you have performed to pot file. The recommended location is: /wp-content/languages/plugins/ – edited translation files will not be overwritten if you store them in this location.
    If you still have difficulties performing translation, submit your request to our Help Desk.

    Regards,
    Andre

    in reply to: Cookie which breaks the caching (dreamhost) #948085

    Hello, Ryan!

    Thanks for the interesting question. I have contacted our developers and they ensured me that no plugin cookies could cause server cache to not function. I would recommend that you consult with DreamHost about other possible reasons causing server caching issue, since it is not likely the plugin that does it.
    If you/they have any further concerns, you may submit your request to our Help Desk.

    Regards,
    Andre

Viewing 15 posts - 1,831 through 1,845 (of 1,932 total)