Andre Flores

Forum Replies Created

Viewing 15 posts - 1,336 through 1,350 (of 1,932 total)
  • Author
    Posts
  • in reply to: Availability calendar – How to enlarge it? #1034404

    Hello Zvonimir,

    Thank you for sharing your code, it is much appreciated. I hope it will be helpful to other users as well.

    Regards,
    Andre

    in reply to: Change attributes field type #1034402

    Hello Mario,

    Unfortunately, currently there is no option to use other field types for the attributes in the availability search form. Changing it would require custom coding, however, if you have some sufficient knowledge in PHP, you may try copying the search-form.php file from /wp-content/plugins/motopress-hotel-booking/templates/shortcodes/search/ to /wp-content/themes/your_theme/hotel-booking/shortcodes/search/ directory and performing necessary changes on lines 118-123.

    <select id="<?php echo esc_attr( 'mphb_' . $attributeName . '-' . $uniqid ); ?>" name="<?php echo esc_attr( 'mphb_attributes[' . $attributeName . ']' ); ?>">
    				<option value=""><?php echo mphb_attribute_default_text( $attributeName ); ?></option>
    				<?php foreach ( $terms as $termId => $termLabel ) { ?>
    					<option value="<?php echo esc_attr( $termId ); ?>"><?php echo esc_html( $termLabel ); ?></option>
    				<?php } ?>
    			</select>

    If somebody has had an experience of changing the attributes field type, feel free to share it by commenting below.

    Regards,
    Andre

    in reply to: hide / Per Day / Per Guest in service #1034370

    Hello Maria,

    I would kindly ask that you submit a request to our Help Desk regarding this matter, so we take a closer look at it.

    Regards,
    Andre

    in reply to: Header image is missing #1033729

    Hello Karl,

    If images are there in the back-end but not displayed on accommodation type pages, kindly submit your request to our Help Desk providing temporary access to WordPress dashboard, so we take a closer look at the issue.

    Regards,
    Andre

    in reply to: How to generate system pages? #1033711

    Hello Quinton,

    There is no tutorial, unfortunately, however, you will find the list of required system pages below:

    Search Results Page with [mphb_search_results] shortcode inside
    Checkout Page (Booking Confirmation) with [mphb_checkout] shortcode
    Booking Confirmed page with [mphb_booking_confirmation] shortcode
    Terms & Conditions (optional)

    All the pages must be selected next to corresponding options under Accommodation ->Settings tab once created.

    Regards,
    Andre

    in reply to: style the booking confirmation page #1032220

    Hello Karen,

    You may add the following code under Appearance ->Customize ->Additional CSS:

    .mphb-price-breakdown-dates, .mphb-price-breakdown-date, .mphb-price-breakdown-dates-subtotal {
    	display: none;
    }

    Regards,
    Andre

    in reply to: hide / Per Day / Per Guest in service #1032218

    Hello Maria,

    Unfortunately, there is no option to achieve this without custom coding. The function for displaying that part of services in located in the service.php file under /wp-content/plugins/motopress-hotel-booking/includes/entites/ directory.

    Regards,
    Andre

    in reply to: Availability Calendar Colour #1032200

    Hello Zvonimir,

    You may perform changes to the availability calendar via custom CSS, e.g. add the following code under Appearance ->Customize ->Additional CSS:

    .single-room-calendar-wrapper .mphb-calendar .datepick-month {
    	width: 300px !important;
    }

    Change 300px to any desired value to make months bigger.

    Regards,
    Andre

    in reply to: how to change the calendar style #1032199

    Hello Zvonimir,

    You may perform changes to the availability calendar via custom CSS, e.g. add the following code under Appearance ->Customize ->Additional CSS:

    .single-room-calendar-wrapper .mphb-calendar .datepick-month {
    	width: 300px !important;
    }

    Change 300px to any desired value to make months bigger.

    Regards,
    Andre

    in reply to: Availability calendar – How to enlarge it? #1032198

    Hello Zvonimir,

    You may perform changes to the availability calendar via custom CSS, e.g. add the following code under Appearance ->Customize ->Additional CSS:

    .single-room-calendar-wrapper .mphb-calendar .datepick-month {
    	width: 300px !important;
    }

    Change 300px to any desired value to make months bigger.

    Regards,
    Andre

    in reply to: css in child theme #1032197

    Hello Maria,

    We usually recommend adding styles to Additional CSS section under Appearance ->Customize tab, simply because it is easier and changes will not be lost after the plugin/theme updates. You may try the solution provided in this thread on how to override plugin styles in your child theme.

    Regards,
    Andre

    in reply to: mphb_calendar #1032196

    Hello Jose,

    Unfortunately, there is no such option in the plugin at the moment, as adding it would require some custom development. Unfortunately, our developers are currently busy with other priority tasks, therefore it is not likely they will be able to provide a solution somewhere soon.
    Nice suggestion though, we will keep it in mind for now!

    Regards,
    Andre

    in reply to: Cancellation confirmation #1032195

    Hello Riccardo and Maria,

    Thanks for your up-votes, they both have been counted.

    Regards,
    Andre

    in reply to: Fee set as percentage #1032193

    Hello there,

    Thank you for your up-vote, it has been counted!
    So far this feature request is not quite popular and there are requests which are of more demand among our users. We are doing our best to implement features that are most wanted by our users first, unfortunately, this feature request is not in the list of most popular requests at the moment.

    Regards,
    Andre

    in reply to: Multilingual and Hotel Booking #1032191

    Hello Dominique,
    Please note that the Hotel Booking plugin is not 100%-compatible with the Polylang, there are some essential issues, therefore, we only recommend using WPML in order to be able to achieve what you need.
    So far, there were no reports of any issues from users with WPML plugin.

    Regards,
    Andre

Viewing 15 posts - 1,336 through 1,350 (of 1,932 total)