Andre Flores

Forum Replies Created

Viewing 15 posts - 1,246 through 1,260 (of 1,932 total)
  • Author
    Posts
  • in reply to: Accomodation types plugin – issue with flexslider #1048051

    Hello Nenad,

    If the issue still persists kindly submit your request to our Help Desk providing temporary access to WordPress dashboard, so we take a closer look at it.

    Regards,
    Andre

    in reply to: Header image different from elementor to website #1048048

    Hello Karl,

    The image itself is too small, its dimensions are 640x427px. I would recommend that you resize the image and re-upload it to your page. For example, the image from another page is 1900x250px: https://prnt.sc/w4ikwt.

    Regards,
    Andre

    in reply to: Future Bookings Discount #1048041

    Hello Roberto,

    Thanks for your up-vote, I have added it to the feature request as well.

    Regards,
    Andre

    in reply to: Custom Elementor Search Results Page #1048037

    Hello Ushir,

    1). You may either edit the Search Results page via CSS or by overriding plugin functions in your child theme. You may the following articles on how to adjust the Search Results page layout:

    https://support.motopress.com/hc/en-us/articles/360040164491-How-to-display-search-results-in-several-columns-
    https://support.motopress.com/hc/en-us/articles/360050337852-How-to-enable-list-view-for-the-Search-Results-Page-

    2). Basically, it is possible, however, there are some system pages, which need some more effort to be edited via Elementor, e.g. single accommodation type pages. Check this article on how to edit them.

    3). You may simply use plugin shortcodes in order to have it displayed on an existing page, e.g. [mphb_availability id=”777″] and [mphb_availability_calendar id=”777″], where “777” is the ID of the accommodation type. These two shortcodes will add availability calendar and booking form on the page.

    4). In this case it would be better to link existing chalets on your Home page to corresponding accommodation types or to your custom pages with aforementioned shortcodes inserted, so your guests could check the availability there.

    As for duplicated information on your pages, you will need to hide the plugin meta blocks in order to avoid this from happening. The code to remove meta blocks is located in the article from 2)., e.g.:

    remove_action( 'mphb_render_single_room_type_metas', array( '\MPHB\Views\SingleRoomTypeView',
     'renderCalendar' ), 40 );

    Regards,
    Andre

    in reply to: Feature request: more permissions for users not Admin #1047598

    Hello Matt,

    Thank you for your up-vote, it has been counted. Meanwhile you may create custom user roles with the help of User Role Editor and Adminimize plugins to allow custom users access to certain areas of the dashboard only.

    Regards,
    Andre

    in reply to: Allow customer to choose deposit or full amount #1047589

    Hello there,

    Thank you for your up-votes, they have been counted!

    Regards,
    Andre

    in reply to: Opacity of header #1047587

    Hello Liam,

    The code you have used is the closest to what you are trying to achieve. Alternatively you may add opacity background to the slide title and content separately, but it will not look really nice. You may try the code below to see how it will look like:

    .luviana-front-page-header .child-pages-list .child-page-title {
    	background: rgba(0, 0, 0, 0.2);
    }
    .luviana-front-page-header .child-pages-list .child-page-content {
    	background: rgba(0, 0, 0, 0.2);
    }

    Regards,
    Andre

    in reply to: woocommerce missing styles #1047574

    Hello Sebastian,

    I have checked your WooCommerce Checkout page and it looks fine on my end: https://prnt.sc/w3d5g9, looks like the issue no longer exists.

    Regards,
    Andre

    in reply to: Custom user roles for hotel staff #1047571

    Hello Senastian,

    There is no separate panel for staff users, however, you may create custom accounts for them using User Role Editor and Adminimize plugins to allow them access to certain areas of the dashboard only.

    Regards,
    Andre

    Hello Marcus,

    The [mphb_availability_search] shortcode allows to check the availability among all the accommodations on the website, so it should not display available/unavailable dates in the datepicker. It is only used to check whether there are any accommodations available for selected dates.
    You may add availability calendars for your accommodation types next to the availability search form, so your guests could see which dates are available and which ones are not.

    Regards,
    Andre

    Hello there,

    Thank you for your up-vote, it has been counted. Anyone else who also needs this feature feel free to let me know by commenting this topic.

    Regards,
    Andre

    in reply to: Deposit in confirm mail #1047551

    Hello there,

    You may find all the available tags for each e-mail type below Email template field, e.g.: https://prnt.sc/w3q60a. Tags are not available within payment instructions, unfortunately.
    As for confirmation e-mails, there is only a single e-mail template available for paid bookings, either for online or offline payment methods.

    Regards,
    Andre

    Hello Chinmoy,

    You should scroll the default editor page to the bottom in order to locate the Page Header Options section and replace the image there: https://prnt.sc/w39zjd.

    Regards,
    Andre

    in reply to: User Roles definitions to limit employee access #1047533

    Hello there!

    We do have such a feature request and I have added your up-votes to it. Meanwhile try also using Adminimize plugin, which should help to limit access to specific sections of the admin panel.

    Regards,
    Andre

    in reply to: Security Deposit. #1047133

    Hello Amy,

    The request is still in our list, however, it has not been quite popular to the date. There are other requests with many up-votes, so they are at the top of our developers’ to-do list at the moment.
    There are two third-party solutions, which should work for credit card pre-authorization with the Hotel Booking plugin:

    WooCommerce Offline Credit Card Payment Method
    Offline Credit Card Processing for WooCommerce

    You may use one of them as a workaround.

    Regards,
    Andre

Viewing 15 posts - 1,246 through 1,260 (of 1,932 total)