Andre Flores

Forum Replies Created

Viewing 15 posts - 1,831 through 1,845 (of 1,921 total)
  • Author
    Posts
  • 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

    Andre Flores
    Moderator

    Hi there!

    Thanks for your up-vote, it has been taking into account.

    Regards,
    Andre

    in reply to: Hotel Booking questions #946096
    Andre Flores
    Moderator

    Hi, Imre!

    You are always welcome 🙂

    Regards,
    Andre

    in reply to: why can we not change the date on a booking? #945667
    Andre Flores
    Moderator

    Hello there!

    Kindly submit a request to our Help Desk at: https://support.motopress.com/hc/en-us/requests/new, providing a temporary access to your Dashboard and your server, so we take a closer look at the issue.

    Regards,
    Andre

    in reply to: Hotel Booking questions #945666
    Andre Flores
    Moderator

    Hi, Imre!

    – Can we have two availability search engines? I mean: When someone searches for availability in the part of the hotel, can they only find the rooms and not find the two apartments? And another search engine in the part of apartments where you only find the apartments?

    You may use Attributes option for that. Create a new attribute called Property type and configure two terms for it: Hotel and Apartment. Once it is done, add this attribute to the availability search form, so your guests could select whether they need Hotel or Apartment. check this nice video on how to do that.

    – the part of apartments we want to show the calendar of the apartments. Is there a shortcode for that? (each individual apartment)

    You may use [mphb_availability id="777"] shortcode for that purpose, where 777 is specific accommodation ID.

    – When the plugin shows the calendar, it only shows two months. Can we show 6 months or more?

    You may use [mphb_availability_calendar id=”999″ monthstoshow=”2,3″] shortcode, where 999 is the ID of specific accommodation and 2,3 is number of columns and rows to display months (2,3 will display 6 months)

    – In Search Results always choose the most expensive room. Can I change the order to automatically choose the cheapest room (if have availability of course ..)?

    Unfortunately, such option is not available in Hotel Booking functionality.

    – In Search results can I change text? For example I want to change the text in another way (5 accommodations were found from 04/25/2020 – to 04/26/2020)

    Any text in Hotel Booking plugin can be changed via Loco Translate plugin. Check this useful article on how to do that.

    – In the apartments they can rent from 7 days (minimum 7 days) can I do that?

    You may navigate to Bookings ->Booking Rules tab and make sure the Minimum Stay option is set to 7 days for your apartments: https://prnt.sc/s4pn30.

    Regards,
    Andre

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

    Hi, Ryan!

    You are always welcome 🙂

    Regards,
    Andre

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