Andre Flores

Forum Replies Created

Viewing 15 posts - 1,621 through 1,635 (of 1,932 total)
  • Author
    Posts
  • in reply to: Custom Booking Rules #988353

    Hi, David!

    In order to include accommodation blocks to exported iCal link you should make sure to enable the “Export admin blocks.” option under Accommodation ->Settings tab: https://prnt.sc/tuvcrs.

    Regards,
    Andre

    in reply to: Restaurant Menu Delivery Premium Plugin #987894

    Hello, Tural!

    Unfortunately, there is no such option in the plugin by default, however, we do have such a feature request – I have added your up-vote to it as well. In case there are more similar requests from other users, we will consider adding this feature to one of plugin future updates.

    Regards,
    Andre

    in reply to: Show prices with tax #987893

    Hello, Laura!

    Thank you for your feedback, it is much appreciated. We are doing our best to improve our products. Your up-vote has been counted, I hope you will continue using our plugin!

    Regards,
    Andre

    in reply to: Add a CSS class to Attributes #987482

    Hi, Marco!

    Each attribute has a unique class by default, you may find the exact class name using Inspect Element tool of your favorite browser. Let’s say, the attribute is named “Location”, in this case the CSS class will be
    .mphb-location-title

    Regards,
    Andre

    Hello there,

    So far the feature is quiet popular and currently the first in the list of requested features, so it should be implemented soon. Once it is, we will immediately let you know πŸ™‚

    Regards,
    Andre

    Hello, Stefan!

    The issue occurs because some fields on the checkout page are hidden, e.g. Adults and Children count select fields: https://prnt.sc/ttmtr4. This prevents the accommodation from being booked, since these fields are obligatory. Most likely the issue is caused by the conflict with some third-party plugins, I would ask that you try disabling additional plugins to find out which one causes the issue. If there is no luck, try switching to default WordPress theme, e.g. Twenty Twenty and check whether the issue is caused by the theme.

    Regards,
    Andre

    in reply to: Leave `A Reply #987477

    Hello, James!

    The accommodation type single pages appear to be a custom post type, so they inherit the layout from the theme standard single.php template. In order to hide the comment form you may either add the following CSS under Appearance ->Customize ->Additional CSS:

    .comment-reply-title, .comment-form {
    	display: none;
    }

    or use an additional plugin, e.g. the Disable Comments one. You may also want to check out this nice thread on how to disable comments on your website.

    Regards,
    Andre

    in reply to: Deposit = First Night Total #987109

    Hello, Luciano!

    Thank you for your up-vote, it has been counted. So far the feature is not quiet popular, however, if it is, we will definitely consider adding it to the plugin.

    Regards,
    Andre

    in reply to: No admin emails when payment didn’t work #987107

    Hi, BJ!

    Sure I can, your up-vote has been counted πŸ™‚

    Regards,
    Andre

    in reply to: Display ‘Prices Start From’ on accommodation page #987106

    Hi, Corrine!

    Looks like the issue has been resolved in ticket #29015. For other users, who may be interested in what caused the issue, it occurred because you were trying to change styles, which are not in the parent stylesheet, but in another custom stylesheet (hotel-booking.css). Usually the child theme stylesheet is loading before custom stylesheets of the parent theme, this is the reason changes in hotel-booking.css file were not overwritten in the child theme style.css file.

    Regards,
    Andre

    in reply to: Display ‘Prices Start From’ on accommodation page #986173

    Hi, Corrine!

    Try adding an !important declaration to the CSS rule, so it looks as follows:

    body.single .site-main > .type-mphb_room_type .mphb-regular-price strong {
    	display: block !important;
    }

    This should overwrite the original rule in hotel-booking.css file.

    Regards,
    Andre

    in reply to: Display ‘Prices Start From’ on accommodation page #985721

    Hello there!

    The CSS rule is correct, feel free to use it in order to display “Prices start at:” text. You should add this CSS rule under Appearance ->Customize ->Additional CSS in order to overwrite the original rule.

    Regards,
    Andre

    in reply to: Payment Options Logos #985719

    Hi, Kent!

    You are most welcome, I am glad I could help πŸ™‚

    Regards,
    Andre

    in reply to: Create internal notes for bookings #985292

    Hello, Savvas!

    Thank you for your up-vote, it has been counted πŸ™‚

    Regards,
    Andre

    in reply to: PHP Warning #985291

    Hi, Ralf!

    Thank you for sharing the code changes, it is much appreciated!

    Regards,
    Andre

Viewing 15 posts - 1,621 through 1,635 (of 1,932 total)