Andre Flores

Forum Replies Created

Viewing 15 posts - 1,831 through 1,845 (of 1,926 total)
  • Author
    Posts
  • in reply to: Metadata Display Options #950744
    Andre Flores
    Moderator

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

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

    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

    Andre Flores
    Moderator

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

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

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

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

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

    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

    in reply to: Featured image in Rooms detail page #947703
    Andre Flores
    Moderator

    Hello, Alessandro!

    You may simply remove gallery in Accommodation Type editing page and set the Featured Image: https://prnt.sc/s7g493. Once it is done, the featured image will be displayed instead of the gallery.

    Regards,
    Andre

    in reply to: Payment Options Sort Order #947259
    Andre Flores
    Moderator

    Hello, Ryan!

    Unfortunately, there is no such option by default, however, you may set the “Default Gateway” option under Accommodation ->Settings ->Payment Gateways to have the desired payment method marked by default while checking out: https://prnt.sc/s6vbmc.

    Regards,
    Andre

    in reply to: Metadata Display Options #947249
    Andre Flores
    Moderator

    Hello, Thomas!

    Thank you for your up-vote, it is much appreciated. If there are more similar requests from other Users regarding this feature, we will definitely consider adding it to one of plugin future updates.
    Anybody, who also wants to see this feature available, let me know by commenting below.

    Regards,
    Andre

    in reply to: Problem of synchronization #947241
    Andre Flores
    Moderator

    Hi, Sabrina!

    You should navigate to Bookings ->Calendar tab and click “Calendar Sync Status” tab at the top admin bar – then click “Delete All Logs”: https://prnt.sc/s6ud6s.
    It is also recommended to have logs deleted more often by setting “Automatically delete sync logs older than” option under Accommodation ->Settings to Week/Day: https://prnt.sc/s6uf4m.

    Regards,
    Andre

    Andre Flores
    Moderator

    Hi, Thomas!

    Done! Your up-vote has been counted. Meanwhile, you may share your custom CSS workaround with other users, it may be useful to them 😉

    Regards,
    Andre

    Andre Flores
    Moderator

    Hi, Soledad!

    Your request appears to be rather unique and is currently under investigation of our developers. We will contact you back via e-mail once there is any update from them.

    Regards,
    Andre

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